popupcommunications
popupcommunications
About
- Username
- popupcommunications
- Joined
- Visits
- 74
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
Wow, super awesome! Now it can be closed!
-
let me guess the portfolio single image is the same as the blog single image? = add_image_size( 'blog-single', 1200, 480, true ); // blog - single /// Edit - NO it's not :(
-
Ehmm sorry, one additional question: add_image_size( 'portfolio', 576, 450, true ); // portfolio add_image_size( 'portfolio-list', 1160, 450, true ); // portfolio - list add_image_size( 'portfolio-mf', 960, …
-
Ah found the solution: Just update your permalink settings in wordpress settings > permalinks. Can be closed!
-
Hmm sorry, if I change the portfolio slug in the theme options, all of my portfolio items do result in: page not found. Even if I create new ones. Solution?
-
Okay thanks for your support again, will do changes at my own risk ;)
-
Thank you for this solution!! I like your support team!
-
Will send private message. Thx for taking a look.
-
Can be closed, since the reason is the length of 2 words, I solved it via word-wrap: break-word.
-
thx mr. muffin
-
Okay, thanks for the info!
-
Update solved the problem, thank you muffingroup!
-
Yeah right! As soon as there is a tweet displayed, the layout is working again. Thx guys!
-
You are working with padding which didn't take any effect on solving the problem.
-
It works if I change margin-top:-30px to margin-top: 0px .. Nothing to add here.
-
Oh right, i edited #content top padding .. but your CSS doesn't solve the problem, sorry. Correct would be: body:not(.template-slider) .widget-area { margin-top: 0px !important; }
-
Okay, thank you for the info. Will update as soon as possible.
-
I have the exact same problem, your breadcrumb logic is just simply wrong for the blog posts. Tell me your solution please.
-
Responded to your pm, this isn't a solution for me .. X)
-
Will do but please DO NOT EDIT template files WITHOUT telling me which files and which lines you altered like the last time.PM sent.
-
Yeah no problem. It's only a problem if you work with boxed version of the page. I already defined it in the css. Solved for now but as you already said: an option for it would be nice in future updates. Can be closed.
-
But the blog pages are not built via sections ... :(Well you could, but it's not needed.
-
Fact is your css says background: none; .subheader-transparent #Subheader { background: none; } and this reveals your blue background image which is located in the theme's image folder.What I can't find is the element where this background is atta…
-
Just use WPML plugin. It's compatible with BETheme and super easy and fast from my own experience. We've created multiple pages with wpml. http://wpml.org
-
- Add following options: Content background color (body color is there but not sufficient)- Remove the damn default blue background image out of your code (visible with transparent subheader allthough another background image is defined in header op…
-
Ok I am still not happy. I defined my own header image, now when I switch transparent subheader on .. I still see the default blue background image. It's supposed to show my background image, isn't it? Why is it misbehaving like this??The blue imag…
-
Thank you.