Forum Replies Created

Viewing 30 posts - 30,781 through 30,810 (of 33,827 total)
  • Author
    Posts
  • in reply to: Remove or update structured data #855806

    Hey EA Photo,
    Try going to Enfold Theme Options > Layout Builder > Automated Schema.org HTML Markup and choose “Not activated”
    This is an option in v4.1.2, I assume it is also an option in your version, if not perhaps an update is in order.
    2017-09-23_091126

    Best regards,
    Mike

    in reply to: Adjust header color on specific pages #855804

    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
    2017-09-23_083812
    *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,
    Mike

    in reply to: Mobile Menu – Submenu items are not displayed #855798

    Hi,
    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,
    Mike

    Hey 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,
    Mike

    in reply to: CSS for shortcode #853166

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Links don't show up at bottom of blog posts #853165

    Hi,
    Sorry, the Advanced Layout Builder, the Enfold drag and drop page builder.

    Best regards,
    Mike

    in reply to: Dringend! Problem mit Darstellung auf HOME robmo.eu #853159

    Hey 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,
    Mike

    in reply to: Center Mailchimp Signup form button #853155

    Hey 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,
    Mike

    in reply to: Menu selection on a Tablet #853153

    Hey kwanumzen,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    Hi,
    Did the above custom css work for you?

    Best regards,
    Mike

    in reply to: Links don't show up at bottom of blog posts #853150

    Hey Wisith,
    If you’re using ALB for your posts, you’ll need to include them via the Share Links element

    Best regards,
    Mike

    in reply to: Facebook Remove Meta for Post Share #853149

    Hey 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,
    Mike

    in reply to: CSS for shortcode #853147

    Hey fabienneBESD,
    Try this code in the General Styling > Quick CSS field:

    .eo-events-shortcode,.eo-events-shortcode a {color: #fff!important; }

    2017-09-17_161722

    Best regards,
    Mike

    in reply to: Theme shortcodes… #853140

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Menu in mobile version #853139

    Hi,
    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,
    Mike

    in reply to: Breadcrumb display in top bar left #853137

    Hi,
    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,
    Mike

    in reply to: Bold element refusing to show as blue! #853136

    Hi,
    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,
    Mike

    in reply to: Blog Logo and Blog Title #853135

    Hi,
    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,
    Mike

    in reply to: Addition Price #853133

    Hey tesseram,
    I see your trying to build a gift wrap option, have you thought about using a plugin such as: Woocommerce Gift Wrapper

    Best regards,
    Mike

    in reply to: Webshop Woocommerce #853132

    Hey 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,
    Mike

    in reply to: Alignment of the subheading in special headings. #853129

    Hey Paul,
    In the Special Heading element add coffee1 as the custom CSS class:
    2017-09-17_144343
    Then add this code in the General Styling > Quick CSS field:

    .coffee1 {text-align: right!important; padding-right: 30% !important; }

    It should look like this:
    2017-09-17_144140

    Best regards,
    Mike

    in reply to: AdWords Conversion Tracking on Catalogue Links #853121

    Hey 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,
    Mike

    in reply to: Blog post Content Element Links #853120

    Hi,
    I put your profile back to French and added the code to your General Styling > Quick CSS field
    2017-09-17_141004

    Best regards,
    Mike

    in reply to: Display child pages from the page #853119

    Hi,
    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,
    Mike

    in reply to: Add date to portfolio pages (Updated 2017 for Enfold 4) #853118

    Hey Jenkins87,
    Thank you for sharing, well done.

    Best regards,
    Mike

    in reply to: Need help with blog entries in Blog Theme #853116

    Hi,
    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,
    Mike

    in reply to: Increasing Hot Spot Size #853114

    Hi,
    I tried to create what you explained using 1/2 columns for the Hotspot image & Icon List. Can you create a test page so we can see your issue better?
    2017-09-17_134215

    Best regards,
    Mike

    in reply to: Next-Previous Custom Post type in same Category #853112

    Hey 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

    in reply to: Help with Yelp! icon in social media profiles #853110

    Hey mattb1169,
    If I understand correctly, you tried uploading the zip file and got a blank page error? Please check that your host has “PHP ZipArchive Extension” enabled. Go to LayerSlider > System Status > Server Settings
    2017-09-17_132053

    Best regards,
    Mike

    in reply to: Default Header #853109

    Hey planetxeo,
    I’m not sure I understand, you would like the top header, but can not achieve it using these settings:
    2017-09-17_131333

    Best regards,
    Mike

Viewing 30 posts - 30,781 through 30,810 (of 33,827 total)