Forum Replies Created

Viewing 30 posts - 13,021 through 13,050 (of 34,576 total)
  • Author
    Posts
  • in reply to: Accordion/Toggles deeplinking #1331608

    Hi,
    Ok, my misunderstanding try changing the offset in Ismael’s last solution from -100 to -50 or +50 I was not able to login and try this.
    2021-12-05_003.jpg

    Best regards,
    Mike

    in reply to: Scroll up arrow content section #1331606

    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: Sidebars on Category #1331605

    Hey Daniele,
    You can add sidebars to category pages in the theme options Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar on Archive Pages, but you can not make category pages editable with the Advanced Layout Builder like pages or posts.
    You could use a redirect plugin or add a redirect to your .htaccess file to redirect a specific category to a new page which you will create with the Advanced Layout Builder, you can then use the elements to only show a specific category and any other content you wish.

    Best regards,
    Mike

    in reply to: This page uses the non-standard "zoom" property? #1331600

    Hi,
    Thanks for the feedback, perhaps this is from something else, I have submitted it up to the rest of the team for further review with this thread as the reference and you can expect a reply here. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Update theme without access to wordpress #1331599

    Hey boelgebryder,
    Thank you for your question and the link to your site, since it is showing a critical error message it is hard to tell the actual condition of the data of the site, but you can try this:
    via FTP if there is a WordPress core theme in the /wp-content/themes/ with the Enfold theme such as /twentytwentyone/ you should be able to rename the /enfold/ directory to anything else, such as /enfold-old/ and WordPress will typically load the core theme as a fallback. You may have to reload the homepage a couple of times.
    Once the core theme loads you should be able to login and see the condition of the site, posts, pages, ect.
    Also check if the WordPress core needs to be updated and if your server is using PHP v7.4 as a minimum, you can check this at WordPress ▸ Tools ▸ Site Health

    If the pages & posts are there, they probably will show shortcode on the frontend and look a mess, but don’t worry, you can purchase a new Enfold license with your own new account and download the theme zip file from Theme Forest, you will see two links in your account, download the “Installable WordPress file only” option.

    Then to update your version of Enfold you can 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

    Hopefully, this will help bring your site back online and the critical error message is not a result of something malicious.

    Best regards,
    Mike

    in reply to: Interested about your projects #1331597

    Hey David b,
    Thank you for your interest but we only sell the WordPress theme and do not build websites.
    Our Enfold Responsive Multi-Purpose Theme is very easy to use and includes these demos for you to use right away. Simply by editing the page text you can have the demo customized for your needs quite easily.
    With your purchase, we include 6 months of support on our fourm to answer your question, I recommend taking advantage of the option to upgrade your support to 12 months for less than most developers charge for a one hour consultation.
    2021-12-05_002.jpg

    Best regards,
    Mike

    in reply to: How to display shop sidebar before products on mobile #1331596

    Hey ppi37,
    Thank you for the link to your site please try this code in the <strong style=’color:#000′>General Styling ▸ Quick CSS field or in the <strong style=’color:#000′>WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width:767px) {
    #top.post-type-archive-product #wrap_all .container_wrap_first .container {
    display: flex;
    flex-direction: column;
    }
    #top.post-type-archive-product #wrap_all .container_wrap_first .container .woocommerce-products-header {
    order: 1;
    }
    #top.post-type-archive-product #wrap_all .container_wrap_first .container .template-shop.content {
    order: 3;
    padding-top: 0;
    padding-left: 0;
    }
    #top.post-type-archive-product #wrap_all .container_wrap_first .container .sidebar {
    order: 2;
    padding-bottom: 0;
    }
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    Hi,
    Very good, thank you for using Enfold.

    Best regards,
    Mike

    in reply to: This page uses the non-standard "zoom" property? #1331592

    Hi,
    Sorry, I was not saying that you edited any files, I was saying that this seems to be from the layerslider which is a plugin and I would not recommend making changes to it for this “warning” that only shows in Firefox. A “warning” is not a “bug”.
    I recommend ignoring it and allowing the layerslider author to adjust it in their future updates.

    Best regards,
    Mike

    in reply to: This page uses the non-standard "zoom" property? #1331580

    Hi,
    Thank you for the link to your site, it looks like the warning is pointing to this css from the layerslider: .clearfix{zoom:1}
    I would not recommend editing any files from the layerslider, at this time it is a warning which I don’t see in Chrome or Edge so I recommend ignoring it and allowing the layerslider author to adjust in their updates.

    Best regards,
    Mike

    in reply to: "Add to cart" button CSS customization #1331579

    Hi,
    Try adding this code to the end of your functions.php file in Appearance ▸ Editor:
    add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt', 5);

    Best regards,
    Mike

    in reply to: I get "The link you followed has expired." #1331578

    Hi,
    Very good, we will leave this open to hear back from you, once this is solved please let us know so we can close it.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, I had not used PMP before but I installed the free version on the demo site and created 3 levels, and assigned three blog posts to the three levels with the fisrt level only having access to one post, the second level assess to two posts and the third level having access to all three posts.
    I let the plugin setup all of the account pages and made all of the accounts free so that I could test without spending hours setting options, so in the end the levels showed the expected number of posts and when I canceled my levels I didn’t see any of these posts. So I would say that a test on Enfold with no other plugins worked correctly.
    I do see that on your site the basic level only shows the publicly viewable post
    2021-12-04_009.jpg
    and the same for the intermediate level only shows the publicly viewable post
    2021-12-04_008.jpg
    only the toptier shown all posts.
    2021-12-04_010.jpg
    but on my test site I didn’t have the account page showing the posts, I only saw the posts on the blog page so perhaps there is only an error in how these account pages were created, try creating a blog page with all four posts on it and see if it changes correctly depending on the login.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: I get "The link you followed has expired." #1331575

    Hey Stephen,
    Typically this occurs when you do not have the PHP ZipArchive Extension installed on your server, you can check by going to LayerSlider ▸ System Status ▸ Server Settings
    2021-12-04_007.jpg
    if you have a red X then ask your webhost to install or activate it.
    Another possibly is that the zip you are uploading is not the theme install zip but the theme & documentation zip which has other files included, check that ther are on other zip’s in your zip file.

    Best regards,
    Mike

    in reply to: Button on header issue #1331574

    Hi,
    Thank you for the screenshot, when I check your button I see two issues, in this screenshot you see the green area is the right padding from the button and the white area is from the av-logo-container only has 96% width:
    2021-12-04_005.jpg
    so to remove the right padding from the button use the css:

    #menu-item-535 > a {
    	padding-right: 0;
    }

    to give av-logo-container 100% width, use this css:

    .html_header_top #top .av_header_stretch .container {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    then your button will be all the way to the right, but your logo will also be all the way to the left unless you add the css:

    .logo.avia-standard-logo {
        padding-left: 20px;
    }

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

    Best regards,
    Mike

    in reply to: Remove right and left margin on mobile devices #1331572

    Hi,
    Glad Yigit 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: "Solution" is appearing twice in the mobile version #1331571

    Hey joseph_haddad,
    Thank you for the link to your site, on your desktop version of your menu the parent menu item Solutions is also a link to the /solutions/ page, when you hover over this you see a drop down, mobile devices don’t have the ability to hover so the tap can only be used to expand a drop-down or trigger a link.
    Your options are available at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu ▸ Clone title menu items to submenu ▸ Do not create a clone
    2021-12-04_004.jpg

    Best regards,
    Mike

    in reply to: audio not starting automatically #1331569

    Hey sitibus,
    Thanks for your question, but for a few years now auto-playing audio and videos have been blocked by most browsers, it is considered bad form, there are hacks around this but they are not reliable across all browsers, there are probably some plugins that will do this and they would be your best option.

    Best regards,
    Mike

    in reply to: Add Parent Title to Page Sidebar navigation #1331567

    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: Position footer and socket at the bottom of the page #1331566

    Hey boyan89,
    For low content pages you will need to set the content area height to force the footer down, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #main > div.container_wrap {
      min-height: 80vh !important; 
      }

    typically 80vh works but you didn’t link to your page so I couldn’t test.
    In our test demo the sidebar border reaches the bottom, please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: Missing button & social widget #1331565

    Hi,
    Thank you for your patience, from your screenshot I see the WPZOOM widget is available in the widgets, try to open the footer area:
    2021-12-04_003.jpg
    I logged into your site and the widget is also in the footer area:
    2021-12-04_002.jpg

    Best regards,
    Mike

    Hi,
    Thank you for your question, the above css is for a single product page with a sidebar, but I didn’t find one on your site.
    Your screenshot is to a shop page not a product page https://dev. YourSite .com/boutique/ replace YourSite with your actual domain.
    so your question is relevant to the thread you linked to and not this thread. Please note that since this is not your thread you will not see anything we write in the Private Content area, it is better to open a new thread.
    But I will try to help, so the issue is that on mobile the sidebar is hidden by default and it contans left padding for the desktop version, so for mobile you need to remove the padding also, like this:

    @media only screen and (max-width:767px) {
    .responsive #top.woocommerce-shop #main .sidebar {
        display: block;
    }
    .responsive #top.woocommerce-shop #main .sidebar_left .content {
        padding-left: 0;
    }
    .responsive #top.woocommerce-shop #main .sidebar_left .sidebar {
        border-right-style: none;
    }
    }
    

    For a single product page the css should be like:

    @media only screen and (max-width:767px) {
    .responsive #top.single-product #main .sidebar {
        display: block;
    }
    .responsive #top.single-product #main .sidebar_left .content {
        padding-left: 0;
    }
    .responsive #top.single-product #main .sidebar_left .sidebar {
        border-right-style: none;
    }
    }

    but I didn’t find one on your site to test, if this doesn’t help then please open a new thread with a link to your single product page with a sidebar so we can assist with an updated solution, this will also help future users with finding the solution.

    Best regards,
    Mike

    in reply to: Scroll up arrow content section #1331544

    Hi,
    To have a Scroll Up to Next Section Arrow try pasting this is a code block element at the top of your color section:
    <a href="#intro" title="" class="scroll-up-link av-control-hidden" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
    adjust the link to the custom ID of the section above #intro please note that every ID can only be used once on a page, so every arrow needs a different link.
    Then add this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .scroll-up-link {
        height: 60px;
        width: 80px;
        margin: 0px 0 0 -40px;
        line-height: 60px;
        position: absolute;
        left: 49.85%;
        top: 0px;
        color: #FFF;
        text-align: center;
        font-size: 70px;
        z-index: 100;
        text-decoration: none;
        text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
        -webkit-animation: custom_fade_move_up 2s ease-in-out infinite;
        animation: custom_fade_move_up 2s ease-in-out infinite;
    }
    /*animated arrow animattion*/
    @-webkit-keyframes custom_fade_move_up {
      0%   { -webkit-transform:translate(0,20px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { -webkit-transform:translate(0,-20px); opacity: 0; }
    }
    @keyframes custom_fade_move_up {
      0%   { transform:translate(0,20px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { transform:translate(0,-20px); opacity: 0; }
    }

    Then clear your browser cache and any cache plugin, and check.
    the expected results:
    2021-12-04_001.jpg

    Best regards,
    Mike

    in reply to: custom button change #1331541

    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

    Hey Robeare,
    Thank you for the link to your site, I believe your function should look like this:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['icon-google'] = array( 'font' =>'fontello', 'icon' => 'uf1a0');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['Google'] = 'icon-google';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: footer title font size #1331538

    Hey Susanne,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #footer h3.widgettitle {
    	font-size: 10px;
    }

    and adjust the font size to suit, then clear your browser cache and any cache plugin, and check.
    If this doesn’t help please include the url to your site so we can take a closer look.

    Best regards,
    Mike

    in reply to: Adjust the column width of Mega Menu #1331534

    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: Menu order #1331459

    Hi,
    Thank you, for the cart on a transparent header I added this:

    @media only screen and (min-width: 767px) { 
    #top .av_header_transparency .av-main-nav ul#menu-item-shop a.cart_dropdown_link span:before {
    	color: #fff;
    }
    }
    

    For the menu spacing I added this css:

    @media only screen and (min-width: 767px) { 
    .html_cart_at_menu.html_header_searchicon #menu-item-search.menu-item-search-dropdown {
        padding-right: 0;
    }
    }
    

    2021-12-03_003.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: animation numbers bold #1331458

    Hi,
    Glad this helped, for simple bold you would use ‘montserrat’ with a font-weight of bold or 700, please note that in the theme the font is writen in small case:

    #top #wrap_all .main_color h3 {
        font-family: 'montserrat';
        font-weight: bold;
    }

    2021-12-03_001.jpg
    but this is the regular font with bold applied, there is another ‘montserrat-bold’ that is available from Google Fonts that is wider without using a font-weight.
    2021-12-03_002.jpg
    I assumed you might be looking for this one so I uploaded it to your Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager as before and you can use css like:

    #top #wrap_all .main_color h3 {
        font-family: 'montserrat-bold';
    }

    Then clear your browser cache and any cache plugin, and check.

    Please note that I see you are trying to change your heading fonts with css by only using the heading, such as h3 {font-size: 24px; font-family: ‘Montserrat’}
    I found this in your Quick CSS:

    h1 {font-size: 50px}
    h2 {font-size: 48px; font-family: 'Playfair Display'; color: #00469e;}
    h3 {font-size: 24px; font-family: 'Montserrat'}
    h4 {font-size: 20px; font-family: 'Montserrat'}
    h5 {font-size: 14px; font-family: 'Montserrat'; color: #164991}
    h6 {font-size: 12px; font-family: 'Montserrat'}

    this will probably not be enough in some cases because the theme uses two IDs and a class for most headings, like this: #top #wrap_all .main_color h3 so the specificity is much higher, if you find you are having trouble overwriting a style try adding more specificity

    Best regards,
    Mike

    Hi,
    Hopefully you will be able to sort this out with the plugin, or you could hire a freelancer. 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 - 13,021 through 13,050 (of 34,576 total)