Forum Replies Created

Viewing 30 posts - 16,831 through 16,860 (of 35,024 total)
  • Author
    Posts
  • in reply to: prev, next arrows on portfolio and posts #1216088

    Hi,
    In this case the “#custom-footer” is 826px high, so it does look better with the next & previous pagination behind the footer.

    Best regards,
    Mike

    in reply to: Unable to change timeline Font size #1216080

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Sorry, I have checked your site on an Android device but I’m not sure what the issue is, your screenshots are for a desktop view that is too large for mobile, please include a mockup for mobile devices.

    Best regards,
    Mike

    in reply to: content elements as jump links? #1215925

    Hi,
    Glad to hear you have it sorted out now, I had thought that numbers were not allowed as an ID.
    We will go ahead and close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Links/ Klicks in Accordion Slider #1215910

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

    .avia-accordion-slider-wrap a.aviaccordion-slide-link {
    	pointer-events: none !important; 
    }

    After applying the css, Please clear your browser cache and check.
    If this doesn’t help please include a URL to a test page with the element so we can take a closer look.

    Best regards,
    Mike

    in reply to: multiple video sources in color section #1215909

    Hi,
    To add multiple video sources for locally hosted videos try creating your other sources like .webm & .ogg and upload them to the same directory as the .mp4 file via ftp. When the WordPress html5 player loads the video it first looks for .ogg, then .webm, & .mp4
    Yes, the fallback image will show every time a browser can´t display the video, mobile or not.

    Best regards,
    Mike

    in reply to: Remove post date and comment from blog page #1215908

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .slide-entry > .slide-content > .slide-meta {
    	display: none !important;
    }

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

    Best regards,
    Mike

    in reply to: Unable to change timeline Font size #1215907

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    h2.av-milestone-date > strong {
    	font-size: 18px !important;
    }

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

    Best regards,
    Mike

    in reply to: add zoom effect on blog element #1215906

    Hi,
    Thanks for the link, to add “grow” animation to the images in your Recent News section, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-content-slider a.slide-image:hover > img {
    	animation: grow 2s;
    	animation-fill-mode: forwards;
    }
    @keyframes grow {
      to {
          transform: scale(1.2)
      }
    }

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

    Best regards,
    Mike

    in reply to: hot to remove this raw #1215904

    Hi,
    Please try disabling the sidebar for the page:
    2020-05-24_204233.png

    Best regards,
    Mike

    Hey Alexander,
    The diagonal border has a invisible section the height of the border that is over the top of your button, so try using the margin or padding to move the border down away from the button, or try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #av_section_1 > div.av-section-color-overlay-wrap > div.av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse {
    	    margin-top: 0px !important;
    }

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

    Best regards,
    Mike

    in reply to: prev, next arrows on portfolio and posts #1215902

    Hi,
    Sorry for the late reply, it looks like you forgot to make your footer position: relative
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #custom-footer {
        position: relative !important;
    }

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

    Best regards,
    Mike

    in reply to: Unavailable and variable products #1215900

    Hi,
    Your site seems to be down right now, please let us know when it is back up.

    Best regards,
    Mike

    Hi,
    I imagine you can save all of the files and directories in a single folder on your computer and use regex to delete all of the files with image sizes in the file name.
    Or perhaps there is a free program that will do this, I didn’t find one.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Set a link in a widget title? #1215895

    Hi,
    Thanks for sharing your solution, I’m sure it will help many.

    Best regards,
    Mike

    in reply to: Editing search dropdown #1215890

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Post Notify check boxes #1215888

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: page content suddenly not showing #1215880

    Hi,
    Sorry for the late reply, I went to your Pages and used the Quick Edit to change the status of your page and now in preview your forum shows.
    But I guess the real question is why you can’t publish it, I have not used bbpress before but I notice that when the page is published there is no option to edit the page in the admin toolbar, but there is when the page is set to draft and you preview it.
    If you publish a test page with the shortcode it shows, please see the link in the Private Content area.

    Ok, I found that if I change the Forum Root Slug which happens to be the same as your page slug the forum shows,
    2020-05-24_164718.png
    I don’t think you can have a page with the same slug.

    Best regards,
    Mike

    in reply to: Amended Woocommerce Product Grid Titles & Prices #1215874

    Hi,
    Sorry for the late reply and thanks for the links, I don’t think these will be exactly the same, but with this css it is pretty close.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    li.product span.woocommerce-Price-currencySymbol {
    	 display: inline !important;
    	 line-height: 15px!important
    }
    #main li.product span.price span.woocommerce-Price-amount.amount {
    	 display: block !important;
    	 line-height: 15px!important;
    }
    li.product span.price {
    	 float: right !important;
    }
    li.product div.inner_product_header_table {
    	float: left !important;
    }
    li.product span.onsale {
    	display: none !important;
    }
    #top #wrap_all li.product ins:before {
    	display: none !important;
    }
    #top li.product .product_on_sale .inner_product_header {
        padding-right: 0 !important;
    }
    li.product .inner_product_header_cell {
    	display: flex !important;
    }
    li.product h2.woocommerce-loop-product__title {
        padding-right: 20px !important;
     }

    After applying the css, Please clear your browser cache and check.
    from:
    2020-05-24_154637.png
    to:
    2020-05-24_154548.png

    Best regards,
    Mike

    in reply to: Icons are displaying as boxes in mobile version #1215870

    Hi,
    Sorry, I’m not sure what to change in your GoDaddy account to fix this because I’m not exactly sure how you got to this point. If my guess is correct and you set this WordPress site up with no domain and a temp URL from GoDaddy and then used a feature in GoDaddy to add it to a domain and go live, then I would ask GoDaddy about correcting the site path. I think this explanation is probably pretty close.
    Another option is to Hard Code the Change in wp-config.php by changing this in your wp-config.php

    define('WP_SITEURL', $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST']);
        define('WP_HOME',    $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST']);

    to this:

    define('WP_HOME','https://example.com');
    define('WP_SITEURL','https://example.com');

    naturally adjust the URL to your url.

    Best regards,
    Mike

    in reply to: Editing search dropdown #1215865

    Hi,
    The titles are aligned left, but when the title has two lines it needs to have the overflow set to visible.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av_ajax_search_image {
        overflow: visible !important; 
    }

    other than that the images have a right margin and the titles have a left padding.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Mega menu images size #1215861

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Unavailable and variable products #1215860

    Hi,
    1) Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .product.outofstock .show_details_button {
    	width: 100% !important;
    }
    .product.outofstock .button-mini-delimiter {
    	display: none !important;
    }

    To change the “out of stock” & “backorder” text I added this function in your child theme functions.php

    add_filter('woocommerce_get_availability', 'availability_filter_func');
    function availability_filter_func($availability)
    {
    $availability['availability'] = str_ireplace('Rupture de stock', 'Coming Soon!', $availability['availability']);
    $availability['availability'] = str_ireplace('Disponible sur commande', 'Backorder Now!', $availability['availability']);
    return $availability;
    }

    Just adjust the Coming Soon! & Backorder Now! text in the code to suit.
    Please check both of these solutions.

    Best regards,
    Mike

    in reply to: change "You might also like" to "related posts" #1215834

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Icons are displaying as boxes in mobile version #1215785

    Hi,

    @cemkoyuk
    your issue is that your font is loading from a temp domain https://secureservercdn.net/104.238.71.109/ and is getting this error: Access to font has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource
    So you need to ensure your font loads from your domain and not the temp domain. Perhaps your webhost has a setting to complete the move from your temp domain to your live domain?

    Best regards,
    Mike

    in reply to: change "You might also like" to "related posts" #1215780

    Hi,
    I see that your “related posts” is capitalized so I take it that creating an “includes” folder and moving the modified related-posts.php into it solved this, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Editing search dropdown #1215778

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .ajax_search_response a.av_ajax_search_entry.with_image {
    	display: flex !important;
        text-align: center !important;
        align-items: center !important;
    }

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

    Best regards,
    Mike

    in reply to: Mega menu images size #1215771

    Hi,
    Thank you for the feedback, please remove your border css and try this css instead:

    .avia_mega_div > .sub-menu li > span.mega_menu_title > a:nth-child(1) {
        border: solid 1px #cca752;
    }

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

    Best regards,
    Mike

    in reply to: Icons are displaying as boxes in mobile version #1215753

    Hi,
    I recommend a plugin like Really Simple SSL to force everyone to your https version.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

Viewing 30 posts - 16,831 through 16,860 (of 35,024 total)