Forum Replies Created
-
AuthorPosts
-
July 31, 2014 at 2:36 pm in reply to: blockquote border-color will not show what is in quick css #298235
Hi!
You are welcome. Yes it is recommended to deactivate it when making styling changes. Let us know if you have any other questions or issues :)
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#yelp-biz-badge-plain-zScAJRejYOlU8GjNG_LrAQ, div#yellrank { float: left; }You should add class to your other links as well to make them inline with yelp and yellrank logos
Cheers!
YigitHi Gekko101!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.inner_sidebar { margin-left: 20px; }Regards,
YigitHey Morten!
Please go to Enfold theme options > Header Layout > Extra Elements and choose not to display them
Best regards,
YigitHi!
You are welcome Johannes, glad we could help!
Your website looks great :)Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.text-sep-comment, .blog-categories, .text-sep-cat, .blog-author { display: none; }Regards,
YigitHi Richard!
Please review it now. You are commenting on your css the wrong way. I fixed it and now it does work fine. It should be as following
/* here is my comment */Cheers!
YigitJuly 31, 2014 at 1:38 pm in reply to: How do I create an alphabetical list of all portfolio items in a category #298212Hey Richard
Regards,
YigitHey!
Glad you figured it out Josh! Let us know if you have any other questions or issues
Regards,
YigitJuly 31, 2014 at 1:13 pm in reply to: Making a the whole text box a link that highlights on hover #298202Hey 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,
Yigit -
AuthorPosts
