Forum Replies Created
-
AuthorPosts
-
Hi Reno!
Please check it now, to avoid these kind of layout issues try to wrap your sections into Color Sections (i did it for that page).
Regards,
JosueHi!
Is there a way to add related posts to a Post at the bottom if I use the Avia Builder?
Not possible right now, i’d suggest using a shortcode-based related posts plugin.
Can this code be added to my child theme functions.php to auto size the featured image as well –
That should work, make sure to include
global $avia_configat the start of your functions.phpBest regards,
JosueHi!
Should work now, you needed to go through each accordion slide and “save it” with the lightbox setting.
Regards,
JosueI see, i tried reproducing it by editing that block (http://a.pomf.se/fpojub.png) but it’s working fine so far. If you encounter this again please let us know through this topic.
Best regards,
JosueHey!
Try increasing the memory allocated to PHP to at least 128M (currently 40M):
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Have you tried in Settings > Permalinks?
Cheers!
JosueHi!
I’m not noting any additional template files in the Enfold theme folder, that’s why you only see the default ones here – http://a.pomf.se/pahcvn.png. You need to copy those custom templates files from your current site’s theme to Enfold.
Best regards,
JosueHi!
I was referring to this – http://screencast.com/t/h9Xs98HN
Regarding the thumbnail, the file you need to edit is /template-builder.php, it is located at the root of the theme directory.
Cheers!
JosueHi Renaud!
I changed something in that page and couldn’t note anything unexpected, can you please detail under what circumstances does the issue occur?
Cheers!
JosueYes, i hope so, we’ve already reported this to Kriesi :)
Best regards,
JosueGood, now add this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return "wordpress@YOURWEBSITE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);Then make another test with the Enfold form.
Cheers!
JosueYou’ll need to indicate me which Page(s) from the demo you want:
http://kriesi.at/themes/enfold/Here’s how to enable Debug Mode:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Regards,
JosueMarch 3, 2015 at 2:36 am in reply to: Grid Cells do not contain Text Cells in Internet Explorer 8 #404897Hi David!
Sorry for my late reply, finally managed to get into a Win7/IE8 machine.
But in the accordion…the logo images inside the accordion are being smashed…
Add this to Quick CSS:
.avia-msie-8 .toggle_wrap img{ min-width: 220px; }And on the Post pages the images are being smashed to the left (when floated left)
And smashed on the right in the Post pages when floated rightI’m not noting this issue on my end, please post a screenshot.
And the image disappears when it is alone at the top (perhaps because it is sized larger than the column?)
Add this:
.avia-msie-8 img.alignnone{ width: auto !important; }Cheers!
JosueHi Cindy!
Use the following:
@media only screen and (min-width: 767px) { #menu-main-menu.av-subnav-menu > li{ width: 25%; padding: 0; margin-left: -4px; } } #top .av-subnav-menu > li > a{ padding: 9px 10px 10px 12px; } #top .av-subnav-menu > li.current-menu-item > a{ background: #5c5c5c !important; } #top .av-submenu-container, #top .sticky_placeholder { height: 42px; }Also open js/avia.js and change line 78:
$('body').avia_scrollspy({target:'.main_menu .menu li > a'});To:
$('body').avia_scrollspy({target:'.av-submenu-container li > a'});Cheers!
Josue@erich617, try the following: attempt to recover your password at the wp-login.php page and check if you get the recovery mail message.
Best regards,
JosueStrange indeed, glad you found a workable solution, if you’re missing a special demo page let me know (i can provide you the shortcode tree you can then paste in the debug window)
Cheers!
JosueHey Dave!
Try adding this code to the Quick CSS:
#top .widget_nav_menu ul { float: none !important; }Cheers!
JosueOk, just wanted to confirm because i didn’t see it on my phone at first, i’ll report it anyways.
Thanks,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return "support@YOURWEBSITEDOMAIN.com"; } add_filter('avf_form_from', 'change_cf_from', 10);Cheers!
JosueHey!
Here’s what you need to fix – http://screencast.com/t/nZNCqNN8vGY, i’ve already done it for #fre.
Best regards,
JosueHi!
I’d suggest making tests with the WP Theme Unit Test + having the default WP theme activated, if that works the Enfold import should too because it uses essentially the same method.
Regarding server recommendations there are plenty of options, i’ll list a few of the most popular among our userbase:
– Bluehost
– Hostgator
– Dreamhost
– WP Engine
– Media TempleBest regards,
JosueHi!
According to the source they are not, do you have any caching plugin active? if you want me to take a look please post a WP account as a private reply.
Cheers!
JosueYes, this will be fixed in the next patch.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYeah it’s very strange, hope you manage to resolve this issue with your service provider.
Regards,
JosueHey Cindy!
– main nav
1, 2, 3, 4 and 5. To accomplish what you want you’d need to use a FullWidth Menu element (it has a “sticky” option) instead (and hide the header), you can place it after the Image with Hotspot Element, like this – http://screencast.com/t/llpTZBvfNydy– header/footer overlap
Switch to FullWidth Menu first and then post a screenshot of the issue.– footer
Change your footer alignment code to this:#footer .container{ padding: 0 10px; } #footer .widget .textwidget { overflow: hidden; } #footer .widget .textwidget img{ float: right !important; display: block; }Let finish those points first and then we’ll move on with responsive images.
Best regards,
Josue -
AuthorPosts
