Forum Replies Created
-
AuthorPosts
-
Hi,
Another option to individually adding your color scheme per page for sub-pages, is to use “parent-pageid” such as “parent-pageid-120” for all the child pages of Wir über Uns. But note that for child pages of wir-ueber-uns/positionen/ you would use “parent-pageid-559”
example:.parent-pageid-120 #header_main , .parent-pageid-120 #scroll-top-link, .parent-pageid-120 .avia-menu-fx, .parent-pageid-120 #socket{background-color: #000 !important; }
but you would have to remove your other code for the child page as the !important; will conflict with this code, but keep the parent page code. Please see screenshot in Private Content area, as it may help explain better.
*changing background color of submenu
.header_color .main_menu ul ul,.header_color .main_menu .menu ul li a {background-color: #000 !important;}
*changing the main navigation font color AND hover color
Please try Enfold Theme Options > Advanced Styling > menu
*changing font-color of search icon and social icons of main header.header_color .social_bookmarks a,.header_color .main_menu ul:first-child > #menu-item-search > a {color: #000 !important;}
*changing font color of social media icons on socket
.socket_color .social_bookmarks a {color: #000 !important;}
Hope this helps :)
Best regards,
MikeHi,
I was unable to login using the FTP password, please check and please include a admin login in the private content area so we can take a closer look.Best regards,
MikeSeptember 17, 2017 at 11:20 pm in reply to: is there a way to export or copy a template from avia layout builder to another. #853172Hey diefleischerei,
Actually our team member Basilis has just release a new plugin today for that! He is still writing the documentation for it but it should be done soon. It’s on Github: https://github.com/KriesiMedia/enfold-library/tree/master/enfold-layout-library
For now though you can Enable Avia Layout Builder Debug and copy the code from one site to another.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Sorry, the Advanced Layout Builder, the Enfold drag and drop page builder.Best regards,
MikeSeptember 17, 2017 at 10:55 pm in reply to: Dringend! Problem mit Darstellung auf HOME robmo.eu #853159Hey phamosa,
Ich habe das Problem behoben, du hast so rouge Text in dem Zitat-Element, das nur in der Text-Registerkarte sichtbar war. Ich habe es entfernt, aber bitte überprüfen Sie, ob Ihre Zitate korrekt sind.
Piehe Screenshot im privaten Inhaltsbereich.Best regards,
MikeHey Pointbreakd,
The subscribe button at the top of your page is text-align: center
so it should stay centered even with a reduced size, please make your changes so we can see the error and help.Best regards,
MikeHey kwanumzen,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeSeptember 17, 2017 at 10:37 pm in reply to: Enfold Masonry Gallery – Activate Large 'featured' images on demand…. #853152Hey Wisith,
If you’re using ALB for your posts, you’ll need to include them via the Share Links elementBest regards,
MikeHey stevenchapados,
Please try the editing in this post: https://kriesi.at/support/topic/share-this-entry-facebook-remove-author-category-post-date/#post-516801
Below that post others suggested using Yoast to control what is shared.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
It looks like the last two } didn’t make it in the code block, so that would brake it. Please try this:@media only screen and (max-width: 767px){ .responsive #top .av-logo-container .avia-menu { left: 20px!important; } }
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.avia-breadcrumbs,.avia-breadcrumbs a {color: #68707c !important;}
please see screenshot in Private Content area & Please clear your cache
Best regards,
MikeHi,
OK, I logged in and changed your code to this:.my-bold-text strong { color: blue!important; }
Now it’s working, please check & Please clear your cache :)
Best regards,
MikeHi,
I believe I achieved 1 & 2 please review.
I added.blog .header_color div,.main_color div,.main_color {border-color: transparent!important; } .blog#top .av-main-nav ul a {padding: 0px 15px!important; }
and adjusted this code from 40px to 30px:
#header_main .container, .main_menu ul:first-child > li a { height: 30px !important; line-height: 30px !important; }
Your old code above I commented out so if you wanted to go back you easily can.
Please clear your cache :)Best regards,
MikeHey tesseram,
I see your trying to build a gift wrap option, have you thought about using a plugin such as: Woocommerce Gift WrapperBest regards,
MikeHey ACGijsbers,
I believe that under ATTRIBUTES in Products > Attributes you can sort and drag them, if there are more than one page then go to the top click “Screen Options” and then change “Number of items per page”.
For the comma try using this code:,
Best regards,
MikeHey nerlub,
You could use a function to track your events, like this. But you’ll need the right events, this is an example.function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(‘.ga-buy-1 a’).attr(‘onclick’, ‘ga(\’send\’, \’event\’, \’Buy Button\’, \’item1\’)\;’); jQuery(‘.ga-buy-2 a’).attr(‘onclick’, ‘ga(\’send\’, \’event\’, \’Buy Button\’, \’item2\’)\;’); jQuery(‘.ga-buy-3 a’).attr(‘onclick’, ‘ga(\’send\’, \’event\’, \’Buy Button\’, \’item3\’)\;’); }); </script> <?php } add_action(‘wp_footer’, ‘add_custom_script’);
Best regards,
MikeHi,
Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Perhaps give that plugin a try, even though it has not been updated it still has 10k active installs.Best regards,
MikeSeptember 17, 2017 at 8:01 pm in reply to: Add date to portfolio pages (Updated 2017 for Enfold 4) #853118Hi,
You can take better control of your excerpts by looking in the drop down at the top of your posts screen “Screen Options” and checking the Excerpts box, which will give you a text area below your post area.
Please include the url to the page in question so we can write some CSS to hide those items for you.Best regards,
MikeHey manelroig,
I tested the function on my localhost (clean install) and it worked correctly. Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. I would think “Simple Custom Post Order” may cause a conflict.Best regards,
Mike -
AuthorPosts