Forum Replies Created
-
AuthorPosts
-
Hi michasvision!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-2666 .content { padding-top: 0; }
You just need to change page ID on your particular page. For more info, please see https://kriesi.at/support/topic/mini-heading-in-page/#post-188120
If that does not work, please post the link to your websiteCheers!
YigitHey!
Please try this instead https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Instead of 200 (px) , you should enter your desired value and when scrolled, height will be half of the value you have entered instead of 200Cheers!
YigitHey derek62!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.related_posts img, .related_posts a { height: 50px; }
Cheers!
YigitHey!
I tried to check your website but password is required to do so. Can you post the password privately? Please make sure that you have added shortcode as well
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { width: auto; float: none; left: 35%; }
Cheers!
YigitHi!
Sure Xavier. Feel free to start a new topic if you have any other questions.
Closed upon requestRegards,
YigitHi!
Please try to increase the allocated memory in the wp-config.php and set it to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
YigitHi!
You are welcome Masten, let us know if you have any other questions
Regards,
YigitHey!
In WordPress dashboard, you can go to Enfold theme options > Header tab to add or remove social icons
Regards,
YigitHey!
Please flush browser cache and refresh your page a few times. This is how i see that section http://i.imgur.com/Qzc1htH.jpg
Regards,
YigitHey!
You can add following code to Quick CSS in Enfold theme options under Styling tab
#dropdown-2 .widget li { clear: none; }
Regards,
YigitHey Nora!
Please refer to Peter’s post here https://kriesi.at/support/topic/wpml-flags-of-fixed-menu-with-social-icons-as-dropdown/#post-130278
You can edit Header.php file in Appearance > Editor.Best regards,
YigitHi GvdAndel!
In WordPress dashboard, please go to Appearance > Editor and open Footer.php file and find
wp_nav_menu($args); echo "</nav>";
and add following code right above it
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); echo avia_social_media_icons($social_args);
It should look like this http://i.imgur.com/dgRK1Ph.jpg
Best regards,
Yigit-
This reply was modified 11 years, 4 months ago by
Yigit.
Hey!
LayerSlider shortcodes does not work on Enfold unless you have LayerSlider WP as a standalone plugin. You should go to Media Elements in Avia Layout Builder and add Advanced LayerSlider element to your page http://i.imgur.com/fEEJvap.jpg
I have added it for you to your contact pageCheers!
YigitHi!
Please try to increase the allocated memory as Ismael said and set it to 128M. http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
I believe that will solve your issue.Regards,
YigitHi!
Because they all are in Avia Layout Builder. But you can turn on Debug mode to see shortcodes of the elements you have added using Avia Layout Builder. Please see Devin’s post here https://kriesi.at/support/topic/avia-bulder-support-box-visible/#post-187624
and add it to functions.php fileCheers!
YigitNovember 26, 2013 at 11:30 pm in reply to: Change position of header background image on ipad #193604Hey!
It seems like code is not being applied. I am not sure if it will make any difference but please try adding following code to Quick CSS
@media screen and (max-width: 480px) { strong.logo { height: 140px!important; } }
Flush browser cache after applying the code and refresh your page a few times. It should look like this http://i.imgur.com/Sgc2546.jpg
Regards,
YigitHey sitesme!
You can switch to Default Editor and click on Magic Wand tosee full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
You can create any of them and copy/paste shortcode into the element you have created in Avia Layout BuilderRegards,
YigitHi!
We need to see that section on your website to provide you accurate custom CSS for the fix.
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul:first-child > li > a { color: white; }
Best regards,
YigitNovember 26, 2013 at 10:55 pm in reply to: Text box element centered when in responsive tablet view? #193581Hey!
You should choose one of Header Types that display social icons.
Please add following code to Quick CSS in Enfold theme options under Styling tab.page-id-12 .avia-icon-list .iconlist_icon { background-color: red; }
Regards,
YigitHey!
It seems like header size goes to 70px when you remove the code. But i have added custom CSS code that will stop logo from resizing in Quick CSS section
Regards,
YigitHey!
Your website looks fine on my end http://i.imgur.com/w2PBoIH.jpg
Please confirm that you have solved the issue so we can mark this thread as resolvedCheers!
YigitNovember 26, 2013 at 4:22 pm in reply to: Change position of header background image on ipad #193482Hi!
Please add following code to Quick CSS as well
@media all and (max-width: 480px) { strong.logo { height: 140px!important; } }
Regards,
YigitHey joshlindsay!
Can you post the link to your website so we can take a look how it looks right now?
Best regards,
YigitHi!
Please add !important to the same code to force it, so it should be
@media only screen and (max-width: 767px) { .responsive .cart_dropdown { display: block!important; }}
Best regards,
YigitHey lbweb!
Can you post the link to your website? There is no sidebar in second screenshot as well ( first screenshot link is broken ). You can turn on Sidebars on pages in Enfold theme options and choose not to display them on any particular page in Layout section http://i.imgur.com/tD7sokZ.jpg
Best regards,
Yigit -
This reply was modified 11 years, 4 months ago by
-
AuthorPosts