Forum Replies Created

Viewing 30 posts - 31,951 through 31,980 (of 34,985 total)
  • Author
    Posts
  • 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

    in reply to: Generated picture-sizes #853108

    Hey AbacoSoft,
    You could try removing the image sizes from the functions.php it is the line by line settings for what image sizes are loaded into the avia_config array. There are also the 3 sizes used in the WordPress setting for media.

    Best regards,
    Mike

    in reply to: Mobile Settings and Tab Section #853106

    Hey npmcgrew,
    Sorry for the late reply, I’ve been trying to come up with a good solution for you. How about using the Accordion element for mobile only? Using the screen options you can hide the tab element for mobile & hide the Accordion element for tablets and desktops.

    Best regards,
    Mike

    in reply to: Responsive issues/break points #853099

    Hey Dirk,
    This is the code for the newest menu brake point, adjust to suit:

    @media only screen and (max-width: 1290px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Please check your custom CSS, as it looks like you may have some old menu code causing a conflict, also I see you are using v4.1.1 have you considered updating?

    Best regards,
    Mike

    in reply to: Set the Open Sans font lighter #853097

    Hi,
    Good, Let us know what you find.

    Best regards,
    Mike

    in reply to: Set the Open Sans font lighter #853093

    Hi,
    This was the lightest I could find in Enfold which uses the “lighter” rule.
    To test you could try installing a plugin such as Use Any Font and see if it pulls in a different version of the font.

    Best regards,
    Mike

    in reply to: Change the link & hover state of sidebar #853086

    Hi,
    Try this code at the bottom of the General Styling > Quick CSS field:

     .sidebar .widget_nav_menu ul:first-child>.page_item:hover {
        color: #33827a !important;
        background: #f8f8f8!important; 
        padding-left: 51px!important; 
        left: -51px!important;
        font-weight: bold!important; 
        margin-right: -51px!important; 
    }
    

    Please see screenshot in Private Content area & Please clear your cache :)

    Best regards,
    Mike

    in reply to: Changing Site Logo to Text #853077

    Hi,
    For the footer, your settings show 4 columns, and a socket. Which is what I see, the only thing a can imagine that is wrong is you are showing the “Enfold WordPress Theme by Kriesi” in the socket, which you can remove with this code in the copyright box:

    [nolink]

    If I missed something, can you please add a screenshot of how you want to see the footer?

    Best regards,
    Mike

    in reply to: Layerslider gone #853076

    Hi,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Center Tabs #853075

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

    .tab_titles .tab.widget_tab_comments, .tab_titles .tab.widget_tab_tags {display:none!important;}

    Best regards,
    Mike

    in reply to: Center widgets #853074

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

    .inner_sidebar #polylang-2.widget {text-align: center!important; }

    Please see screenshot in Private Content area for how it will look.
    Please clear your cache :)

    Best regards,
    Mike

    Hi,
    To edit the tables, just click each one and add the code above in place of the > or < symbols. I did the first table for you as an example. I also added the CSS to your General Styling > Quick CSS field. Please see screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Events Calendar can i change organisers to say teachers? #853070

    Hi,
    Sorry, I’m not sure as I haven’t used this extension for the Events Calendar, I would try asking at their support forum: https://theeventscalendar.com/support/ or https://wordpress.org/support/plugin/the-events-calendar

    Best regards,
    Mike

Viewing 30 posts - 31,951 through 31,980 (of 34,985 total)