Forum Replies Created

Viewing 30 posts - 8,791 through 8,820 (of 67,449 total)
  • Author
    Posts
  • in reply to: MASONRY POST FORMAT: LINK EXCERPT BROKEN #1398295

    Hi,

    You can actually remove this part..

    <a href="https://site.com.au/umpiring/new-umpire-development-and-information/"></a>
    

    ,.. and leave the URL.

    https://site.com.au/umpiring/new-umpire-development-and-information
    

    Best regards,
    Ismael

    in reply to: Show desktop menu on mobile #1398294

    Hi,

    No problem. To adjust the logo, you can place this code inside the css media query in the previous code above.

    .responsive .logo {
        text-align: left;
    }
    

    Best regards,
    Ismael

    in reply to: gridrow breakingpoint ipad #1398293

    Hi,

    Great! Glad to know that the solution is working. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Slider minimum height in pixel not working? #1398292

    Hi,

    We checked the slider setting and they seem to be correct, but we are not yet sure why the minimum height is not applying correctly. Please try to add this css code for now as a temporary fix. We will get back once we figure out the issue.

    Best regards,
    Ismael

    in reply to: Recaptcha button not showing #1398291

    Hi,

    Thank you for the info.

    In the contact page, the theme’s contact form is hidden (see private field). Where did you place the contact form with the ReCAPTCHA option?

    Best regards,
    Ismael

    in reply to: How to full display the page? #1398290

    Hi,

    To remove the footer, edit the page containing the contact form then select the Blank No Header, No Footer page template.

    // https://developer.wordpress.org/themes/template-files-section/page-template-files/#creating-custom-page-templates-for-global-use

    For mobile view, try to adjust the top padding value in the css code that we suggested above.

    Best regards,
    Ismael

    in reply to: Paypal-Buttons #1398289

    Hi,

    There seems to be an issue with the enable-funding parameter, which seems to be requiring an array as value. You may need to check the SDK documentation for more info, or contact the SDK developers.

    Best regards,
    Ismael

    in reply to: Dots Menu (Fullwidth submenu element) with current class #1398288

    Hi,

    Thank you for the inquiry.

    We modified the code a bit. All you need to do is add the anchors in this line.

    const anchors = ["#top", "#barrierefrei", "#geberit", "#perma-trade"];
    

    Best regards,
    Ismael

    in reply to: Youtube video is unavailable #1398287

    Hi,


    @arturydzewski
    : Please open a different thread and provide the site details in the private field. We will check the issue there.

    Best regards,
    Ismael

    in reply to: Reduce whitespace in mobile version #1398286

    Hi,

    Thank you for the screenshot.

    To remove the space below the read more button, please add this css code.

    @media only screen and (max-width: 767px) {
    	/* Add your Mobile Styles here */
    	.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
            margin-bottom: 0;
            padding-bottom: 0;
        }
    }
    
    

    Best regards,
    Ismael

    in reply to: Advanced Layer Slider & SEO #1398175

    Hey Wowtraveladventures,

    Thank you for the inquiry.

    The builder should not negatively affect your ranking and it should actually help you structure the pages so that they are properly optimized for search engines. You can also install SEO plugins like Rankmath or Yoast to help you with the optimization.

    Best regards,
    Ismael

    in reply to: Problem on display img variation #1398174

    Hey Oriano,

    Thank you for the inquiry.

    You may need to set the Enfold > Shop Options > Product Gallery settings to the second option (Woocommerce 3.0 gallery). Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Recaptcha button not showing #1398173

    Hey Kersversbusiness,

    Thank you for the inquiry.

    Did you disable the option temporarily? Please provide the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: How to full display the page? #1398172

    Hi,

    Thank you for the update.

    You can use this css code to adjust the height of the lightbox container.

    .mfp-iframe-scaler {
        padding-top: 90%;
    }
    

    Best regards,
    Ismael

    in reply to: Masonry Gallery – no images on tablet view #1398171

    Hey Diana,

    Thank you for the inquiry.

    We can’t reproduce the issue on our end. Did you add any css modifications for the masonry gallery? Please try to disable the cache and compression plugin, then check the site on incognito mode.

    Best regards,
    Ismael

    in reply to: Show desktop menu on mobile #1398170

    Hey dondela,

    Yes, this should be possible. Please try to add this css code and toggle the file compression settings.

    @media only screen and (max-width: 767px) {
    	/* Add your Mobile Styles here */
    	.responsive #top .av-main-nav .menu-item-avia-special {
    		display: none;
    	}
    
    	.responsive #header_main_alternate {
    		display: block;
    	}
    
    	.responsive #top .av-main-nav .menu-item {
    		display: block;
    	}
    }
    
    

    Best regards,
    Ismael

    in reply to: Timeline Button Next Slide #1398169

    Hi,

    The arrow is not visible because it has the same color as the circle. You may need to adjust the background of the navigation. Please add this css code.

    .avia-slideshow-arrows a:before {
        background: black;
    }
    

    Best regards,
    Ismael

    in reply to: Dots Menu (Fullwidth submenu element) with current class #1398168

    Hi,

    We may need to login to the site. Please provide an admin account in the private field.

    Best regards,
    Ismael

    in reply to: Paypal-Buttons #1398167

    Hey werbeagenturaanders,

    Thank you for the inquiry.

    We found the following error in the console, which may be causing the issue.

    https://www.paypal.com/sdk/js?client-id=omitted&enable-funding=venmo¤cy=EUR
    Invalid query value for enable-funding: venmo¤cy=EUR (debug id: 0090591996560)
    

    Please check the if the value of the enable-funding and cy parameters in the paypal sdk URL is correct.

    Best regards,
    Ismael

    in reply to: stretch pic to the sides #1398166

    Hey jeel147,

    Thank you for the inquiry.

    Are you using the Easy Slider element? Try to replace it with the Fullwith Easy Slider or with a Color Section with a background image.

    Best regards,
    Ismael

    in reply to: Enfold / Toggle buttons #1398165

    Hey ofeuillet,

    We are not really sure if this is intentional, but glad to know that you managed to adjust the style. We will forward this to our channel.

    Best regards,
    Ismael

    in reply to: Slider minimum height in pixel not working? #1398164

    Hi,

    We missed the info about the minimum height option. Sorry about that. We may need to access the site in order to check the issue further. Please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: gridrow breakingpoint ipad #1398163

    Hey Diana,

    Thank you for the inquiry.

    You can add this css code to adjust the fullwidth breakpoint of the grid row cells.

    @media only screen and (max-width: 1024px) {
        .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
    	margin: 0;
    	margin-bottom: 20px;
    	width: 100%;
    	display: block;
        }
    }
    

    Best regards,
    Ismael

    in reply to: Slider minimum height in pixel not working? #1398020

    Hey Alwin,

    Thank you for the inquiry.

    That is the default behavior of the slider. It inherits the height and aspect ratio of the images and resize accordingly. You can add the following css code to adjust the size of the slider, but the whole image will not be visible in the slider area.

    .avia-slideshow.av-fhu65-4d5fc4714aa76b1680c7e2d33bc82a8c .avia-slideshow-inner {
        height: 300px !important;
    }
    
    .avia-slideshow.av-fhu65-4d5fc4714aa76b1680c7e2d33bc82a8c .avia-slideshow-inner .avia-slideshow-slide, .avia-slideshow.av-fhu65-4d5fc4714aa76b1680c7e2d33bc82a8c .avia-slideshow-inner .avia-slideshow-slide .avia-slide-wrap  {
        height: 100%;
    }
    
    .avia-slideshow.av-fhu65-4d5fc4714aa76b1680c7e2d33bc82a8c .avia-slideshow-inner .avia-slideshow-slide .avia-slide-wrap picture {
        height: 300px !important;
        display: block;
        left: -80%;
        position: relative;
    }
    

    You can add this css code if you want to adjust which area of the image or slide should be visible in the slider container.

    .avia-slideshow.av-fhu65-4d5fc4714aa76b1680c7e2d33bc82a8c .avia-slideshow-inner .avia-slideshow-slide .avia-slide-wrap picture {
        left: -80%;
    }
    

    Best regards,
    Ismael

    Hi,

    Thank you for the clarification.

    The documentation below should help.

    // https://help.market.envato.com/hc/en-us/articles/205604563-View-Download-Invoices

    In your Themeforest account, you have to go to the Profile page, click the Statements tab and search for your previous purchases. A download link for the invoice is available in the Details column.

    Best regards,
    Ismael

    in reply to: CSS issues after updating theme #1398018

    Hi,

    Thank you for the info.

    The live site is not loading properly on our end, unfortunately. Is the URL correct? Would you mind providing a screenshot of the issue? Please use imgur, savvyify or dropbox for the screenshot.

    Best regards,
    Ismael

    in reply to: Code Block : Format or Syntax #1398017

    Hey ecshopper,

    Thank you for the inquiry.

    You can use the wp_footer hook or the wp_add_inline_script function to add custom scripts to the site.

    // https://developer.wordpress.org/reference/functions/wp_add_inline_script/

    Below are a few examples using the wp_footer hook.

    // https://kriesi.at/support/topic/slideshow-in-gridrow/#post-1396236
    // https://kriesi.at/support/topic/style-inserted-by-layout-architect/#post-1397586
    // https://kriesi.at/support/topic/content-slider-not-opened-by-default/#post-1397388

    The css can be added in the Enfold > General Styling > Quick CSS field.

    Best regards,
    Ismael

    in reply to: excerpts on blogposts #1398016

    Hi,

    Thank you for the inquiry.

    You may need to enable the Excerpt field from the Screen Options. Just edit one of the posts and look for the Screen Options button in the top right corner of the editor. And yes, you can use html tags and add links in the Excerpt field.

    // https://wordpress.org/documentation/article/dashboard-screen/#screen-options

    Best regards,
    Ismael

    in reply to: Reduce whitespace in mobile version #1398015

    Hey Emanon,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the section where you’d like to reduce the whitespace? Please use imgur, savvyify or dropbox for the screenshot.

    Best regards,
    Ismael

    in reply to: Tab Section Mobile #1398014

    Hey Diana,

    Thank you for the inquiry.

    Now I tried to make the background for the mobile version transparent with the following CSS script

    Please try to add this css rule inside the css media query instead.

    .avia-slideshow-arrows a:before {
        background: rgba(0,0,0,.1);
    }
    

    Make sure to toggle the file compression (Autoptimize) and purge the cache before checking the page.

    Best regards,
    Ismael

Viewing 30 posts - 8,791 through 8,820 (of 67,449 total)