Forum Replies Created
-
AuthorPosts
-
Hey mickfollari,
Thank you for the inquiry.
You may need to override the v2 version of the template file, which is located in the wp-content/plugins/the-events-calendar/src/views/v2/widgets/widget-events-list.php file. The following documentation should help.
// https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/
Best regards,
IsmaelHi,
Thank you for the update.
This is how the site looks on our end after adding the css code (screenshot below), we adjusted the minimum height to 480px to accommodate tablet views (e.g iPad).
Screenshot: https://imgur.com/RJ21ti2
You may need to adjust the minimum height on smaller screens using another css media query.
@media only screen and (max-width: 480px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { width: 50%; float: left; min-height: 300px; } }
This should adjust the minimum height of the cells to 300px when the screen width reaches 480px or below. If you need additional assistance, please post the login details in the private field so that we can test the modification properly.
Best regards,
IsmaelNovember 19, 2021 at 6:55 am in reply to: Having trouble removing the breadcrumbs / area globally #1329616Hi,
Thank you for the update.
The filter above should have worked. Did you add it in the functions.php? Please provide the site details in the private field so that we can test the modification properly.
Best regards,
IsmaelHey Thedogscreative,
Thank you for the inquiry.
It might be due to the font-size property in this css declaration.
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a { text-align: center !important; font-family: "static",sans-serif; font-size: 2.5vw; font-weight: 400 !important; color: #177F93; }
Try to replace the unit vw with pixel or em in the value (2.5vw).
Best regards,
IsmaelHey szymme,
Thank you for the inquiry.
For the tabs, there is the Accordion or the Tab element in the Advance Layout Builder (ALB). You can also use the Columns element to create rows of information just like how it was presented in the screenshot above. And it looks like each row can be toggled based on the screenshot. Unfortunately, that option is not available out of the box but you should be able to replicate it by adding custom scripts.
Best regards,
IsmaelNovember 19, 2021 at 5:56 am in reply to: How to use Metadata content element to show particular categories #1329612Hi,
So I would like to be able to choose a sub category, and the output will be that it only shows the child items within that category.
This was in your initial reply and the custom shortcode does exactly that. It shows the child categories of the selected or specified parent category.
Unfortunately, extending the custom shortcode above will require modifications that is beyond the scope of support and is considered custom work. You may need to hire a freelance developer or contact our partner (Codeable) to modify and extend the shortcode according to your specifications.
Thank you for your understanding.
Best regards,
IsmaelHi,
Thank you for the info.
Have you tried updating the page_split.php file as suggested in the previous thread? This is the updated version of the page_split.php file, which should contain the fix.
You may need to do this step as well.
You can remove add_theme_support and it should work without your workaround with nextpage.
Best regards,
IsmaelHi,
We tried to access the site using the default wp-login and wp-admin path but it just redirects to the home page or a 404 page. We also tried the link that you posted above, but it just leads to one of the pages without a login form a link to one. Please provide the login URL so that we can access the site properly.
Thank you for your patience.
Best regards,
IsmaelHi,
Glad to know that it is now working.
You can actually copy or move the code from the Quick CSS field to the child theme’s style.css file directly. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings again after doing so.
did you install a number of plugins?
We did not install any plugins, only added and modified the css. Is there anyone else that have access to the site?
Best regards,
IsmaelHi,
Glad to know that it is now working.
You can actually copy or move the code from the Quick CSS field to the child theme’s style.css file directly. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings again after doing so.
did you install a number of plugins?
We did not install any plugins, only added and modified the css. Is there anyone else that have access to the site?
Best regards,
IsmaelHi,
Thank you for following up.
Yes, you may need to disable the file compression settings temporarily. You could also set the sub menu to display as an icon or as a button on mobile view and smaller screens. The option can be found in the Advanced > Responsive > Mobile Menu Display settings.
Best regards,
IsmaelHi,
Thank you for the info.
We may need to access the site and deactivate the plugins temporarily in order to properly inspect the issue. Please provide the site URL in the private field and include the login details. And it is probably a good idea to create a site backup or a restore point just in case.
Best regards,
IsmaelHi,
Thank you for the update.
Glad to know that the contact form is working properly again. Unfortunately, you cannot retrieve the previous messages back unless you are using a different contact form plugin such as Contact Form 7 or WPForms, and a compatible plugin that stores messages in the database before actually sending them to the supposed recipient. The default contact form in the theme does not have that kind of feature.
You may have to contact your hosting provider and ask them if there is a server error during that time or ask them for any related info that might have lead to the problem.
Best regards,
IsmaelHey eknyazyan,
Thank you for the inquiry.
The search icon is actually disabled by default when the left sidebar or header is enabled. You can add a search field manually by following the steps that one of the users provided in the following thread.
// https://kriesi.at/support/topic/search-icon-on-left-menu/#post-1185825
Let us know if you require help with it.
Best regards,
IsmaelHey sitibus,
Thank you for the inquiry.
Looks like you are using a third party plugin to display a 360 version of the product image. We are not able to reproduce the issue on a browser device emulation as shown in the screenshot below, but you might be able to prevent the image from stretching by applying a maximum height to it.
#main #container.wc360-container { width: 100%; max-height: 300px; }
This is how the product page looks on our end. https://imgur.com/NRJ8DUN
Best regards,
IsmaelHi,
Thank you for the inquiry.
Will the imported demo page take on the styles of the TrikeGo site?
https://trikego.com/it/Yes, it will override the current style and options, so you should not do it. The plugin Woocommerce will automatically redirect you to the installation or setup wizard after activating it. You can follow the steps to setup your shop.
// https://woocommerce.com/document/woocommerce-setup-wizard/
And the documentation should offer you with a lot of help.
// https://woocommerce.com/documentation/
Best regards,
IsmaelHi,
Thank you for the update.
Looks like you have managed to create the layout following Mike’s suggestion above. This is what we see in the page.
Screenshot: https://imgur.com/fJMMXLT
Using css to adjust a certain layout or style is quite common in web development. You may have to add more in the future in order to achieve layouts or styles that are not available out of the box.
Best regards,
IsmaelHey Zest,
Thank you for the inquiry.
You can actually capture it using Google Analytics or Tag Manager. They have an option where you can capture clicks on elements with a specific class name or ID. You can use that to track the activity of the users who interact with the privacy buttons.
Here is a quick overview on how to create a tracker for DOM elements.
// https://support.google.com/tagmanager/answer/7683362?hl=en&ref_topic=9125128#dom_element
Best regards,
IsmaelHey gfriend70,
Thank you for the inquiry.
We tried to refresh the page a few times but we did not see any changes or layout issues in it. Would you mind providing a screenshot of the changes? Please use imgur or dropbox for the screenshot.
Best regards,
IsmaelHey visualartspassage,
Thank you for the inquiry.
We could use a few css to adjust the width of the cells on mobile view but the items may not align correctly because the image and the content container differ in height. To solve that, you may need also apply a minimum height to the cells.
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { width: 50%; float: left; min-height: 445px; } }
Please note that this css will affect all grid row cells across the site, so applying a unique ID or class name (Grid Row > Advanced > Developer Settings panel) to the grid row elements may be necessary so that you can directly target and adjust the style of that particular section without affecting the others.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHey grassifrancesca,
Thank you for the inquiry.
You can use this css code to adjust the vertical position of the submenu container.
.av-main-nav > li > ul.sub-menu { margin-top: -20px; }
Please make sure to purge the cache afterwards.
Would you mind providing a screenshot of the rectangular background, or provide a link to the site so that we can check it?
Best regards,
IsmaelNovember 18, 2021 at 5:28 am in reply to: Having trouble removing the breadcrumbs / area globally #1329425Hey hostworks,
Thank you for the inquiry.
The breadcrumb is now completely disabled in the site. Have you found the option in the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings?
Best regards,
IsmaelHey forestrygy,
Thank you for the inquiry.
Looks like you have enabled the Advance Layout Builder (ALB) for that portfolio item. Please note that when ALB is active, the default featured image and text (summary or excerpt) will not display automatically in the portfolio page because it is using a different template, which is actually a blank canvas, so you have to add content manually using the elements available in the builder. For the featured image, you can use sliders or the default Image element.
Best regards,
IsmaelHi,
Where can we check the page? Please provide the site URL in the private field. The current-menu-item or the current-page-ancestor class names should be automatically applied to the parent menu item if one of its child pages is currently in view. We can use those selectors to adjust the style of parent menu item.
Example:
.current-page-ancestor { color: azure; }
Best regards,
IsmaelHi,
Awesome! Glad to know it is working correctly. Please do not hesitate to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Glad to know that you managed to find a working solution. Appreciate you for sharing it. You may need to adjust the height of the columns on smaller screens or on different devices using css media queries to make sure that they respond or resize correctly. Other than that, the layout looks good.
Best regards,
IsmaelNovember 18, 2021 at 4:50 am in reply to: Image gallery with thumbnails element – click instead of hover #1329415Hi,
Thank you for the info @Guenni007.
The user wanted the big thumbnail to change on click instead of hover or mouseover, so the changes in the gallery.js file may still be necessary
Best regards,
IsmaelNovember 18, 2021 at 4:42 am in reply to: Embed / show multiple videos in one row/line next to each other #1329412Hi,
Great! Glad to know that you have found a way to solve it. Please feel free to open another thread should you need anything else.
Have a nice day.
Best regards,
IsmaelHey Wendy,
Thank you for the inquiry.
Did you install any menu plugins or any extensions that add features to the default menu? Please try to deactivate the plugins temporarily, then try to translate the menus again.
Best regards,
IsmaelHi,
Thank you for the info.
Temporarily, you might have to remove the filter and apply a special category (featured or sticky for example) to the sticky posts or the items that you would like to display at the very top. You can then add another masonry element above the current one and select the new category.
Best regards,
Ismael -
AuthorPosts