Forum Replies Created

Viewing 30 posts - 16,951 through 16,980 (of 35,025 total)
  • Author
    Posts
  • in reply to: Stop testimonials slider from jumping around #1213795

    Hi,
    Glad to hear, the one testimonial entry that has a different font size is in some extra div’s, please check this one and adjust to how the others are.

    Best regards,
    Mike

    in reply to: Challenges with margin #1213791

    Hi,
    Please try going to Enfold Theme Options > Layout Builder > General Builder Options and ensure your developer options are not hidden.
    2020-05-17_063747.png

    Best regards,
    Mike

    in reply to: Button Color on Hover #1213789

    Hi,
    Glad that helped, but to override this for a single button with the custom class “button-2” you will need to be more specific in your CSS Specificity, like this:

    #top #wrap_all #main #custom-id-section .avia-button.button-2:hover {
    	background-color: #efefef !important;
        color: #000 !important;
    }

    note the section custom ID in the rule #custom-id-section.

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1213785

    Hi,

    @milkytech
    , thanks for the reminder, but I reported this to the dev team the day I said I did.
    Do you see the heading tag option in the icon box element like this?
    2020-05-16_043336.png

    Best regards,
    Mike

    in reply to: Author's Name to Move Under Blog Title #1213720

    Hi,
    Sorry for the late reply and thanks for the link, try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(window).load(function(){
      $( '#top.blog .post-entry.multi-big' ).each(function() {
      $( this ).find( 'span.post-meta-infos' ).css({ 'margin-top': '0px','padding-top': '0px'}).insertBefore( $(this).find('span.blog-categories.minor-meta'));
      $( this ).find('span.blog-categories.minor-meta').css({ 'margin-top': '15px','padding-top': '10px'}).insertAfter( $(this).find('div.entry-content'));
      });
      });
      })(jQuery);
      </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    Hey wacky32,
    Sorry for the late reply, it looks like your image is showing at 175px by 150px, have you already solved this?
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Grid row not breaking on mobile #1213707

    Hey El,
    Sorry for the late reply and thanks for the link, it looks like your site is loading all of the css in a single file, but it doesn’t seem to include the mobile css, please try disabling your caching or minifying plugins and clearing your browser cache.

    Best regards,
    Mike

    in reply to: Align last element in equal height columns to bottom #1213695

    Hey kate_ha_agency,
    Sorry for the late reply, it looks like this element is already aligned “baseline” Please explain a little more where you would like the link.

    Best regards,
    Mike

    in reply to: Button Color on Hover #1213690

    Hey sitesme,
    Sorry for the late reply, this css will change the hover color of all buttons

    #top #wrap_all #main .avia-button:hover {
    	background-color: #777777 !important;
        color: #fff !important;
    }

    Please adjust to suit, then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Combining space in mega menu #1213683

    Hey wtechgr,
    Sorry for the late reply and thanks for the screenshots. When I look at your menu it doesn’t look like the screenshots, can you describe how I can recreate the error? Or can you recreate the error on your site and tell us which column is braking it and include an admin login in the Private Content area.
    I understand you want the “after” layout, I imagine there is a point you are almost there and then one more item shifts the layout to the “before” image, correct?

    Best regards,
    Mike

    in reply to: Add forward button to default audio player #1213681

    Hey Brand,
    Sorry for the late reply, Enfold uses the default WordPress player, but I didn’t find any options to add this. Perhaps an audio plugin would have this option.

    Best regards,
    Mike

    in reply to: Challenges with margin #1213680

    Hi,
    Sorry for the late reply and glad you were able to sort this out. You can add a custom class to your column such as “custom-class” and use that as the class for the rule.
    2020-05-16_172759.png

    Best regards,
    Mike

    in reply to: Text slide home #1213678

    Hi,
    Sorry for the late reply, it looks like the error above is caused by the plugin “WP Copy Protect”, but I’m not sure why your text would not show but I added this css to correct:

    .avia_transform .av_slideshow_full .avia-caption-title,.avia_transform .av_slideshow_full .avia-caption-content {
    	    visibility: visible !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1213674

    Hi,
    Try reinstalling the theme via ftp like this: First, 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 and you can see the options above.
    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.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme 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: Weird bullets appeared #1213670

    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: Portfolio Template using shortcodes #1213669

    Hi,
    Sorry, I’m not seeing a second button on that page.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply and thanks for the login and links, I tested on an Android device and when I scrolled the page the slider played again. I tried many settings in your slider, but it still seems that the scroll triggers the slider. This doesn’t occur on desktop dev tools emulating a mobile device.

    Best regards,
    Mike

    Hey Maarten,
    Sorry for the late reply and glad to hear it is resolved. If you don’t mind sharing the solution it may help someone in the future.

    Best regards,
    Mike

    in reply to: Link to a tab in a Tab Section #1213650

    Hi,
    Sorry for the late reply, when I check your links page I find the link to the tab section is #Tabsection but it should be #tabbransch .
    I don’t believe that script is needed anymore, you can link to a tab using the ID, but you can not link to a section inside of a tab.

    Best regards,
    Mike

    in reply to: Testimonials minimum height #1213551

    Hi,
    Please see the solution at your other thread with the same question, please reply to that one.

    Best regards,
    Mike

    in reply to: Lock Testimonial Slider height #1213550

    Hi,
    Please see the solution at your other thread with the same question, please reply to that one.

    Best regards,
    Mike

    in reply to: Stop testimonials slider from jumping around #1213549

    Hi,
    Thanks for the link, the following script looks for each testimonial slider and finds the tallest inner content and then sets all of the sliders to the same height. Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_testimonial_height_script(){
      ?>
      <script>
    (function($){
      $(window).load(function(){
      	$('.avia-testimonial-row').each(function(){  
         var $columns = $('.avia-testimonial_inner',this);
         var maxHeight = Math.max.apply(Math, $columns.map(function(){
             return $(this).height();
         }).get());
         $columns.height(maxHeight);
    });
      });
      })(jQuery);
      </script>
    <?php
    }
    add_action('wp_footer', 'custom_testimonial_height_script');

    This code sets the height of .avia-testimonial_inner which keeps the testimonial author title close to the content, this screenshot highlights the area.
    2020-05-16_065932.png
    If you replace .avia-testimonial_inner with .avia-testimonial-content in the code then the testimonial author title will stay in the same place for each slider, this screenshot highlights the area.
    2020-05-16_071109.png
    This script will work across your whole site, you can always restrict this to the one page by adding the page ID #top.page-id-5666 to the beginning of .avia-testimonial-row with a space like this:
    #top.page-id-5666 .avia-testimonial-row
    Please clear your browser cache and check after adding this code.

    Best regards,
    Mike

    in reply to: Weird bullets appeared #1213544

    Hi,
    Thank you, I was able to update your site by renaming your current theme directory to “enfold-old” and upload the new version to “enfold” Please clear your browser cache and check. If you are satisfied with how the new version works you can delete “enfold-old” via ftp, if you wish to roll back to your old version, simply delete “enfold” via ftp and rename “enfold-old” to “enfold”.

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1213525

    Hi,
    Simply change the heading tag to “p” instead of “H3”
    2020-05-16_043336.png

    Best regards,
    Mike

    in reply to: irregular font size #1213523

    Hi,
    Ok, I removed the custom class, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Image wirh link jumps onmouseover #1213522

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

    .entry-content-wrapper a:hover .aligncenter {
    	margin: 0 !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: irregular font size #1213292

    Hi,
    Thank you for the links and the login, this is odd because the “Personal Theme Packs” looks thinner to me also, but I don’t see any roge css changing the font-weight, and the element tree is the same. If this is the only page with the error we can adjust by adding a custom class to your titles, for example, I added the custom class “font-fix” to your title like this:

    <h5 style="text-align: center;"><span class="font-fix" style="color: #000000;">Personal Theme Packs</span></h5>

    and then I added this css in your Quick CSS:

    .font-fix {
    text-shadow: 3px 0 0 currentColor;
    }

    and this seems to help, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Portfolio Template using shortcodes #1213267

    Hi,
    Sorry for the late reply, I see the “RICHIEDI PREVENTIVO” button at the top of your page opens an iframe to a blank page, if you try to load the page directly it leads to a “500 internal error”, so I would say that your error is with the content of the page and not so much the iframe. What is supposed show on the page, a shortcode for a plugin?

    Best regards,
    Mike

    in reply to: Mega menu images size #1213265

    Hi,
    Sorry for the late reply, is the page in the Private Content area the correct one to see the images with a border that disappear on hover? If not please include a link to see the issue.

    Best regards,
    Mike

    in reply to: Google Tag Manager Gdpr Opt out #1213261

    Hi,
    Sorry for the late reply, according to this article you can use both google analytics and google tag manager on same page, I understand you don’t need to do this but it would trigger the opt out option of the cookie notification.

    Best regards,
    Mike

Viewing 30 posts - 16,951 through 16,980 (of 35,025 total)