Forum Replies Created

Viewing 30 posts - 18,631 through 18,660 (of 35,061 total)
  • Author
    Posts
  • Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 900px) { 
    #top.home #av_section_2 .post-entry-206 .av-flex-placeholder {
        width: 1% !important; 
    }
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Slider gone after Update #1168740

    Hi,
    Thank you, I imported the slider into my localhost and it works for all screen sizes, showing the correct images without any loss of images.
    So I recommend deleting your current slider and the images from your media library, then clear your browser cache and any cache plugin, and import the layerslider again from the file above.

    Best regards,
    Mike

    in reply to: Unclear messages in GDPR/Cookie modal #1168737

    Hi,
    Ok, but what would you suggest replacing “Click to enable/disable video embeds.” with?

    Best regards,
    Mike

    in reply to: Another Cookie issue #1168736

    Hi,
    Ok, thank you for the constructive criticism, but as there is not an “issue” that I can help you resolve shall we close this thread then?

    Best regards,
    Mike

    in reply to: Tooltip on privacy shortcodes – how? #1168734

    Hi,
    Sure we can help with some css, but can I see the live page to ensure I’m targeting the correct sectors?

    Best regards,
    Mike

    in reply to: Left sidebar sticky issue #1168731

    Hi,
    Thank you, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: problem with "portfolio grid" height #1168730

    Hey maxcoppeta,
    In your portfolio grid are you using the “manually set image size”?
    2019-12-23-062907
    typically they should be the same size, but perhaps because some of your images are in portrait mode it’s off some.
    We could use some css to adjust, but we would need to write a few rules for different screen sizes:

    @media only screen and (min-width: 1440px) { 
    a.grid-image img {
    	height: 361px !important; 
    	min-height: 361px !important;
    }
    }

    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field and then clear your browser cache, and check.
    This is for desktop screen sizes.

    Best regards,
    Mike

    in reply to: new icon instagram on social profile and bottom like others #1168725

    Hi,
    Sorry for the late reply, when I check your site on mobile I can see your logo, but I appeared very slowly. It looks like you are using Smush lazyload, please try disabling this plugin and clear your browser cache.

    Best regards,
    Mike

    in reply to: The Events Calendar with sidebar – mobile view #1168722

    Hi,
    Sorry for the late reply, and thanks for the links. So in mobile view the sidebar will need to go below the content because otherwise there is not enough room to show it. Please see the link in the Private Content area for the page I tested on.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
     .responsive #top.single-tribe_events #main .sidebar {
        display: block !important; 
    }
    #top.single-tribe_events #main .sidebar {
        border-left-style: none !important;
        border-left-width: 0px !important; 
        clear: both !important; 
    }
    #top.single-tribe_events #tribe-events-content.tribe-events-single {
        margin-left: 0 !important; 
    }
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: The Events Calendar tag list view: only 5 events visible #1168717

    Hi,
    Sorry for the late reply, Thanks for sharing your solution. Shall we close this thread then?

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, unfortunately, I have not tested any of the conditional menu plugins, so it’s just a matter of trying each out.
    Perhaps we could use css to do this, please try explaining what you would like to do and include an admin login so we can investigate.

    Best regards,
    Mike

    in reply to: Left sidebar sticky issue #1168712

    Hi,

    @I-Visio
    , it seems that this topic is solved now, shall we close this then?
    or do you need some further assistance?

    Best regards,
    Mike

    in reply to: adding custom icon and link to social sharing #1168709

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    I was going to take a look but WordPress says you are working on the page right now, so I didn’t want to “take over” can you please save your work so I can take a look?

    Best regards,
    Mike

    in reply to: several changes in fonts #1168696

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: social icons not showing on mobile (header) #1168693

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold Avia Builder Text Block list-style-type #1168692

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    ul.disc, .entry-content-wrapper ul {
      list-style: none !important; 
      margin-left: 0;
      padding-left: 0;
    }
    
    .entry-content-wrapper ul li {
      padding-left: 1em;
      text-indent: -1em;
    }
    
    .entry-content-wrapper ul li:before {
      content: "▪";
      padding-right: 5px;
      color:#000 !important; 
    }

    I had to include the character in the code because the hex code doesn’t work for this method. I also included the color so the theme doesn’t apply it’s own colors.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Custom Table Column Width #1168645

    Hi,
    Thanks for the link, I see that your table is in a column that is 2/5 so that is why it is narrow, form the screenshot I thought it was on a mobile device, but that is ok.
    So in the css I wrote it for your single product pages so it won’t change other tables you might have, and assuming they are all the same this should work for all of them:
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 768px) { 
    #top.single-product .avia-data-table .avia-desc-col {
        text-align: center !important; 
        width: 100px !important;
        padding: 9px !important; 
    }
    #top.single-product .avia-data-table .avia-highlight-col { 
        width: 350px !important;
    }
    }

    Then clear your browser cache and any cache plugin, and check.

    I used px widths instead of percentages because it is a small area, if you want the columns in the table larger please use a column larger than 2/5 as the container.
    Please let us know if this is what you had in mind.

    Best regards,
    Mike

    in reply to: layer slider update #1168640

    Hi,
    Sorry for the late reply, the bundled layerslider is updated with the Enfold updates, I do recall one time a special security patch was released by layerslider to us and we pushed a special theme update to accommodate.
    But the bundled layerslider can not be updated the same way as the stand-alone version, unfortunately this can not change. You can read more about the layerslider here.

    Best regards,
    Mike

    in reply to: "Click to Load" Button for external scripts #1168637

    Hi,
    Sorry for the late reply, the code for the “click to load” is written in the \enfold\config-templatebuilder\avia-shortcodes\google_maps\google_maps.php file
    I don’t believe it’s something that you are going to be able to use elsewhere.
    You may find this more helpful: jQuery Tutorial: AJAX Load Content With No Page Refresh
    or this: Using AJAX With PHP on Your WordPress Site With Your Own Plugin
    I also believe there is an ajax plugin that can help with this.

    Best regards,
    Mike

    in reply to: Tooltip on privacy shortcodes – how? #1168631

    Hi,
    Sorry for the late reply, in the privacy settings you can add tool tip to some of the buttons in the tool tip field:
    2019-12-22-153103
    but not all privacy shortcodes allow this, for some of them you would wrap your text with the shortcode like this:
    [av_privacy_custom_cookie cookie_name=""]Your text here[/av_privacy_custom_cookie] and it changes the text next to the button, many of which have a large text area for you to include plenty of text so a tool tip is not needed.

    Best regards,
    Mike

    in reply to: Ninja Forms not working after latest WordPress update #1168628

    Hi,
    Sorry for the late reply, I couldn’t reproduce your error with the cookie bar and Ninja Form plugin:
    2019-12-22-150154
    The Ninja Form is showing for me on my localhost, I assume that you cleared your browser, site, and server/CDN cache and any minifying plugins a couple of times, JS files can be difficult sometimes. Have you also tried deactivating other plugins and turn off your Enfold Theme Options > Performance > JS & CSS file merging and compression?
    If this doesn’t help then please open a new thread with admin login details and how we can reproduce, ie: turn the cookie bar on.

    Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.

    Best regards,
    Mike

    in reply to: URGENT Whitespaces don't work anymore #1168626

    Hi,
    Sorry for the late reply, since you were using a custom stylesheet added to the Enfold theme then you will need to call this stylesheet with a function in your functions.php
    I tried to add this function but your site gave an error that it must be added via FTP

    function enqueue_tommybooking_styles(){
      wp_enqueue_style( 'tommybooking', get_template_directory_uri() . '/css/tommybooking.css' );
    }
    add_action( 'wp_enqueue_scripts', 'enqueue_tommybooking_styles', 99 );

    If you include FTP access we can add this for you.
    But I recommend using a child theme, so your custom code will not be lost with future theme updates Read about it & Get it here
    It is easy to use a child theme but there are a few steps you must do, as outlined in the link, if you prefer I would be happy to assist in setting this up for you.

    Best regards,
    Mike

    in reply to: H1 Tag on Pages #1168622

    Hi,

    @algkent
    please try updating to see the new options, if you prefer to wait a couple of weeks our next version should be coming out.
    Either way with your current version you will need to update via FTP, The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Shadow Effect CSS #1168621

    Hi,

    @Guenni007
    thank you. It’s odd I didn’t find a Thrive Leads popup on the page?

    @algkent
    were you able to sort this out now?

    Best regards,
    Mike

    in reply to: Unclear messages in GDPR/Cookie modal #1168620

    Hi,
    What do you suggest?

    Best regards,
    Mike

    in reply to: Another Cookie issue #1168619

    Hi,
    Ok, if you don’t want to submit any translations that is fine. I only suggest it because that is how translations are added, and as I pointed out the DE “formal” doesn’t seem to be updated often.
    Anyways, now you know how to change the translations for your site, you can then add your custom language files to your child theme so they will not be lost with each update, please see our documentation here.

    Best regards,
    Mike

    in reply to: Slider gone after Update #1168618

    Hi,
    Please export the layerslider to dropbox, or similar so we can import it on our localhost and test.

    Best regards,
    Mike

    in reply to: separate menu for mobile #1168616

    Hi,

    @Guenni007
    , great explanation, thank you.
    @bobfurgo, were you able to implement this?

    Best regards,
    Mike

    in reply to: Custom Button Onclick Issue #1168614

    Hi,
    I believe the error is in this line:
    $('.id_vet_mil_click').on(function(e){
    you are using “on” instead of “click” like this:
    $('.id_vet_mil_click').click(function(e){
    PLease give this a try.

    Best regards,
    Mike

Viewing 30 posts - 18,631 through 18,660 (of 35,061 total)