Forum Replies Created

Viewing 30 posts - 1,741 through 1,770 (of 33,339 total)
  • Author
    Posts
  • in reply to: Header has black bar on Mobile view #1439962

    Hi,
    Glad we were able to help, this is the css that is in your Quick CSS:

    @media only screen and (max-width: 767px) {
     .responsive #top #main {
        padding-top: 88px !important;
      }
      .responsive.html_header_transparency #top #main {
        padding-top: 0 !important;
      }
    }

    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: open direct link in portfolio #1439960

    Hi,
    Thanks for the feedback, on your portfolio page /portfolio-item/ you are using a shortcode to display the plugin gallery, I don’t know why the plugin gallery doesn’t show in the order that you wish, I don’t think that there is any sorting query involved. A portfolio item is a custom post type, CPT, you could try adding the plugin shortcode to a page and see if the order is any different than the portfolio page.
    Your plugin page /galerie/ is another CPT, so you can’t combine these two together.
    However, if I recall correctly the header image on your portfolio page is a Slider Revolution slider that is injected with a php function, so if you like the order of the /galerie/ page, you should be able to add the Slider Revolution slider and the background image so it will look like the /portfolio-item/ page.

    Best regards,
    Mike

    in reply to: Twitter X icon not showing on social header #1439940

    Hi,
    I’m not sure what is causing this but I added this css as a workaround:

    .av-social-link-twitter a:before {
    background-image: url(https://img.icons8.com/ios/50/cd1041/x.png)!important;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }
    

    Now you have a red X icon, but perhaps you could try reinstalling the theme to see if that helps.

    To manually reinstall your theme you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Sudden site-wide display problems #1439938

    Hi,
    I found this dreamhost documentation page that says they make daily backups of your site and stores backups for up to two weeks.

    It looks like the site still thinks the url is your-domain.org/wordpress/
    below is a image and a javascript file that your home page calls and if /wordpress/ is added to the url they show.

    Best regards,
    Mike

    in reply to: Instalacion de tema #1439933

    Hi,
    Please see our documentation here about importing the demos.

    Best regards,
    Mike

    in reply to: Content slider settings #1439932

    Hey woogie07,
    CSS will not achieve what you are asking, you should create a second content slider for mobile that only uses one column and then use the display settings to show the first one on desktop and the second one on mobile.

    Best regards,
    Mike

    in reply to: Twitter X icon not showing on social header #1439931

    Hi,
    Please try removing the code that you added to the functions.php and enable the theme editor menu item so we can see if there is anything else in your functions.php that could cause an error:
    Enfold_Support_5441.jpeg
    Typically the iThemes Security plugin is what hides the menu item but this plugin shows an error when I check.

    Best regards,
    Mike

    in reply to: Blur overlay over slider images #1439930

    Hey Sebastian,
    Perhaps something like this will work

    Best regards,
    Mike

    in reply to: Mega Menu offset – partly showing on Shop Categories #1439929

    Hey Annemarie,
    Thanks for the links but the shop mega menu looked the same to me on both pages, it was off the screen to the left, it looks like you are using some custom css on the mega menu but try this css:

    #header .avia_mega_div {
    	right: -1000%;
    }

    Best regards,
    Mike

    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

    in reply to: Add a header widget area #1439927

    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 has black bar on Mobile view #1439926

    Hi,
    The precious css had an error in the spelling, I corrected it and added it back, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Font Contact form, #1439925

    Hey Diana,
    I believe that I solved both issues with this css, please clear your browser cache and check.

    ::-webkit-input-placeholder {
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    ::-moz-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    :-ms-input-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }
    :-moz-placeholder { 
      color: #000 !important;
      opacity: 1 !important;
      font-size: 10px !important;
      letter-spacing: 1px;
      font-weight: 300;
    }

    Best regards,
    Mike

    in reply to: Sudden site-wide display problems #1439922

    Hi,
    Try asking your webhost to restore the last backup of the site and database, typically webhosts make automatic backups each week, if you have not used one of these to restore your site befor then ask the webhost support and they will be happy to do it for you. If you remember which month was the last time your site worked correctly you could ask them to go back to that point and also solve whatever was causing this issue.

    Best regards,
    Mike

    in reply to: Header has black bar on Mobile view #1439921

    Hi,
    It looks like you had this thread that was for a different donain and the css you added creates the black bar by adding padding to the top, I removed it for you.

    Best regards,
    Mike

    in reply to: Help needed #1439919

    Hi,
    Thanks for the login, your theme is very old v4.7.6.3, and you can not automatically update it, please follow these steps you should not lose any settings or content, but you can also use your webhost options to backup your site & database if you are worried.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Two problems with the main menue and more… #1439918

    Hi,
    You write that you are using a separate menu for mobiles but when I check your menus the “Mobil” menu only has two items:
    Enfold_Support_5445.jpeg
    and your theme option for using a separate mobile menu is not activate
    Enfold_Support_5447.jpeg
    so how are you adding the separate mobile menu?
    Also I can’t vew your child theme functions.php file because the theme editor is not an option:
    Enfold_Support_5441.jpeg

    Best regards,
    Mike

    in reply to: portfolio category page style changed #1439917

    Hi,
    Please enable the theme editor option so we can see and edit the child theme functions.php file.
    Enfold_Support_5441.jpeg

    Best regards,
    Mike

    in reply to: Sudden site-wide display problems #1439916

    Hi,
    Thank you, I see that your WordPress ▸ Settings ▸ General ▸ WordPress Address has your domain with the word wordpress added and WordPress ▸ Settings ▸ General ▸ Site Address doesn’t, these two should match, please remove the word wordpress
    If you look at the two links below the /posts/ looks broken and /wordpress/posts/ looks correct, this is due to this setting.

    Best regards,
    Mike

    in reply to: Add a header widget area #1439915

    Hi,
    It looked like you added many menu options in the Enfold Theme Options ▸ Advanced Styling and each was empty so the empty setting was overriding the Enfold Theme Options ▸ General Styling settings. I removed these for you and now your menu is back to the way it was.
    If you want to use the Enfold Theme Options ▸ Advanced Styling to change the colors then you can, but to need to add the new colors for it to work.
    I believe that we have solved your Header Widget that was the topic of this thread, please let us know if so we should now close this thread.
    Please note that we ask that each thread stays on a specific topic, this helps other users and Mods. For further questions please open a new thread

    Best regards,
    Mike

    in reply to: how to add hyperlink to table cell #1439914

    Hi,
    I’m not clear on what you are tring to do, the page that you linked to has big squares with background colors, text & icons:
    Enfold_Support_5429.jpeg
    so I don’t think that the table element is the correct element to use, perhaps a column element with the column link is better:
    Enfold_Support_5432.jpeg
    or the grid row, which has the same option.
    If I have misunderstood please explain further.

    Best regards,
    Mike

    in reply to: Enfold Theme Gallery duplicate image issue #1439908

    Hey blinddrop,
    Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    Hey Thomas,
    The plugin shows the images sizes for me, perhaps you have a conflict with another plugin or customization.
    Enfold_Support_5427.jpeg

    Best regards,
    Mike

    in reply to: Saving didnt work #1439904

    Hi,
    Sorry to hear this, but we don’t have a way to fix server errors. You can login to your Theme Forest account and request a refund We will go ahead and close this thread, Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: Mega menu offset #1439901

    Hey cambium.digital,
    I believe that this is because you are using custom css to make your menu item display flex with space-between with a custom gap. This changes the placement of your menu items but the mega menu placement is done by javascript and not css so they are not correct.
    You could try this css for the last two mega menu items:

    @media only screen and (min-width: 768px) { 
    #menu-item-28288 > .avia_mega_div.avia_mega2.six.units {
    left: -263% !important;
    }
    #menu-item-28289 > .avia_mega_div.avia_mega1.three.units {
    left: -288% !important;
    }
    }

    and adjust to suit for different screen sizes.

    Best regards,
    Mike

    in reply to: Magazine reverse the date order in only few ones, how? #1439900

    Hey Julien,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function avf_magazine_entries_query_mod($query, $params)
    {
    if (is_page(3961)) {
    $query['order'] = 'ASC';
    }
    return $query;
    }
    add_filter('avf_magazine_entries_query', 'avf_magazine_entries_query_mod', 10, 2);

    adjust the page ID to suit.
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add the above code and save.

    Best regards,
    Mike

    in reply to: Add a header widget area #1439895

    Hi,
    I think that your caching plugin was not letting the Quick CSS to show correctly, so I moved the css to WordPress ▸ Customize ▸ Additional CSS and it works good there. I adjusted the css to show a bigger font, please clear your browser cache and check.
    This is the css that is now used:

    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    	#header_main .inner-container .widget .textwidget p span {
        font-size: 24px !important;
     }
    }
    
    @media only screen and (min-width: 990px) and (max-width: 1439px) { 
    	#header_main .inner-container .widget .textwidget {
      	 margin-left: -196%;
      }
    }
    @media only screen and (min-width: 990px) and (max-width: 1439px) { 
      #header_main .inner-container .widget .textwidget p span {
      	 font-size: 14px !important;
      }
    }
    
    @media only screen and (min-width: 1440px) and (max-width: 1670px){
      #header_main .inner-container .widget .textwidget {
          margin-left: -97%;
      }
    }
    @media only screen and (min-width: 1440px) and (max-width: 1670px) { 
      #header_main .inner-container .widget .textwidget p span {
      	 font-size: 24px !important;
      }
    }
    
    @media only screen and (min-width: 1671px) {
      #header_main .inner-container .widget .textwidget {
          margin-left: -66%;
      }
    }
    @media only screen and (min-width: 1671px) { 
      #header_main .inner-container .widget .textwidget p span {
      	 font-size: 38px !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%;
      }

    Best regards,
    Mike

    in reply to: Two problems with the main menue and more… #1439891

    Hi,
    When I check your mobile menu items they do not include any attributes, such as the proper classes:
    Enfold_Support_5412.jpeg
    The parent menu items have classes, but all menu items should have classes, I also don’t know why each menu item is wrapped in a “sub-menu” ul
    this is what they should look like:
    Enfold_Support_5414.jpeg
    note that the current menu item has the class current-menu-item this is what tells the css to highlight it, without classes it won’t work.
    Your desktop menu seems to be correct.
    So I don’t know if this is a plugin conflict or if you have some customization in your child theme because the theme editor is not showing so I can’t see the child theme functions.php.
    Do you know if you have any customizations that might remove the classes?
    Do you want to create a staging site for us the test on?

    Best regards,
    Mike

    in reply to: Saving didnt work #1439885

    Hi,
    Thanks when I try to save a setting in the theme panel I see a 500 server error on the core WordPress file admin-ajax.php:
    Failed to load resource: the server responded with a status of 500 () ▸ /wp-admin/admin-ajax.php
    I’m not sure that would cause this as I’m not a server expert, but I see an error user_get_body(tmpstackbuf, 16384): read from client failed, and when I search online it seems to point to the server reaching a limit in mod_lsapi setting, so you cound ask to have this increased.
    I also note that your PHP max input variables is at a low setting, you should ask to change it to 10000, perhaps these are related, but I don’t know.
    It this doesn’t help then try changing your PHP version down to 8.0, I don’t think this is the issue but it is worth trying.

    Best regards,
    Mike

    in reply to: portfolio category page style changed #1439883

    Hi,
    When I test this function on my test shop site the category and tag archive page show the full size product images.
    Have you tried disabling any other customization functions and plugins? Perhaps one is confliting with it. otherwise please include an admin login in the Private Content area so we can investigate further.

    Best regards,
    Mike

Viewing 30 posts - 1,741 through 1,770 (of 33,339 total)