Forum Replies Created
-
AuthorPosts
-
Hi Matt!
Please add following code to Quick CSS as well
@media only screen and (max-width: 989px) { .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate { display: block; }}Please note that you are currently using a Fixed Layout. You can turn on Responsive Layout in Enfold theme options
Regards,
YigitHi Zakkery!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/disable-lightbox-5/#post-253473
Regards,
YigitHey!
1- Can you post a screenshot of the issue? I am also on a 15inch MacBook and this is how i see your menu – http://i.imgur.com/rujVUJ1.png
2- Please go to Enfold theme options > Advanced Styling and edit Main Menu LinksRegards,
YigitHey frofjeld!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.postid-2166 .av-share-box { display: none!important; }If you would like to remove it from your other certain posts as well, you can copy the code and change post ID. You can right click on Chrome or Firefox to inspect elements to find post ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHey Michael!
Please add following code to Functions.php file of your child theme in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("li.social_bookmarks_rss a").attr("target", "_blank"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitHey!
You can turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
give the element you would like to use a custom CSS class and add following code to Quick CSS.your-custom-class { font-size: 12px !important; }Regards,
YigitHey mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
h2.avia-caption-title { font-size: 20px; }Cheers!
YigitHey mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.flex_column .widget .widgettitle, .content .widget .widgettitle { margin-top: 0 !important; }Cheers!
YigitHi!
While your page is on HTTPS, some of the content such as images, CSS files are being loaded on HTTP and they get blocked as these content flagged as insecure. Plugin will help you load them
Best regards,
YigitHi midoriblue!
You can try using this plugin – https://wordpress.org/plugins/wp-maintenance-mode/
Best regards,
YigitHey!
Please try deactivating all active plugins and check if that helps. If that does not help, please create temporary admin login and post it here privately
Cheers!
YigitHey!
Great! :)
Not at all, Glad we could help! Let us know if you have any other questions or issuesBest regards,
YigitHey!
I realized that i made a small punctional mistake in the last code i posted. Please try it now
Cheers!
YigitHi
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo img { margin: 0; max-width: 90%!important; } .container .main-title { padding-top: 0; }}Regards,
YigitHey!
You should add class name as shown here – http://i.imgur.com/TQKUBb4.png
It is working fine now, please flush browser cache and refresh your page a few timesBest regards,
YigitHi cspoda!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo { height: 100px; }}2-
@media only screen and (max-width: 480px) { .page-id-2381 .avia-button-wrap { padding: 0 !important; }}Regards,
YigitHi!
It does show up fine on my end – http://i.imgur.com/C1XS8aL.png
Have you tried checking your website on another computer?Best regards,
YigitHey thomasappell!
Please refer to Peter’s post here – https://kriesi.at/support/topic/sorry-but-you-do-not-have-the-correct-permissions-to-install-the-bb-press-forum/#post-141192
Cheers!
YigitHi James!
Can you post the link to your website so we can see what type of header you are using? It is not easily possible and you may need to hire a freelance developer for such customization
Best regards,
YigitMay 30, 2014 at 5:17 pm in reply to: How do I Change Caption Text Font Size in the Easy Slider #272489Hi arconics!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { #header_meta { height: 100px; } .responsive #header_meta .sub_menu>ul>li { padding: 0 7px; }}Cheers!
YigitHi therocks!
Please see Homepage v11 you can also take a look at video tutorial here – http://vimeo.com/channels/aviathemes/91837491
Regards,
YigitHey vastaffer!
Please turn on Custom CSS field – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and give your iconboxes custom class, for example “remove-icon” and then add following code to Quick CSS in Enfold theme options under General Styling tab.remove-icon .iconbox_icon { display: none!important; }Regards,
YigitHey!
Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
With the latest version, you are now able to add Masonry element inside columns.
It seems like you have Tabs element added on your page. Please remove it from bottom of your pageRegards,
YigitMay 30, 2014 at 5:04 pm in reply to: How do I Change Caption Text Font Size in the Easy Slider #272474Hey!
The code Josue posted should work fine. You have following code in Quick CSS
body p, body { font-size: 13px !important; }Please remove !important rule from it
Cheers!
YigitHey Richard!
Honestly, i have never heard of such issue before Richard. Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Please make sure that you are using the latest version of Enfold and WordPress and deactivate all active pluginsRegards,
Yigit -
AuthorPosts
