Forum Replies Created

Viewing 30 posts - 421 through 450 (of 34,588 total)
  • Author
    Posts
  • in reply to: Mouse over effect #1481247

    Hey limedrop,
    How do you want to change the mouse over effect? Remove it, or change the color?

    Best regards,
    Mike

    in reply to: Menü auf einem Slider #1481243

    Hey ConnyQ,
    To disable the topbar use the theme setting option at Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text and disable.
    To have the menu above the LayerSlider link in the demo use the transparent header at Enfold Theme Options ▸ Header ▸ Transparency Options
    If you have other questions we may need to see your site with a admin login to assist with your specific settings.

    Best regards,
    Mike

    in reply to: Warning: Undefined array key #1481242

    Hey Munford,
    Using a header.php in your child theme will often cause errors when you update as the new updated header.php will not be used.
    Please don’t add a header.php or footer.php to your child theme as this is the top reason for errors after updating, if you have a specific piece of code that you need to add to your header it is better to add it in your child theme functions.php, but I don’t see this in the code above.

    Best regards,
    Mike

    in reply to: website crash after php update 8.1 #1481241

    Hi,
    I find no errors or “crash” on your site, please explain further.
    My test site has no issues with PHP v8.1

    Best regards,
    Mike

    in reply to: Tab Font Size #1481239

    Hi,
    Please link to your page, since this thread is from 2015 it may be better to open your own thread with a link to your page so we can assist.

    Best regards,
    Mike

    in reply to: Search icon color in transparent header #1481238

    Hey Antonio,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av_header_transparency.header_color .main_menu .dgwt-wcas-ico-magnifier-handler {
    	fill: #fff;
    } 

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

    Best regards,
    Mike

    in reply to: Columns in text blocks #1481237

    Hey Hank,
    You will need to use the “text” tab in the text element and add html to create two columns, please see this example solution

    Best regards,
    Mike

    in reply to: Show burger menu to the left of the centered logo #1481231

    Hi,
    Please use the “Shrinking Header” option at Enfold Theme Options ▸ Header ▸ Header behavior ▸ Shrinking Header
    Screen Shot 2025 04 12 at 9.38.16 AM

    Best regards,
    Mike

    in reply to: Pictures #1481230

    Hey AuroraArcus,
    You have a empty image element above each image element, so that is two image elements in each columns, for example this is the empty one:
    Screen Shot 2025 04 12 at 9.27.22 AM
    and this is the one below it with the image:
    Screen Shot 2025 04 12 at 9.28.53 AM
    so please delete the empty ones. You can find them by moving your pointer just above the visible image.

    Best regards,
    Mike

    in reply to: button not responding #1481228

    Hi,
    It looks like the login that you posted for us is not admin, so we can not see your theme settings, functions.php, ect.
    Nonetheless, when I check your grid row the 1/5 cell that the button is in, it has a cell column link that points to a file that doesn’t exist, this cell column link has priory over the button file link.
    You do not need two links, so remove the cell column link and only use the button link, or correct the cell column link and remove the button link, or make both the same.

    Best regards,
    Mike

    in reply to: Product Page (woocommerce layout) #1481227

    Hey Akhurst,
    To increse the font sizes for the price, sku, & categories, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-product .price span {
    	font-size: 30px;
    }
    #top.single-product .main_color .product_meta span {
    	font-size: 30px;
    }

    adjust the font size to suit.
    To remove the related products, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function remove_woo_relate_products(){
        remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
    }
    add_action('init', 'remove_woo_relate_products', 10);

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: Remove tabcontainer on Blog / Archive Pages #1481226

    Hey maxh_muc,
    Try this css in your quick css:

    .single-event .tab_titles {
    	display: none;
    }

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

    Best regards,
    Mike

    in reply to: How to put responsive video on top of homepage #1481225

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: z position #1481213

    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: Parts of the webpage are not loading #1481212

    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: Cant access Avia layout builder #1481211

    Hi,
    Glad to hear that you have this sorted out, 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,
    Glad Ismael could help, please follow the Github for feature request that you posted for possible updates about this feature request.
    As this is not the correct place for feature requests and you find that this solution is working, we would like to close this thread. OK?

    Best regards,
    Mike

    in reply to: Avia Element Pagination #1481209

    Hi,
    If you are asking about “Question 2” changing the link from /?avia-element-paging=2 to /page-2 can not be done, as it causes a conflict with WordPress.
    The Dev Team set it to /?avia-element-paging=2 to avoid this conflict.
    Nonetheless, if you would like to request this pagination change, the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Category background, title and image #1481207

    Hi,
    You want a 1500x1500px image under the category title?
    1500px height would basically be full screen height, right?
    Do you want the image under the title or the title to be overlayed on the image?
    This will not be so easy.

    Best regards,
    Mike

    Hey digitalrefresh,
    It looks like your Google reCaptcha setting in the cookies is set to make all items disabled until manually checked:
    Screen Shot 2025 04 10 at 4.33.13 PM
    so if you manually check this and then reload your contact form button will show:
    Screen Shot 2025 04 10 at 4.34.05 PM

    Check your Default Cookie Behaviour settings, I think you are using “Essential cookies are accepted on first page load, user must opt in” try changing to “All cookies and services are accepted on first page load, user can opt out”
    Screen Shot 2025 04 10 at 4.53.50 PM
    and also check “Advanced Options” and use “Auto reload on “Accept Settings …” only” so the page is reloaded.
    Screen Shot 2025 04 10 at 4.52.24 PM

    Best regards,
    Mike

    in reply to: Category background, title and image #1481160

    Hi,
    I added this css:

    .category .title_container h1 a {
    font-size: 300%!important;
    line-height: 55px;
    font-family: "sacramento", cursive;
    font-weight: 400;
    }

    and this code to your to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    (function($){
      $('#top.category .title_container h1.main-title.entry-title  a').contents().filter(function() {
        return this.nodeType == 3
      }).each(function(){
        this.textContent = this.textContent.replace('Archive for category:','');
        this.textContent = this.textContent.replace('Tag Archive for:','');
        this.textContent = this.textContent.replace('Archive for:','');
      });
      })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );	  

    the result now:
    Screen Shot 2025 04 10 at 4.20.36 PM
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Category background, title and image #1481155

    Hi,
    The text below it is H2 “Poetry 5 Submission Title” are you sure that you want two H2 on the category page and no H1? It may affect your SEO.

    Best regards,
    Mike

    in reply to: Category background, title and image #1481104

    Hi,
    I disabled your Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs ▸ Display only title and added this to your code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1);
    function avf_header_setting_filter_mod($header_settings) {
        if (is_tax() || is_archive()) {
            $header_settings['header_title_bar'] = "title_bar";
        }
        return $header_settings;
    }

    to only show the title on your category pages.
    and I added this css:

    .category .container_wrap_first {
    	border: none;
    }
    .category .title_container {
    	text-align: center;
    	padding-top: 50px;
    	background-color: #f2f0eb !important;
    }
    .category .title_container h1 a {
    	font-weight: 600 !important;
    	line-height: 1.3em;
    	font-size: 30px;
    }

    so compared to one of you posts:
    Screen Shot 2025 04 09 at 5.23.29 PM
    your category title looks like this:
    Screen Shot 2025 04 09 at 5.25.07 PM
    But note that they are both H1, I don’t see H2 like you asked.

    Best regards,
    Mike

    in reply to: Hide Controller in embed YOUTUBE Videos #1481101

    Hey Steve,
    Youtube has removed these options and since it is in an iframe locale css will not work. Vimeo may have an option for this in their premium plan, but I’m not sure.
    Try self-hosting your videos for better control.

    Best regards,
    Mike

    in reply to: preloader issues #1480960

    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: Second Color Section #1480959

    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: The link you followed has expired. #1480901

    Hi,
    Ok, thanks for using Enfold.
    To get a refund, please go to: Can I Get A Refund? in your Envato account.
    We here in support are not connected to your account in Envato (theme forest) So you need to follow their steps.

    Best regards,
    Mike

    Hi,
    I believe that you are correct, thank you for adding this solution and all of your great help!
    Shall we leave this thread open for future questions?

    Best regards,
    Mike

    Hi,
    Do you have this issue when Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression is disabled?

    Best regards,
    Mike

    in reply to: preloader issues #1480896

    Hi,
    I tested chrome & safari without accepting cookies and logged out, and both showed the footer, so I’m not sure why you have this issue.

    Best regards,
    Mike

Viewing 30 posts - 421 through 450 (of 34,588 total)