Forum Replies Created

Viewing 30 posts - 20,821 through 20,850 (of 35,234 total)
  • Author
    Posts
  • in reply to: Button Issues #1118429

    Hi,
    I took a look at your button font weigh and first changed your Advanced Styling weigh from “light” to “200” sometimes this helps, then upon further examination, I found that the current font weight is set by “csshero”
    2019-07-13-215410
    please try disabling this css or change it to the weigh you want, and Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Content Slider Dot Control Button Customization #1118428

    Hey Stephanie,
    This is the css I added to your Quick CSS, Please clear your browser cache and check, and feel free to make any adjustments needed:

    @media only screen and (min-width: 1101px) { 
    #top .avia-content-slider-element-container .avia-slideshow-dots {
        left: -3% !important; 
        text-align: center !important; 
        top: 300px !important; 
    }
    .avia-content-slider-element-container.avia-builder-el-33 {
    min-height: 280px !important; 
    }
    }
    
    @media only screen and (min-width: 767px) and (max-width: 1100px) { 
    #top .avia-content-slider-element-container .avia-slideshow-dots {
        left: -3% !important; 
        text-align: center !important; 
        top: 220px !important; 
    }
    .avia-content-slider-element-container.avia-builder-el-33 {
    min-height: 200px !important; 
    }
    }
    @media only screen and (max-width: 766px) { 
    #top .avia-content-slider-element-container .avia-slideshow-dots {
        left: -3% !important; 
        text-align: center !important; 
        top: 130px !important;
    }
    }
    .avia-slideshow-dots a.goto-slide.active {
    background-color: #4B3E2D !important; 
    }
    .avia-slideshow-dots a.goto-slide {
    background-color: #4B3E2D !important; 
    opacity: 25%;
    }
    #top .avia-smallarrow-slider .avia-slideshow-dots a {
        border-style: none !important; 
    }
    .avia-slideshow-dots a {
        height: 9px !important; 
        width: 9px !important; 
        border-radius: 9px !important; 
        margin: 0 8px !important; 
    }

    Best regards,
    Mike

    in reply to: Button Issues #1118426

    Hi,
    To correct the icon on the buttons I added this css to your Quick CSS:

    .av-icon-on-hover .avia_button_icon {
        overflow: visible !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold child Theme #1118425

    Hi,
    Typically that occurs when you try to update but the token info is not quite right. Please create a new token and allow all permissions and then wait 24 hours before checking again.

    Best regards,
    Mike

    in reply to: Animating Numbers Not Counting Up #1118424

    Hey shrinkray,
    Sorry for the late reply, I unchecked your “load jQuery in the footer” performance setting, and disabled your merged JS & CSS to clear the cache. Now the animation is working.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Custom taxonomy and frontend comma. #1118422

    Hey Kyle,
    Sorry for the late reply, please link to the element so we can examine closer.

    Best regards,
    Mike

    Hey Wondergirrrl,
    Vielen Dank für die Anmeldung. Zunächst untersuchen wir Ihre Homepage. Der Grund dafür, dass der Auszug nicht angezeigt wird, liegt darin, dass Ihr Beitrag mit dem Erweiterten Layout-Generator erstellt wurde. Sie müssen Ihren Auszug also manuell hinzufügen. Schauen Sie in die Seitenleiste des Editors, um einen Auszug hinzuzufügen. Bitte siehe Bild 1.
    Der Grund, warum der Titel und das Bild Ihres Blogs nicht auf der Post-Seite angezeigt werden, ist, dass der Post mit dem Advanced Layout Builder erstellt wurde. Bitte fügen Sie diese Elemente Ihrem Beitrag hinzu
    Der Grund, warum der Advanced Layout Builder diese Elemente nicht automatisch hinzufügt, besteht darin, dass Sie mehr Kontrolle über Ihr Layout haben.
    Um die Schriftart in der Fußzeile zu ändern, probieren Sie diesen Code im Feld Allgemeines Styling> Schnelles CSS oder im Feld WordPress> Anpassen> Zusätzliches CSS aus:

    #footer h3.widgettitle,#footer .widget a {
    font-family: sans-serif !important;
    }

    Bitte passen Sie die Schrift an.
    Probieren Sie diese CSS-Datei für Ihre Sidebar-Schriftart aus und passen Sie sie wie oben an

    .sidebar h3.widgettitle,.sidebar .widget a,.sidebar .widget li {
    font-family: sans-serif !important;
    }

    — Translated with Google —

    Thank you for the login, first, we will investigate your homepage the reason excerpt is not showing is because your post was created with the Advanced Layout Builder, so you must add your excerpt manually, please look in the editor sidebar to add an excerpt. Please see image 1.
    The reason your blog title and image is not showing on the post page is because the post was created with the Advanced Layout Builder. Please add these elements to your post
    The reason the Advanced Layout Builder does not add these elements automatically is to give you more control over your layout.
    To change the font in the footer, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer h3.widgettitle,#footer .widget a {
    font-family: sans-serif !important;
    }

    Please adjust the font to suit.
    For your sidebar font, please try this css and adjust as above:

    .sidebar h3.widgettitle,.sidebar .widget a,.sidebar .widget li {
    font-family: sans-serif !important;
    }

    Best regards,
    Mike

    in reply to: Webhoster? #1118416

    Hey Steven Braun,
    Sorry for the late reply and thanks for the compliment, Please check out this free tool
    You can read about the Enfold performance settings here and about our speed tweaks here. If your interested in seeing the full list of what Enfold offers, please see here.

    Best regards,
    Mike

    Hi,
    Thank you, please try updating to v4.5.7, there has been many fixes and improvements since your version.
    Does your webhost cache your site also, can this be turned off while we investigate?

    Best regards,
    Mike

    in reply to: Social Share Tooltip Not Displaying Correctly #1118412

    Hi,
    Thank you for the login, I have taken a look at your element and found that you had disabled the blog under the performance settings, which disabled the blog.css from loading. I enabled it and now the element works correctly, please clear your browser cache and check.

    Best regards,
    Mike

    Hey simran1982,
    Thanks for the url and code, it looks like the icon you are using is a single star, did you want 5 stars in a row? Would you want to use a single custom icon instead?
    Here is an example of the CSS you can use to add the stars:

    .comment-header::after {
      content: url('https://img.icons8.com/ios-glyphs/30/F1C40F/5-star-hotel.png');
    display: inline;
    }
    .comment-header .comment-meta.commentmetadata {
    display: inline !important;
    }

    Best regards,
    Mike

    Hey Carmen,
    Thanks for the login, I see that you are using Enfold v4.3.1 which should be updated, you wrote that updates failed to solve your issue, or did you mean that updating failed?
    The easiest and safest way to update this version is to download the newest version from Theme Forest and rename your current parent theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” 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” 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

    Hi,
    Thanks for the WP login, I was able to login, but when I login to sftp I see the directories /lamp0 & /private but I don’t see your WP install, what folder is it in?
    Once we find your install can we try updating to a beta version with the latest fixes to see if this helps?
    I assume that you have tried to disable your plugins to ensure there is not a conflict? Please also disable Autoptimize while we are trying to sort this out.

    Best regards,
    Mike

    in reply to: Adding schema to Enfold #1118388

    Hi,
    I took a look at your page and the script on line 28 that has some of your info in it is in between the source code comments:

    <!-- This site is optimized with the Yoast SEO plugin --> ... <!-- / Yoast SEO plugin. -->

    and has the class “yoast-schema-graph” so I believe this is coming from your Yoast plugin.

    Best regards,
    Mike

    in reply to: Error manually link #1118385

    Hi,
    I took at look at your page and found that you had a hidden error:

    404 Failed to load plugin url: /wp-content/plugins/social-warfare/assets/js/sw-shortcode-generator.js

    and that your top left column with the buttons had the column link set to “manual link” with an empty link field:
    2019-07-13-140511
    I set this to “no link” and now the error doesn’t occur, please clear your browser cache and check.
    I recommend disabling the “social-warfare” plugin which is giving the 404 error above.

    Best regards,
    Mike

    in reply to: special size of image for iPad Pro (1024×768) #1118380

    Hey Jaispirit,
    Thanks for the login, when I look at your homepage for iPad (768px) resolution I see the logo centered like screenshot #1 and for the iPad Pro (1024px) resolution I see the logo to the right over a button, please see screenshot #2.
    So the 1024px resolution (actually 989px) is the beginning of the desktop break, if you want this to change, at what size do you want this to occur at?

    Best regards,
    Mike

    Hey phausner,
    Thanks for the login you can change your shop header background color at Enfold Theme Options > Shop Options > Shop Banner Image Color Overlay
    2019-07-13-130850
    Another option would be to try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #av_product_description .av-section-color-overlay {
        opacity: 1 !important; 
        background-color: #f15b5b !important; 
    }

    Best regards,
    Mike

    Hey Jagrav,
    Thanks for the login, I tried updating your page and got this with your error:

    Failed to load resource: the server responded with a status of 500 ()

    I created a template from your contact page so this I could create a test page and try removing elements to find one causing the error, but the page saves and updates without issue, please try editing for yourself, url is in the Private Content area.
    Perhaps the original contact page is damaged somehow?

    Best regards,
    Mike

    in reply to: Events Calendar Plugin – German Version H1 Typo #1118364

    Hey ual84,
    Sorry for the late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $("h1.main-title.entry-title").text("Kalender mit Ereignissen");
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Google Maps – API – Billing – Free Options #1118363

    Hey M1000000,
    The “place mode” is used by default, the option in the map element is called “roadmap”.
    My last understanding was that Google was going to track the account “usage” and then apply the “discount” in the billing.
    Do you have many API’s on one account, or are they linked to a manager account?

    Best regards,
    Mike

    Hey ColinWalton,
    Sorry for the late reply, if I understand correctly, you have category images that show over your product images, (perhaps like badges?) but I didn’t see this on your site, is this currently active?

    Best regards,
    Mike

    in reply to: Enfold Products database – inline editing #1118359

    Hey agavinho,
    Sorry for the late reply, I have not used this plugin, TablePress, but it allows import/export of csv and it can be displayed with a shortcode, which you can add to your pages in a code block element.
    So it sounds like it’s worth a try.
    There are many more in the WordPress repository
    Please let us know which one you end up using.

    Best regards,
    Mike

    in reply to: Dropdown Menu – settings #1118355

    Hey claha,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .menu li.menu-item-has-children > a:after { content: ' ▾'; } 
    .menu li > a:only-child:after { content: ''; }
    @media only screen and (max-width: 990px) { 
    li.av-width-submenu > a > span.dropdown_available:after { content: ' ▾'; }
    }

    If this doesn’t work for you please include a url to your site so we can adjust.

    Best regards,
    Mike

    Hi,
    Thanks for the link, I see that you have a few test orders but I don’t see where I can view the download page as in your screenshot so we can adjust the table. Please provide the link or explain the “test” account details so I can create a test purchase and examine the download page.

    Best regards,
    Mike

    in reply to: Icon after text not showing up correctly #1118266

    Hey garretfw,
    This is a duplicate question, let’s please continue in the other thread.

    h1 > .av_font_icon {
    display: inline-block !important;
    }

    Best regards,
    Mike

    in reply to: Icon Next to "Back" text #1118265

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

    h1 > .av_font_icon {
    display: inline-block !important;
    }

    Please clear your browser cache and check.
    I recommended adding a custom class to your icons, so we can be more specific in the css, you can enable this option by going to Enfold Theme Options > Layout Builder > Show element options for developers and adjusting the css to suit.

    Best regards,
    Mike

    in reply to: Transparent Header and Slideshow are White in IE #1118243

    Hi,
    The pass is because the file is protected, so you would need to extract the file then upload via ftp as I described above. If this still is not working for you please include ftp access and I will try to install the beta for you.

    Best regards,
    Mike

    in reply to: Transparent Header and Slideshow are White in IE #1118088

    Hey ind-image,
    In the Private Content area is a beta version with the latest fixes which has solved many IE & Edge issues so perhaps this will help you also.
    The easiest and safest way to test the beta version is to rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” 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” 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: Site-error in IE #1118084

    Hey Tim,
    In the Private Content area is a beta version with the latest fixes which has solved many IE & Edge issues so perhaps this will help you also.
    The easiest and safest way to test the beta version is to rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” 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” 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: Recent posts and date cannot be translated #1118079

    Hi,
    Thanks for the feedback, I added “#top:lang(hu)” to the script so the dot will only show for the HU language. Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 20,821 through 20,850 (of 35,234 total)