Forum Replies Created
-
AuthorPosts
-
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-informationBest regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
To remove the footer, edit the page containing the contact form then select the Blank No Header, No Footer page template.
For mobile view, try to adjust the top padding value in the css code that we suggested above.
Best regards,
IsmaelHi,
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,
IsmaelFebruary 17, 2023 at 6:50 am in reply to: Dots Menu (Fullwidth submenu element) with current class #1398288Hi,
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,
IsmaelHi,
@arturydzewski: Please open a different thread and provide the site details in the private field. We will check the issue there.Best regards,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelFebruary 16, 2023 at 7:51 am in reply to: Dots Menu (Fullwidth submenu element) with current class #1398168Hi,
We may need to login to the site. Please provide an admin account in the private field.
Best regards,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelFebruary 15, 2023 at 6:07 am in reply to: Enfold This theme failed to load properly and was paused within the admin backend. #1398019Hi,
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,
IsmaelHi,
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,
IsmaelHey 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-1397388The css can be added in the Enfold > General Styling > Quick CSS field.
Best regards,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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 -
AuthorPosts
