Forum Replies Created
-
AuthorPosts
-
Hey!
Great! We will keep the thread open for the OP. If you have any other questions or issues, feel free to start a new topic :)
Regards,
YigitHi!
Please feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
YigitHi Roland!
You can choose Select option and add Yes and No as options as shown in the screenshot – http://i.imgur.com/ZRqXodv.png
Best regards,
YigitHey!
Please change Elliott’s code to following one
@media only screen and (max-width: 769px) { .avia_wpml_language_switch { position: relative !important; top: -30px !important; left: -100px; }}Cheers!
YigitHey!
Please edit your post and click “Screen options” on the top right corner and check “Custom fields”, then scroll below post content and add a new custom field with name “unblock” and value “1” – http://i.imgur.com/s9yz96v.png
Cheers!
YigitFebruary 6, 2015 at 12:51 pm in reply to: Changing container width creates mouse over effect? #391988Hey crewneck!
I could not reproduce the issue but can you try adding following code to Quick CSS as well
.av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; }Best regards,
YigitFebruary 6, 2015 at 12:38 pm in reply to: How to change the font size of the full width submenu? #391974Hi simonac!
Please add following code to Quick CSS and adjust as needed
#top .av-subnav-menu > li > a { font-size: 16px; }Regards,
YigitHey!
Please see – https://kriesi.at/support/topic/logo-menu-overlapping-firefox/#post-391963
Regards,
YigitHi abhyp!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-398 .main_color.container_wrap > .container { min-height: 2000px; }Best regards,
YigitHi Nancy!
This is how it looks on my end on Chrome Version 40.0.2214.111 on OS X 10.10 – http://i.imgur.com/jYRDqDV.png
Cheers!
YigitHey chapter2!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Best regards,
YigitFebruary 5, 2015 at 9:04 pm in reply to: When viewing page with Custom Template, links and colors are different. #391661Hey!
No, it is fine but you have inline styles – http://i.imgur.com/KSwRKr6.png that is why colors were not matching, adding !important rule overrides it :)
Let us know if you have any other questions or issues!Best regards,
YigitHey!
Please add following code to Quick CSS as well
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }The code i previously posted fixes the issue with menu fx
Best regards,
YigitFebruary 5, 2015 at 8:41 pm in reply to: When viewing page with Custom Template, links and colors are different. #391645Hi simplesolutionsgr!
Please add following code to Quick CSS
.main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char { color: #0d12a3!important; }Cheers!
YigitHi chryseis!
Both of the sites are using an older version of Enfold. Can you please firstly update them to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi!
Please try using this plugin – https://wordpress.org/plugins/advanced-code-editor/
If that does not help, you are going to access via FTP to edit the file.Cheers!
YigitHey!
It seems like you have installed the theme successfully, so you can just go ahead and import one of the demo files. You do not need to upload anything, you can simply choose one in Enfold theme options > Demo Import section and “Click to import”
Regards,
YigitFebruary 5, 2015 at 8:31 pm in reply to: Portfolio Custom URL/Link Setting Open in New Window #391635Hi!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_target(){ ?> <script> jQuery(window).load(function(){ jQuery('#av-masonry-1 a').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_target');Regards,
YigitHi stratocomp!
Please go to Enfold theme options > Demo Import and import needed demo – http://i.imgur.com/Ch9vp9u.png
Regards,
YigitHey!
There is already an Comment element on Advanced Layout Builder and you can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ :)
Best regards,
YigitFebruary 5, 2015 at 8:27 pm in reply to: Header/Menu misalgnment after upgrading Enfold and WP to latest versions #391630Hey!
This is how your website looks on my end right now – http://i.imgur.com/iKH75VZ.png
Can you please try de-activating all active plugins and check if that helps?Best regards,
YigitFebruary 5, 2015 at 8:15 pm in reply to: Portfolio Custom URL/Link Setting Open in New Window #391624Hi!
Can you please post the link to your website and elaborate on the changes you would like to make?
Regards,
YigitHey Charlotte!
Please try to increase following
php_value suhosin.post.max_vars 8000 php_value suhosin.request.max_vars 8000Reference: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately? Please also post the link to your page that you would like to editCheers!
YigitFebruary 5, 2015 at 7:58 pm in reply to: How to make telephone and social media icons larger in top right corner? #391610Hi!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Regards,
YigitHey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHi!
Can you please try adding following code to Quick CSS and check if that helps?
.html_header_top.html_header_sticky #main { padding-top: 100px; }Cheers!
YigitHi boag!
Please see – http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/
Best regards,
Yigit -
AuthorPosts
