-
Search Results
-
Topic: Plugin file editor
Hi,
probably a question not on your side but…does Enfold hide deactivate the “plugin file editor”?
I have to use it but…just can’t find him (??).
Something miss in the Enfold settings which hide it?
Any idea?Sorry to ask. I expect it’s not on your side but in case of.
BestTopic: bug
Hello,
i had problems editing my page.
I got someone to fix it with a patch. however the patch will not work when updated next.
Please check the info and try to fix it for future updates.
Looking forward to your reply!here is the problem:
Regarding the issue, the currently installed Enfold theme (Version: 5.6.10 ) Child (Version: 1.0.0 ) isn’t prepared when a table’s row doesn’t have a “row_style” attribute. So when the “row_style” is empty, it’s causing the critical error. For now, I’ve patched the Enfold theme so it will work, even when the “row_style” is empty. Below is the path to the file I patched:
wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.php
I replaced these lines:
if( strpos( $ul[‘attr’][ $key ][‘row_style’], ‘avia-pricing-row’ ) !== false )
{
$content = preg_replace( ‘!(\$|€|¥|£|¢|¤|%|‰|¢|¤|£|¥|€)!’ , ‘<span class=”currency-symbol”>$1</span>’, $content );
}$output .= “<li class='{$ul[‘attr’][$key][‘row_style’]}’>”;
==========
With these lines:
if ( empty($ul[‘attr’][ $key ][‘row_style’]) ) {
$output .= “- “;
} else {
if( strpos( $ul[‘attr’][ $key ][‘row_style’], ‘avia-pricing-row’ ) !== false )
{
$content = preg_replace( ‘!(\$|€|¥|£|¢|¤|%|‰|¢|¤|£|¥|€)!’ , ‘<span class=”currency-symbol”>$1</span>’, $content );
}$output .= “<li class='{$ul[‘attr’][$key][‘row_style’]}’>”;
}Might be worth raising this issue to the Enfold theme, so they’ll fix this in future versions. Because as of now, if you update the Enfold theme, this patch will be overwritten.
Hi. I am working on a copy of the site, in staging, updating the theme lost the footer setup.
FOOTER RIGHT site online
in staging it continues to keep the basic settings, as if “my” 3 widgets are not there (as in the online site).
https://ibb.co/0s5CTpx
https://ibb.co/dr2RgXGI checked in parallel, the configurations of widgets and Enfold panel are the same. From the staging site I tried deleting the widgets but it still keeps the basic settings.
The site in staging is under protection, if you can support me without logging into the backend fine, otherwise I will unblock your accesses. Thank you for your support. Best regards. Bruno
Topic: How to hide all pages ?
Hey Enfold
I am about to design a new frontpage, and hide all the other pages.
How do I hide the pages, are there any know pitfalls doing this.Thanks
Alan ;)Hi, this one is tricky. because all my pages have Transparent Headers, but I need the home page to be different colors if possible.
I have the colors set in Advanced Settings and Transparency Menu ColorIs it possible to change the Home page font colors for the main and rollover only?
thanks
When I create a new page, the advanced layout builder is not available as an option. Reverting back to 6.5.5 fixes the problem. The problem occurs with or without all plugins disabled.
Topic: Title page font color
Hi. I can’t change the title color of the pages, it keeps being white.
I have also searched in the css but I can’t find any “forcing”. Would you be so kind as to show me where to find, in the Enfold panel, the setup for the page title color? Thank you for your support. Best regards. Bruno
Dear Enfold Team,
We have a serious problem on a website, the CSS formatting is not being applied. Please help us. You can find the URL in the private field.
Kind regards
1. I need to move the Captions and button Up a bit on mobile view. Can you get me some CSS for this please?
2. The Text also runs off the page instead of resizing to fit.
3. The image stretches when I increase this code below. Is there a way to just increase the height without distorting the image? Like maybe it just increases the magnify and zooms in on an area?
@media only screen and (max-width: 768px) {
.responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
height: 550px !important;
}
}Thanks!!
- “;
Viewing 30 results - 6,151 through 6,180 (of 244,025 total)
