Forum Replies Created

Viewing 30 posts - 1,921 through 1,950 (of 33,339 total)
  • Author
    Posts
  • in reply to: Button position on sliders #1438859

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

    @media only screen and (min-width: 768px) { 
    #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
        width: 300px;
        height: 100px;
        font-size: 24px;
    }
    .html_header_transparency #top #main .caption_bottom .slideshow_caption {
        padding-top: 0;
    }
    }
    @media only screen and (max-width: 767px) { 
    	#top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
    	padding: 10px 6px;
    	font-size: 10px;
    }
    }

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

    Best regards,
    Mike

    in reply to: only on this page #1438858

    Hi,
    Try this CSS instead in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 1440px) { 
    #top:not(.page-id-3288,.page-id-3593) #footer {
    	display: none;
    }
    }
    @media only screen and (max-width: 1439px) { 
    #top #footer {
    	display: none;
    }
    }

    Best regards,
    Mike

    in reply to: Main menu: from symbol to text and width of both menus #1438857

    Hi,
    To change the color of the burger menu icon on desktop try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
      background-color: red !important; 
      }

    To adjust the width of the mobile menu go to Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width

    Best regards,
    Mike

    in reply to: Image of symbol-box #1438855

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

    #top #main .iconbox_left_content .iconbox_icon {
        width: 100px;
        height: 100px;
    }

    Best regards,
    Mike

    in reply to: Different Footer on different pages #1438854

    Hi,
    If you just want to show different widgets in the footer for different pages, I recommend using the plugin Widget Options, it offers a easy way to choose which widgets show on each page.

    Best regards,
    Mike

    in reply to: Change words color when hover #1438853

    Hi,
    Then remove the other css and use this instead:

    .single-portfolio #av-masonry-1 h3.av-masonry-entry-title {
    	font-family: verdana;
    	font-size: 16px;
    	font-weight: 400;
    	
    }
    

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

    Best regards,
    Mike

    in reply to: only on this page #1438852

    Hi,
    I recommend creating different widgets in your footer and use the plugin Widget Options to show each widget on specific pages and then use css like above to hide the footer on all other pages.

    Best regards,
    Mike

    in reply to: Copyright #1438842

    Hi,
    Glad Rikard 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: only on this page #1438841

    Hi,
    This assumes that you want the footer to show only on this page at screen sizes over 1440px, feel free to adjust to a different screen size if you wish.
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 1440px) { 
    #top:not(.page-id-3288) #footer {
    	display: none;
    }
    }
    @media only screen and (max-width: 1439px) { 
    #top #footer {
    	display: none;
    }
    }

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

    Best regards,
    Mike

    in reply to: Change words color when hover #1438840

    Hi,
    They have changed for me:
    Enfold_Support_5231.jpeg
    and in the inspector:
    Enfold_Support_5234.jpeg

    Best regards,
    Mike

    Hi,
    Most of your errors seem to be coming from the WordPress core file /wp-admin/includes/template.php, I’m not sure why this is, but I recommend starting over and use the plugin instead of trying to do it yourself manually.
    I don’t recommend trying to use the plugin to overwrite your current errors, delete your current new WordPress install and start over.
    Another option may be to use your webhost staging site option, most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.

    Best regards,
    Mike

    in reply to: Layer Slider Arrow down #1438837

    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: Tabs Text alignement #1438836

    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: sorting posts #1438835

    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: Main menu: from symbol to text and width of both menus #1438810

    Hey northorie,
    To have a mobile menu when the header is transparent and change to the full menu on scroll for desktop screens, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 2500px) {
      #top #header.av_header_transparency .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header.av_header_transparency .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }

    Best regards,
    Mike

    in reply to: Different Footer on different pages #1438809

    Hi,
    Try the solution in this thread.

    Best regards,
    Mike

    in reply to: Tabs Text alignement #1438808

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

    #tab-id-1-content .tab_inner_content {
    	padding-top: 0%
    }
    #tab-id-2-content .tab_inner_content {
    	padding-top: 4%
    }
    #tab-id-3-content .tab_inner_content {
    	padding-top: 11%
    }
    #tab-id-4-content .tab_inner_content {
    	padding-top: 18%
    }
    #tab-id-5-content .tab_inner_content {
    	padding-top: 25%
    }
    #tab-id-6-content .tab_inner_content {
    	padding-top: 33%
    }
    #tab-id-7-content .tab_inner_content {
    	padding-top: 39%
    }
    #tab-id-8-content .tab_inner_content {
    	padding-top: 46%
    }
    #tab-id-9-content .tab_inner_content {
    	padding-top: 53%
    }
    #tab-id-10-content .tab_inner_content {
    	padding-top: 60%
    }
    #tab-id-11-content .tab_inner_content {
    	padding-top: 66%
    }

    you may need to adjust this a little, it the only solution I could think of.

    Best regards,
    Mike

    in reply to: Image Size on mobile in column #1438807

    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: Seiten Editor lädt nicht #1438806

    Hey Chancenzeit,
    When I check your homepage the text editor opens and saves correctly:
    Enfold_Support_5229.jpeg
    perhaps a screenshot of your trouble would help.

    Best regards,
    Mike

    Hey Lead,
    I would recommend using the Duplicator plugin it is quite east to use, see the video on the plugin page.

    Best regards,
    Mike

    in reply to: Google Tag Manager #1438804

    Hi,
    Try adding to your child theme functions.php:

    function custom_gtm() { ?>
      <script>
    
    // add your code here
    
      </script>
      <?php
    }
    add_action( 'wp_head', 'custom_gtm', 99 );

    Best regards,
    Mike

    in reply to: contact form mail provider suggestion? #1438802

    Hi,
    Sounds like you have this sorted out now, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Contact Form: Message Sent Label doesn’t appear #1438800

    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: Image Size on mobile in column #1438799

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

    @media only screen and (max-width: 767px) { 
    	#after_layer_slider_1 .avia-builder-el-first .avia-image-container {
    		width: 50%;
    	}
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: Woocomerce swap variant image not working #1438798

    Hey johnf149,
    Try using the WooCommerce 3.0 product gallery at Enfold Theme Options ▸ Shop Options ▸ Product gallery

    Best regards,
    Mike

    in reply to: Color of “scroll down” arrow for fullscreen slider #1438796

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

    #top .scroll-down-link {
    	color: red;
    }

    adjust the color to suit.

    Best regards,
    Mike

    in reply to: Image Size on mobile in column #1438795

    Hey dreamreader,
    Please link to your page so we can see the image, and then explain how you want to see it, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: Button position on sliders #1438793

    Hey northorie,
    Please link to your page so we can see the buttons in the sliders, and then explain how you want them moved, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: animated counter from a specified date to present #1438791

    Hey wagdimakkar,

    Try this shortcode count up clone

    Best regards,
    Mike

    in reply to: Layer Slider Arrow down #1438790

    Hey dreamreader,
    The position of your arrow is not from your css, the LayerSlider is overriding it, so create a second arrow in your LayerSlider and then use the LayerSlider options to hide the first one on mobile and show the second one, then move the layer to the right until it is centered.
    You may need to try a few times to get it right.

    Best regards,
    Mike

Viewing 30 posts - 1,921 through 1,950 (of 33,339 total)