Forum Replies Created

Viewing 30 posts - 3,151 through 3,180 (of 34,581 total)
  • Author
    Posts
  • in reply to: Button position on sliders #1438934

    Hi,
    When I check your page on desktop the css I posted above is not applied, and this is what makes the button larger and center, so I don’t know if you have an error in your css, or if you didn’t add it because you didn’t understand, but this is the desktop part of the css that you should ensure to use:

    @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;
    }
    }

    this is the result:
    Enfold_Support_5246.jpeg
    I now assume that you now wanted the button to move up a little, so you would then add this css:

    @media only screen and (min-width: 768px) { 
    .slideshow_inner_caption {
    	top: -100px;
    }
    }

    for this result:
    Enfold_Support_5248.jpeg
    feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Installing parallax page #1438929

    Hi,

    Your error message is for a plugin called full-site-editing
    Try disabling it.

    Best regards,
    Mike

    in reply to: only on this page #1438921

    Hi,
    You don’t want to try the plugin? I’m recommending this so you will be able to easily make changes in the future.

    Best regards,
    Mike

    Hi,
    The above css changes the color of the burger icon to red, please adjust to the color you wish:
    Enfold_Support_5244.jpeg

    Best regards,
    Mike

    in reply to: Button position on sliders #1438919

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

    @media only screen and (max-width: 450px) { 
    .slideshow_inner_caption {
    	top: -30px;
    }
    }

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

    Best regards,
    Mike

    in reply to: Change words color when hover #1438916

    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: Header on desktop and mobile #1438889

    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: only on this page #1438887

    Hi,
    This css was to be used with the plugin Widget Options that I recommended above, to show each widget only on specific pages.
    This will really make it easy for you as you add more widgets for more pages, or if you change the widgets in the future.
    And originally you had the widget in a single column that was full width, place both widgets in the same column so they will be centered, right now you have two half columns which will not center.

    Best regards,
    Mike

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

    @media only screen and (max-width: 767px) { 
    #hello .avia_textblock img {
    	width: 50%;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results for mobile.

    Best regards,
    Mike

    in reply to: Header on desktop and mobile #1438863

    Hey dreamreader,
    Your desktop header is using the option in the admin sidebar for Header visibility and transparencyHeader is invisible and appears once the users scrolls down this option doesn’t work for mobile.
    You could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#header.av_header_transparency {
    		display: none;
    	}
    	#top #wrap_all #header.av_header_transparency ~ #main {
    		padding-top: 0 !important;
    	}
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Add a header widget area #1438862

    Hi,
    Your header is transparent the gray that you see is from the top color section on the page:
    Enfold_Support_5238.jpeg
    when the header is scrolled the #897270 color is from your Logo Area Color:
    Enfold_Support_5236.jpeg
    if you don’t want a transparent header change the setting on the page in the backend in the admin sidebar:
    Enfold_Support_5240.jpeg
    As for the header widget, I disabled the above css and added this:

    @media only screen and (min-width: 990px) and (max-width: 1670px) { 
    	#header_main .inner-container .widget .textwidget {
      	 margin-left: -196%;
      }
    }
    @media only screen and (min-width: 990px) and (max-width: 1440px) { 
      #header_main .inner-container .widget .textwidget p span {
      	 font-size: 14px !important;
      }
    }
    @media only screen and (min-width: 1441px) and (max-width: 1670px) { 
      #header_main .inner-container .widget .textwidget p span {
      	 font-size: 18px !important;
      }
    }
      #header_main .inner-container {
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center;
      align-content: center;
      }
      #header_main .inner-container .widget {
      	padding: 0;
      }
      #header_main .inner-container .widget .textwidget {
        align-content: center;
        height: 100%;
      }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Skype Social Icon #1438860

    Hey Simijonovic,
    the Skype protocol is not whitelisted in WordPress, and URL beginning by skype is stripped by WordPress, try the plugin Allow Skype Protocol

    Best regards,
    Mike

    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

Viewing 30 posts - 3,151 through 3,180 (of 34,581 total)