Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the inquiry.
As mentioned by @Guenni007 above, this is the default behavior of the logo link when clicked. If you’re on a different page, the site will have to reload in order to redirect to the home page.
Best regards,
IsmaelHey Dejan,
Thank you for the inquiry.
You can add this css code to adjust the maximum width of the elements in the custom post type.
#top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper, #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper .entry-content-header, #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper .entry-content, #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper > *, #top.awsm_job_openings-template-default.single-awsm_job_openings .fullsize .template-blog .post .entry-content-wrapper .entry-content-header .post-title { max-width: 1310px; }Best regards,
IsmaelHey Dave,
Thank you for the inquiry.
Make sure that a page is selected as shop page in the Woocommerce > Settings > Products panel, go to the Appearance > Customize > Woocommerce > Product Catalog tab, then set the Shop page display settings to Show categories and products. To display the subcategories, set the Category display settings to Show subcategories & products.
Best regards,
IsmaelFebruary 27, 2024 at 8:57 am in reply to: Page uploads every time an anchor text is clicked on #1435547Hey tcampaner,
Thank you for the inquiry.
Try editing the menu items and replace the absolute URL (https://site.ro/#about-us) with just the anchor (#about-us). Let us know if this helps.
Best regards,
IsmaelHi,
1-2.) You can display the product category title and breadcrumb by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. However, if you prefer to customize the template yourself, you can create a copy of the wp-content/plugins/woocommerce/templates/taxonomy-product-cat.php file, or you can use the following hook in the functions.php file:
add_action('woocommerce_before_main_content', function() { if(is_product_category()) { echo "<h3>" . woocommerce_page_title(false) . "</h3>"; } }, 30);3.) The builder is deactivated for the default shop page by default, but you can enable it by adding the following filter in the functions.php file. However, please note that there are limitations when using the ALB, and other shop or product features may not work when the layout builder is active.
add_theme_support( 'avia_custom_shop_page' );Best regards,
IsmaelHi,
Thanks for the follow up.
You can display the title and breadcrumb by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. Set it to the first option to display the title and breadcrumbs.
Or edit the enfold/taxonomy-portfolio_entries.php file and look for this code:
<div class="category-term-description"> <?php echo term_description(); ?></div>Replace it with:
<div class="category-term-description"> <h3><?php echo single_term_title(); ?></h3> <?php echo term_description(); ?></div>Best regards,
IsmaelHey WorldinColor,
Thank you for the inquiry.
The section in the demo appears tall due to the content or columns inside it. On your test page, it seems that the color sections are empty except for a single Special Heading element. If you want to increase the height of the section without adding more content, you can adjust the Layout > Section Height > Section Minimum Height settings.
Best regards,
IsmaelFebruary 27, 2024 at 8:08 am in reply to: Masonry Gallery Overlay Color Different on Desktop Vs. Mobile #1435542Hey imagestudios,
Thank you for the inquiry.
Please add this css code to adjust the color of the masonry overlay on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(0, 87, 130, 0.7); } }If you have an existing css media query for a breakpoint (max-width: 767px), you can just copy the css rule above and place it within the existing media query.
Best regards,
IsmaelFebruary 27, 2024 at 8:06 am in reply to: Add Margin To Bottom of Blog Grid Layout on Mobile View #1435541Hey imagestudios,
Thank you for the inquiry.
You can try this css code to increase the margin between each article or post entry on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .flex_column.slide-entry { margin-bottom: 64px; } }Best regards,
IsmaelHi,
Thank you for renewing your support license.
Please note that the images in the slider are set as background, so the dimensions of the slider will not depend on the size and aspect ratio of the images. What we recommend is to add another slider below the current one and upload images that are specifically resized for mobile view. You can then toggle the visibility of both sliders by adjusting the options in the Advanced > Responsive > Element Visibility settings. Essentially, you’ll have two sliders: one for desktop view and another for smaller screens.
Best regards,
IsmaelHey ashleyknow,
Thank you for the inquiry.
When did you receive the email? The link might have expired and is no longer available. The current price for support renewal is now set at $41.13, when we checked. You might want to contact Themeforest for more information about the discount.
Best regards,
IsmaelHey peoplexbrand,
Thank you for the inquiry.
Did you install a cache and image compression plugin? Please follow the steps provided in the following links to further improve the loading speed of the site.
// https://gtmetrix.com/wordpress-optimization-guide.html
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslowBest regards,
IsmaelHey danielhastings,
Thank you for the inquiry.
Did you add HTML tags to the page? Please make sure that all tags are properly closed to avoid breaking the layout of the builder and potentially causing missing content.
You can also save the content of the page as a template, then try removing one element at a time and updating the page each time to identify the cause or the element that is causing the issue.
Best regards,
IsmaelHey schwabino,
Thank you for the inquiry.
The page seems to be slightly slow when we checked it, possibly due to the number of video or iframe elements. You might want to consider creating dedicated pages for each video category instead of piling them all up on a single page. The video element loads the same iframe tag compared to the default video embedding, so using a plugin or loading it differently may not really affect the performance.
If you don’t want to create dedicated pages for each category, an alternative option is to use a Masonry Gallery or Gallery element. You can place the video URL in the Custom Link field, then set the Advanced > Link Settings > Image Link settings to Use custom link. This will open the videos in a lightbox or popup modal.
Best regards,
IsmaelFebruary 27, 2024 at 7:28 am in reply to: Removing Horizontal line – Special Heading (Elegant Centered and Default Styles) #1435531Hi,
Thank you for the update.
Your css code should have worked. Where did you add it? Please try to move the modification in the Enfold > General Styling > Quick CSS field, then temporarily disable the Enfold > Performance > File Compression settings.
#top .acme-av-special-heading .special-heading-border { display: none !important; }Best regards,
IsmaelHi,
Thank you for the inquiry.
Would you mind posting the css code using Pastebin.com? We will check to see if there is any invalid css code that is causing the layout to break. You can also verify it yourself using the following tool.
// https://www.cssportal.com/css-validator/
Best regards,
IsmaelHi,
Thank you for the info.
Edit the cells with the background image, navigate to Advanced > Developer Settings toggle, and in the Custom CSS Name field, enter the name “av-mobile-column-background”. Then, you can apply the following css code to adjust the size of the background image on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .flex_cell.av-mobile-column-background { height: 200px; min-height: 200px; background-size: contain !important; padding: 0 !important; } }Best regards,
IsmaelFebruary 27, 2024 at 7:14 am in reply to: Lazy loading disabled but images still not loading #1435528Hey mgyura,
Thank you for the inquiry.
We were able to reproduce the issue but we are not yet sure what is causing it. Have you tried adding more content below the gallery? Yu can also use this css code to disable the animation entirely.
.avia_transform .avia-gallery-animate .avia-gallery-thumb img.avia_start_animation { animation: none; } .avia_transform .avia-gallery-animate .avia-gallery-thumb img { opacity: 1; transform: scale(1); }Did you install another compression or lazy loading plugin?
Best regards,
IsmaelHi,
No problem! Glad we could be of help. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey GUMC-Rosier,
Thank you for the inquiry.
Can you reproduce the issue when using a different theme? Please clone the site to a staging environment, then provide the CSV file so that we can check the issue further.
Best regards,
IsmaelHey Qgrafica_7,
Thank you for the inquiry.
1.) Have you tried using the Layer Slider element? Add a Video layer or element, then enable the Background Video option in the Layer Settings > Video Audio > Media Options panel.
2.) Would you mind providing a screenshot of the issue? You can adjust the style of the title in the Enfold > Advanced Styling panel.
Best regards,
IsmaelFebruary 27, 2024 at 7:02 am in reply to: page updating fails and past revisions fail to load #1435524Hi,
Glad to know that the issue has been resolved! Please feel free to open another thread if the issue occurs again.
Have a nice day.
Best regards,
IsmaelHey!
UPDATE: Regarding 1 & 2, we registered the background image of the color section in the Yoast sitemap. Please update the enfold/config-wordpress-seo/config.php file with this code: https://pastebin.com/N3rmYPRW
Best regards,
IsmaelHi,
1-2.) Unfortunately, this is beyond the scope of support. You may need to hire a freelance developer to help you with this customization. You can find freelancers by visiting our customization page.
4.) We updated the Yoast config to include posts images to the sitemap. Please edit the enfold/config-wordpress-seo/config.php, remove everything, and then replace it with the content from the following link: https://pastebin.com/kRh3YKbh
Best regards,
IsmaelFebruary 26, 2024 at 10:13 am in reply to: disable zoom effect on images in “masonry gallery” made of portfolio items #1435410Hi,
Great! Glad we could be of help. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
The automatic update in your dashboard is no longer supported by the version currently installed on your site, 4.8.6.1. To update the theme, you’ll need to do so manually either via S/FTP or by uploading the theme files directly to your server. For more info, please refer to the documentation provided below.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelFebruary 26, 2024 at 10:07 am in reply to: Masonry: AND rule for category selection returns no results #1435408Hi,
Thank you for the update.
This seems to be functioning correctly from our side. Please check the screenshots provided in the private section. Could you confirm the version of the theme installed on your site? Please make sure that it’s updated to version 5.6.10. If the theme has been updated and the problem persists, please provide the login credentials in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
Yes, you can use the plugin but you can also do it manually in the functions.php file.
Example:
function av_custom_input_script_shortcode($atts) { $atts = shortcode_atts( array( 'type' => 'text', 'placeholder' => '', 'script' => '', ), $atts ); $type = esc_attr($atts['type']); $placeholder = esc_attr($atts['placeholder']); $script = esc_js($atts['script']); $output = '<input type="' . $type . '" placeholder="' . $placeholder . '" />'; $output .= '<script>' . $script . '</script>'; return $output; } add_shortcode('av_custom_input_script', 'av_custom_input_script_shortcode');In the builder, you can use this shortcode:
[av_custom_input_script type="text" placeholder="Enter your text" script="alert('Input submitted');"]Best regards,
IsmaelHi,
You can add this css code to adjust the top padding of the main container based on the header layout.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #main { padding-top: 88px !important; } .response.html_header_transparency #main { padding-top: 0 !important; } }This should apply an 88px top padding on pages with header transparency disabled.
Best regards,
IsmaelHi,
The arrows seem to be displaying as they should. How would you like the arrows to appear on mobile view?
Please note that the css code above should remove the border both on desktop and mobile view. If you want to apply it on desktop view only, please use this css code.@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ #top .av-control-minimal-dark .avia-slideshow-arrows a:before { border-color: transparent; } }Best regards,
Ismael -
AuthorPosts
