Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hey!
I also see your welcome page perfectly, if the issue is inconsistent or we can’t reproduce it, it will be very hard to debug it.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header .main_menu ul > li.menu-item > .avia_mega_div > .sub-menu > li.menu-item > span > img{ width: 220px !important; max-width: 230px !important; }
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi,
Can you post the link to the page you are trying this please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.post-meta-infos { display: none !important; }
Quick CSS code will remain when updating.
Cheers!
JosueHi mcaero!
The slider is working perfectly on my end, have you tried viewing it from different computers?
Best regards,
JosueHi,
Can you post the link to the page where this happens please?
I tried to reproduce it on my local install but no title was displayed.
Regards,
JosueThis reply has been marked as private.Hi!
Does the slow remains even with the default WP Theme activated?
Regards,
JosueHi!
I can not login, the wp-admin URL redirects me to http://abortonanuvem.com/not_found
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
Unfortunately Enfold does not support a two sidebars layout for posts or pages at the moment, but maybe you can achieve something like that with the Advanced Layout Builder.
Best regards,
PeterHi Xavier!
You can use wp_enqueue_script, please take a look: http://codex.wordpress.org/Function_Reference/wp_enqueue_script
Cheers!
JosueHey Daniel!
Put it in functions.php
Best regards,
JosueHi!
Change that part to this:
#menu-item-6214 div { position: relative; top: -10px; } #menu-item-6214 div img{ position: relative; top: 5px; }
Best regards,
JosueHi segalmedia!
Edit that part to something like this:
<a href="http://hubholdings.com/wp-content/uploads/2013/11/Economic-Engines.jpg" rel="lightbox[auto_group1]">eastern</a>
If you want to hide the gallery below, this code will do it (add it to Quick CSS):
.galleryid-2678{ display: none; }
Regards,
JosueHey Frank!
Where in the header exactly? this code will do it:
<?php if ( is_user_logged_in() ) { $user = wp_get_current_user(); echo "Welcome $user->display_name"; } ?>
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.wp-image-6350 { position: relative; top: -9px; } #menu-item-6214 div[valign="center"] { position: relative; top: -10px; } #menu-item-6214 div[valign="center"] img{ position: relative; top: 5px; }
Cheers!
JosueHey!
You could try adding this code to the Quick CSS:
.single-post .title_container, .single-post #footer, .single-post #socket { display: none; }
Cheers!
JosueHey Tom!
Try adding this code to the Quick CSS:
#top .main_menu ul:first-child > li > a { padding: 0 15px 0 15px !important; }
Cheers!
JosueHi Tomas!
I was unable to reproduce the issue, in which browser/OS are you seeing this?
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
You have a Minifying plugin, disable it first and see if it works.
Regards,
JosueHello,
Is not working because the JavaScript is not correctly loaded in your Landing page, please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueThis reply has been marked as private.Hey!
Try adding this code to the Quick CSS:
.bar-outer { background: red !important; }
Change red by the color of your choice.
Cheers!
JosueHeh, you are welcome, glad we could help :)
Regards,
JosueHi!
Remove/comment from line 720 to line 760 in css/layout.css.
Regards,
JosueHi Gillianrose!
Yes, there is, look at the bottom of the shortcode popup:
Regards,
Josue -
AuthorPosts