Forum Replies Created

Viewing 30 posts - 6,961 through 6,990 (of 93,582 total)
  • Author
    Posts
  • in reply to: Error on start #1426126

    Hi,

    Thanks for the update. The login details you posted are not working, please check and verify.

    Best regards,
    Rikard

    in reply to: PHP Update #1426125

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: Button – Link on Pictures #1426124

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    Hi,

    Thanks for the update, we’ll keep this thread open for you.

    Best regards,
    Rikard

    in reply to: strange black bar #1426098

    Hey ausgesonnen,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer {
        border-top-width: 0;
    }

    Best regards,
    Rikard

    in reply to: Masonry Element / Blog Posts Displaying the SAME EXCERPT #1426096

    Hi,

    Thanks for that. This filter in your child theme seems to be causing that to happen:

    add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2);
    function avia_change_default_link($loop, $entries)
    {
    	foreach($entries->posts as $key => $entry)
        {
            if($entry->post_type == "post")
            {
                $more 	 		 =  "<br /><span class='masonry-more-link-arrow'>".__('Read More','avia_framework')."</span>";
    			$loop['content'] =   avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '') . $more;
            }
        }
    
        return $loop;
    }

    What exactly is the intention with this filter?

    Best regards,
    Rikard

    in reply to: Lines #1426094

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    #top .av_header_with_border.av_header_transparency #header_main, #top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside {
        border: 1px solid #daa520;
    }

    Best regards,
    Rikard

    in reply to: PHP Update #1426080

    Hi,

    Could you share server error logs with us please?

    Best regards,
    Rikard

    in reply to: Hide main menu for one pager theme on a second site #1426079

    Hi,

    Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: PHP Update #1426075

    Hey Christian,

    What exactly happens when you change the PHP version to 8.1?

    Best regards,
    Rikard

    in reply to: Lines #1426072

    Hey ausgesonnen,

    Do you mean that you want the lined yellow when the header is transparent? If not, then please try to explain your intentions a bit further, or post a screenshot highlighting them.

    Best regards,
    Rikard

    in reply to: Burger menu break point #1426071

    Hey ausgesonnen,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Adjust the 1024 value to the pixel width of your choice.

    Best regards,
    Rikard

    in reply to: Hide main menu for one pager theme on a second site #1426070

    Hey Loveronika,

    If you are simply trying to get the menu to work on the sub pages, then please use the full site URL for your anchor links:

    https://your.site/#anchor

    Best regards,
    Rikard

    in reply to: Critical Error \ PHP Fatal Error in buttons_fullwidth.php? #1426069

    Hey dlott,

    I’m not sure which memory limit for PHP you have on your site, but please try to increase it: https://developer.wordpress.org/apis/wp-config-php/

    define( 'WP_MEMORY_LIMIT', '256M' );

    . You might need help from your hosting provider, in case they don’t allow sites to set the memory limit.

    Best regards,
    Rikard

    in reply to: Need help to improve site performance #1426068

    Hey MLA18,

    I’m not sure what you are using to test the speed of your site, but you can get some suggestions on the link in private.

    Best regards,
    Rikard

    in reply to: Logo is not shown in mobile view #1425922

    Hi,

    Great, I’m glad that you got things working again. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: Dynamic_Avia folder full of thousands of files #1425920

    Hi Philip,

    Great, I’m glad that you got things working, and thanks for sharing your experience. It’s much appreciated :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: Burger menu icon colour #1425919

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: image d’arrière plan section #1425918

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Problème SEO #1425917

    Hey Sébastien,

    If you have recently made changes to your site, then you will have to wait for the search engine result pages to be updated. It’s not instant, it can take weeks sometimes.

    Best regards,
    Rikard

    in reply to: Integration vcf file #1425913

    Hi,

    The header is hidden on the page, so that part of your CSS is working. Please try to remove this CSS:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
    }

    As that will apply globally to your site. Also please try to explain your intentions a bit further.

    Best regards,
    Rikard

    in reply to: Rechnungsstellung #1425911

    Hi Eckhard,

    Thanks for reaching out to us. We don’t actually sell Enfold, that is done via the Themeforest/Envato platform, and they handle all payments. Could you try reaching out directly to them to see if you can be invoiced instead of paying online? https://help.market.envato.com/hc/en-us

    Best regards,
    Rikard

    in reply to: problem #1425909

    Hey jeel147,

    Could you share server error logs with us please? If you need further help, then please share FTP login details with us as well.

    Best regards,
    Rikard

    Hi,

    Thanks for the link. Are you looking to add space above the heading? If so, then please post admin WordPress login details in private, so that we can have a closer look.

    Best regards,
    Rikard

    in reply to: Help with spacing on my website #1425906

    Hi,

    Great, I’m glad that Mike could help you out. Should we close this thread for now then?

    Best regards,
    Rikard

    in reply to: Need access to store website #1425905

    Hey Melissa,

    Thanks for reaching out to us. I’m not sure that I fully understand what you are asking here. Are you looking for access to a website? We cannot help you with that unfortunately, since we only develop a WordPress theme that users can use to build their websites, we don’t provide finished websites.

    Best regards,
    Rikard

    in reply to: Masonry Element / Blog Posts Displaying the SAME EXCERPT #1425903

    Hey Eleina,

    Thanks for the screenshots. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Big problem: Home page not found #1425902

    Hi,

    Thanks for the update. Maybe you imported settings from your parent theme?

    Best regards,
    Rikard

    in reply to: Color Section Page Color Problem #1425901

    Hey karacafer,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Site does not load properly in Safari Browser #1425900

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 30 posts - 6,961 through 6,990 (of 93,582 total)