Forum Replies Created

Viewing 30 posts - 9,571 through 9,600 (of 34,677 total)
  • Author
    Posts
  • in reply to: category with excerpt and featured image not possible! #1374119

    Hi,
    Glad we could help.

    Best regards,
    Mike

    in reply to: Google Droid Sans Font in HTML, but not selected #1374117

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hey Alfredo,
    Thanks for the link to your site but I’m not sure what you want to be changed, try including a mockup so we can understand better.
    I looked at your burger menu and didn’t notice anything off except your menu items are a little small.

    Best regards,
    Mike

    Hey Alfredo,
    Sorry unfortunately not, you could try using a plugin for this function and add it’s shortcode to your page.

    Best regards,
    Mike

    in reply to: Google Droid Sans Font in HTML, but not selected #1374090

    Hi,
    Thanks for the login, I see that you are using Droid Sans for your menu items at Enfold Theme Options ▸ Advanced Styling
    Try using a different font or follow these instructions to load it locally.
    2022-11-27_011.jpeg

    Best regards,
    Mike

    in reply to: Error: Trying to access array offset on value of type null #1374088

    Hi,
    Thanks for the feedback, the plugin will need to call it’s image elements as https for them to show on your site, strange that the plugin images are not included in the plugin files the images would be called from your own site.
    If the plugin site ever goes down, or out of business, your plugin would not work, perhaps this is not a good plugin to build your business on?

    Best regards,
    Mike

    in reply to: Theme Error reported on server log for website #1374087

    Hi,
    Glad to hear.

    Best regards,
    Mike

    in reply to: How can I add icons to Enfold Secondary Menu items? #1374086

    Hey dennisnoharemanon,
    Thanks for the link to your site, I recommend saving your icons as image files such as png or jpg and then use CSS to add the images, here is an example of what it would look like.

    #header_meta .sub_menu #menu-item-2545:before {
      content: url(/blog.png);
      display: inline-block;
      padding-right: 10px;
      height: 10px;
      width: 10px;
    }
    #header_meta .sub_menu #menu-item-2546:before {
      content: url(/mail.png);
      display: inline-block;
      padding-right: 10px;
      height: 10px;
      width: 10px;
    }
    #header_meta .sub_menu #menu-item-2547:before {
      content: url(/phone.png);
      display: inline-block;
      padding-right: 10px;
      height: 10px;
      width: 10px;
    }
    

    Please give this a try and let us know if you have any trouble.

    Best regards,
    Mike

    Hey Proleaks,
    Thanks for your patience, as I understand your question you would like to use the robots.txt file to disallow GoogleBot from looking for pages that don’t exist, this is the correct approach and you would upload this file to your server at the root path via FTP. Typically this is not on your server by default, you must create it.
    Here is a Free Robots.txt Generator
    As I look at your error log above most all of them are in this directory /systemisch-achtsam-loesungsorientiert/tag/ so you could block that directory like this:

    User-agent: *
    Disallow: 
    Disallow: /cgi-bin/
    Disallow: /systemisch-achtsam-loesungsorientiert/tag/

    try the generator and add the directories and files from your log above.

    Best regards,
    Mike

    in reply to: Mega Menu Customization #1374078

    Hey clause2,
    Please see our Mega Menu documentation
    you will see the Mega Menu option in the menu items
    2022-11-27_009.jpeg
    You can enable the menu item Description option in the screen options at the top of the menu page:
    2022-11-27_010.jpeg

    Best regards,
    Mike

    in reply to: Cookie bar, button and text formatting #1374076

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Theme Error reported on server log for website #1374074

    Hi,
    Have you tested your site without the custom code?
    Can you confirm that removing this code solves your very slow page loading?
    Perhaps it is not needed anymore for your custom pagination if it was from a few years ago.
    Can you explain why your custom product category pages need this code for pagination, I don’t recall any current pagination issues.

    Best regards,
    Mike

    in reply to: Splitted Menu and Logo centered #1374073

    Hi,
    Thank you for your patience, I tested the Logo Centered split menu in the documentation and for my demo which has 7 menu items and the search icon and the social icons I found this css worked well:

    @media only screen and (min-width: 780px) {
    #top #header .av-main-nav li:nth-child(4) {
      /* Adjust the width of the logo */
        margin-right:214px;
    }
    
    #header .main_menu {
        /*background: gold;*/
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .av-main-nav-wrap {
        left: 50%;
        transform: translateX(-50%);
    }
    
    #header .logo {
        left: 50%;
        transform: translateX(-40%);
        z-index:999;
    }
    
    #header .logo img {    
        top: 50%;
        transform: translateY(-50%);
        max-width: 165px;  
    }
    #top nav .social_bookmarks {
        float: right;
    }
    }

    with this result:
    2022-11-27_008.jpeg
    Perhaps this will help you adjust your css.
    Guenni007 thanks for sharing your tips.

    Best regards,
    Mike

    in reply to: customize comment form #1374070

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    For your other language page try this css:

    #top.page-id-1382 #main .container_wrap_first > .container > .content {
    	padding-top: 0;
    }

    I add the page ID because I don’t think you want this to occur on pages without the revolution slider, I not sure why this is occurring, it is probably related to your revolution slider as I have not seen it elsewhere.

    Best regards,
    Mike

    in reply to: Update Jquery in the documentation #1374067

    Hi,
    Ok, thanks for pointing this out I will submit to the Dev Team for their review.

    Best regards,
    Mike

    in reply to: Cookie bar, button and text formatting #1374056

    Hi,
    Thanks for the login, I added the css to the WordPress ▸ Customize ▸ Additional CSS field to bypass your siteground caching, it is now working, please clear your browser cache and check.
    2022-11-27_006.jpeg

    Best regards,
    Mike

    in reply to: Update Jquery in the documentation #1374055

    Hey testq1,
    Thank you for your question, but the assets in the documentation directory is only for the index.html file in the documentation directory, it is not for the theme.
    The theme doesn’t supply the jQuery file, it uses the file supplied by WordPress which is currently v3.6.1

    Best regards,
    Mike

    in reply to: Masonry gallery large gap compared to column one #1374051

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: custom icons on page #1374050

    Hey Marie,
    You could upload the icons as images to your media library and then add the images to your page, each one linked as you wish.

    Best regards,
    Mike

    in reply to: ENFOLD SITE DOWN AFTER WP UPDATE TO 6.1.1 #1374049

    Hi,
    Ok, is your host a managed one that limits your cPanel options?
    Most hosts give you unlimited databases. Anyways hopefully it will work.

    Best regards,
    Mike

    in reply to: Rounding corners on colour sections #1374048

    Hi,
    Let us know when you changed the video and we will look again.

    Best regards,
    Mike

    in reply to: Rounding corners on colour sections #1374046

    Hi,
    Unfortunately not while your video is an iframe, we maybe able to round the corners if you self-host the video on your site.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshot and the link to your site, this was from the Enfold Theme Options ▸ Sidebar Settings ▸ Page Sidebar navigation
    I disabled it for you.

    Best regards,
    Mike

    in reply to: Rounding corners on colour sections #1374042

    Hi,
    You could use this css:

    .mid_block .av-section-color-overlay {
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }

    but since your video is a YouTube iframe the video will show in the corners because you can’t style the inner elements of an iframe.
    Try hosting the video on your site.

    Best regards,
    Mike

    in reply to: Cookie bar, button and text formatting #1374041

    Hey Christopher,
    Thank you for the link to your site, you can change the height of the buttons by changing the padding, try this css to reduce it some:

    .avia-cookie-consent .avia-cookie-consent-button, .avia-popup .avia-cookie-consent-button {
        padding: 0.5em;
    }

    to change the “settings” text code, try this css:

    div.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-info-btn {
        color: #fff;
    }

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

    Best regards,
    Mike

    in reply to: category with excerpt and featured image not possible! #1374038

    Hey photoshopuzr,
    You can try these presets, try these codes in your child theme functions.php, only one at a time and then check your category page.

    //change category page layout to blog single small style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    //change category page layout to blog single big style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }

    //change category page layout to blog grid style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }

    //change category page layout to bloglist excerpt

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2);
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'bloglist-excerpt';
    return $layout;
    }

    Best regards,
    Mike

    in reply to: Layout Architekt keeps loading with no result #1374035

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Error: Trying to access array offset on value of type null #1374034

    Hi,
    When I try to create a new campaign I see mixed content errors in the console:
    2022-11-27_004.jpeg
    I found that your WordPress ▸ Settings ▸ General ▸ Site Address was not https, so I fixed this for you.
    But the plugin icegram is still giving 108 mixed content errors:
    2022-11-27_005.jpeg
    It looks like it is trying to get images from it’s website 'http://www.icegram.com/gallery/wp-content/uploads/2022/11/bfcm-popup.png' but http
    Try see if you can change this in any settings, or you will need to ask the plugin developer how it can load https images.

    Best regards,
    Mike

    in reply to: Web site down Since update 6.1 #1374032

    Hi,
    Glad to hear, let us know when you are done so we can close this thread.

    Best regards,
    Mike

Viewing 30 posts - 9,571 through 9,600 (of 34,677 total)