Forum Replies Created
-
AuthorPosts
-
July 31, 2014 at 1:13 pm in reply to: Making a the whole text box a link that highlights on hover #298202
Hey A!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_link(){ ?> <script> jQuery(window).load(function(){ jQuery(".section-box").click(function(){ window.location=jQuery(this).find("a").attr("href"); return false; }); }); </script> <?php } add_action('wp_footer', 'add_custom_link');You can add the link to anywhere in your text box
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .footer_color .button, .footer_color input[type='submit'] { background-color: red; border-color: green; color: white; } div .footer_color .button:hover, .footer_color input[type='submit']:hover { background-color: white; border-color: blue; color: orange; } #footer .avia_ajax_form .button { font-weight: bold; } #footer label { font-weight: normal; }Cheers!
YigitJuly 31, 2014 at 12:50 pm in reply to: Move menu in the header without breaking sticky feature #298194Hi!
Great! Glad you figured it out Charlie. You can request or vote features here – https://kriesi.at/support/enfold-feature-requests/
If you have any other questions or issues, please let us know!Regards,
YigitJuly 31, 2014 at 12:35 pm in reply to: blockquote border-color will not show what is in quick css #298186Hey CrispyFried!
Your code is fine but you have CSS minifying feature enabled on one of your plugins. Please firstly disable it, flush browser cache and code should be applied. Then you can re-enable it
Regards,
YigitHey PawloDesigns!
Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
YigitHi Hex!
Please re-upload slide images. Currently images cannot be found on your server as they seem to be located on local server – http://i.imgur.com/5816vJK.png
Re-uploading images in Media > Library should solve the issueBest regards,
YigitHey!
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options under General Styling tabli#menu-item-1472 { background-image: url(https://eyeverify.com/wp-content/themes/enfold/custom/googleplay.png)!important; height: 40px; background-repeat: no-repeat; } li#menu-item-1471 { background-image: url(https://eyeverify.com/wp-content/themes/enfold/custom/appstore.png)!important; height: 40px; background-repeat: no-repeat; } li#menu-item-1472 a, li#menu-item-1471 a { opacity: 0; } #top #wrap_all .social_bookmarks a { background-color: white; color: #82141D!important; border-radius: 20px; }Regards,
YigitSveika! :)
Labas rytas Renata. So sorry for the late reply!
1&2 – Yes, they will be safe as long as they are in Quick CSS field. If you have added the codes in Custom.css file inside Enfold/Css folder, they will be overwritten.
3- When you choose to use the layout you have created in Enfold theme options > Blog Layout, it would be used on blog overview page. It is not possible to use ALB while creating posts.
4- Please see – http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
5- Seems like you have chosen to display transparent header on your blog post. Please edit it and choose to display “no transparency” under Layout section – http://i.imgur.com/0FnUmr3.pngIki!
YigitHi!
If you do not mind, please create a temporary admin login and post it here privately so we can add the code to Functions.php file for you. You may already have a function called “add_custom_script” in functions.php file or there could be a punctional error when copy pasting the code
Cheers!
YigitHi!
Please use following code
.av-image-caption-overlay-center p { color: red; }Regards,
YigitHey!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your hotspot element a custom CSS class ( i.e. my-image ) and then add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if ( jQuery("div").hasClass("my-image") ) { jQuery(".my-image").attr('id','my-image-id') }; }); </script> <?php } add_action('wp_footer', 'add_custom_script');It will give an ID #my-image-id to your “my-image” hotspot element
Regards,
YigitJuly 31, 2014 at 2:04 am in reply to: Making a the whole text box a link that highlights on hover #298030Hey!
Please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your textblock a custom CSS class then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock.custom-class { background-color: red; padding: 10px; } .avia_textblock.custom-class a { color: white; } .avia_textblock.custom-class:hover { background-color: orange; } .avia_textblock.custom-class:hover a { color: green; }Regards,
YigitHi mw75!
Can you post the link to your page where we can see the issue please?
Best regards,
YigitHi Peter
Please go to LayerSlider WP > Edit your slider > Slider Settings > Layout > Full-width slider settings and set “Responsive under” and “Layers container” to 1700 and check if that helps
Cheers!
YigitJuly 31, 2014 at 1:52 am in reply to: What setting do I have to have so that pages can be enlarged on smartphones? #298024Hey!
We have not tested but you can try using this plugin – https://wordpress.org/plugins/font-resizer/
Cheers!
YigitHey Denis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1340px) { #top .widget_nav_menu ul ul li a { width: 100px; }}Regards,
YigitHey!
You are welcome! I have tested your page on Chrome 36.0.1985.125 on Mavericks 10.9.4 and had no issues. If you have any extensions/plugins enabled on your chrome, that may be causing the issue as well.
I am marking this thread as resolved for now. Let us know if you have any other questions or issues :)Regards,
YigitJuly 31, 2014 at 1:39 am in reply to: Move menu in the header without breaking sticky feature #298015Hi!
1 & 2- Please flush browser cache. It does move on my end
3- Please add following code to Quick CSS.custom_stuff { z-index: 999; }Cheers!
YigitHi!
Which browser and OS are you using? If you have any other browser installed on your computer, please check your website on it.
Cheers!
YigitHi vuzzbuzz!
Please use following code instead
.page-id-152 .avia-promocontent h5 { color: white; }Cheers!
YigitHi!
Is not this how you would like it to look – http://i.imgur.com/TR692s1.png ?
If it is, please flush browser cache and refresh your page a few times. If not, please post a screenshot and showRegards,
YigitHey!
I have created a private page called “test page” and i was able to use Advanced Layout Builder. I have also changed the position of the code in Functions.php and now debugging mode is working fine. Please review your website
Cheers!
YigitHi!
Can you please post the link to your website and point out the image element you would like to customise?
Cheers!
YigitHi aspectgroup!
You can use menu item ID’s in your code as following
li#menu-item-220:hover a { background-color: red!important; color: white!important; border-color: orange!important; }Please add the code above to Quick CSS in Enfold theme options under General Styling tab. You can right click on Chrome or Firefox to inspect elements to find ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHallo Johannes!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .grid-entry .inner-entry:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }This code will make portfolio grid elements grayscaled. Please also note that it may not be cross browser solution.
Best regards,
Yigit -
AuthorPosts
