Forum Replies Created
-
AuthorPosts
-
Hi pako69!
Can you elaborate a bit on the exact steps we can take to reproduce the issue? Just changing the published date or adding tags on my live and local installs causes no issues.
Cheers!
DevinJuly 19, 2014 at 7:40 am in reply to: Woocommerce Checkout and Account info just appeared in page template… #293268Hey miketran!
Without seeing the site from the backend I can’t think of any possible reason for that happening. A quick fix would be to re-create the landing page as a new page in case that initial one got corrupted *somehow*.
Cheers!
DevinHey eddygame!
Seems like the second site isn’t able to do the thumbnail generation. Check with the hosting provider and see if they can assist in getting the regular WordPress thumbnail generation to occur on the server. Eg – Make sure you are on PHP 5.3+, the GD library is installed and that they don’t prohibit the thumbnail generation for some reason.
Regards,
DevinHey!
Yes, it probably is a z-index issue but that isn’t something we can debug for you through support.
Cheers!
DevinHey watchamacolin!
You would need to copy out the html before its viewed to get the correct classnames on the elements before they are manipulated by the script (which happens when the viewer sees them).
Regards,
DevinHi databuzz!
No, not at the moment.
Best regards,
DevinHey databuzz!
Not with jetpack itself but some users have had issues with the addons to the plugin. So when debugging you just need to remember that Jetpack isn’t a standalone package and it can include others that might (and probably will) cause a conflict here and there.
Best regards,
DevinHey dubyajay!
Not with the automatic built in menu but you could use a plugin or the regular WordPress menu widget to add your own custom menu to a page.
Best regards,
DevinJuly 19, 2014 at 2:42 am in reply to: Masonry Gallery – Overlapped thumbnails on mobile devices #293202Hey!
Not sure if this is related but the following css is breaking the layout heavily:
.av-masonry-image-container img { height: 10%; }
Regards,
DevinHi!
Looks like its an issue with the theme and IE8 specifically. I’ve tagged Kriesi to take a look at it for IE8.
Best regards,
DevinRemove: user-scalable=1
See this for a full breakdown of the viewport meta https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
Ah, I wasn’t quite sure but glad you found a good working fix.
Hi Monsoon!
Are you purposely putting the gallery shortcode with only the starting [ or is that a potential error in the code? Just a cursory glance and it stood out.
Cheers!
DevinHi kirkmc!
The theme has always been set to have no zoom on ipads (because its responsive). You could edit the header.php where that is set and remove it. Look for:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
and remove the
maximum-scale=1
Regards,
DevinHey!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#footer .widget { padding: 0; margin: 30px 0 30px 0; }
And then change the margin values as needed/wanted. Put that snippet inside of the same media query you are using to target mobile only so that it effects those screen sizes and not all.
Best regards,
DevinHi!
If you don’t want to include it then yes you should be able to delete it.
Best regards,
DevinJuly 18, 2014 at 10:24 pm in reply to: HELP! Doing an update and have this error – Fatal error: Call to undefined funct #293162Hey!
Try using the Code element instead. It was added in one of the recent updates so that users can add in a chunk of code using the ALB and not need to bother with the text element or only using the regular visual editor :)
Regards,
DevinGlad we could help. Let us know if you have any other questions or issues.
Hey tck!
If we can see the page live we can inspect the code and suggest some css for you. That way it can be specific to your instance.
Cheers!
DevinHi!
Can we see what you have now? The image should be pushed under the navigation when the transparent and glassy option is selected so that its on top of the image.
Best regards,
DevinWhat do you mean by taking away the enfold logo? Did you add your own logo following this guide: http://kriesi.at/documentation/enfold/add-your-own-logo/
Glad you were able to find a fix :)
Let us know if you have any other questions or issues.
Hi!
That tab is empty of content at the moment so I’m not able to see the error.
What specifically has changed when you updated? Have you re-checked the settings for that page/that sidebar?
Regards,
DevinHi MindSpark!
Check with your hosting provider and see if anything has changed with allowing or not allowing sessions. That error is typically from the server not allowing them to be created.
Regards,
DevinHi!
Looks like you found a plugin or code that is working for you :)
I was going to suggest trying to use psuedo classes :before and :after with the text showing/hiding.
Regards,
DevinHey!
Have you modified the header.php file at all? The logo container isn’t getting rendered at all which is a bit strange.
Just to rule it out, try deactivating all active plugins in case there is a plugin conflict with the theme options and front end generation.
Cheers!
DevinHi!
In the full download on ThemeForest there is a change log in the version.txt with all the files that have been changed. If one of the files in your child theme has been updated then yes, it would need to then be re-updated to use the themes new code. Its more rare but it does still happen.
Regards,
DevinYes you would need to purchase a second license if its a separate site.
Kriesi has been tagged and the big reported to our git repo. He is on vacation at the moment so it’ll be a few days most likely.
Hi jerssall!
You can use the themes header options to make the logo and menu centered. Then you would need to target the logo and bring it down with a negative margin (most likely) and pick out the middle of your menu to add margin or padding to the two middle items.
Best regards,
DevinJuly 18, 2014 at 3:24 am in reply to: In Portfolio-Grid, there's a difference in spaces between items on Chrome #292782Hi!
Seems to be something added on in the child style.css. When I remove all of the custom css there it clears up:
Regards,
Devin -
AuthorPosts