Forum Replies Created
-
AuthorPosts
-
Hi!
Via FTP, try:
– Rename plugins to plugins2 to force disable all activated plugins.
– Rename themes to themes2 to force disable the current theme activated.Regards,
JosueHi Mark!
There’s a Color Section > Headline Rotator there – http://a.pomf.se/gccenn.png
Regards,
JosueHi!
It is possible but it would require some modding, here are the files that handle that:
- Look for “min_height” in /enfold/config-templatebuilder/avia-shortcodes/section.php
- Look for “av-minimum-height-” in /enfold/js/shortcodes.js
Cheers!
JosueHi!
Probably your caching plugin, try purging it.
Best regards,
JosueHey!
The Masonry element is capable of doing this, by pulling content based on a shared taxonomy, for example Posts and Portfolio Items share the post_tag taxonomy, regarding products you may need to do the following:
https://pippinsplugins.com/add-already-registered-taxonomy/Cheers!
JosueHi!
1. Not sure if that’s possible, it would depend on the language set in the site but you can directly edit the .mo/.po files using PoEdit or similar.
2. Same as the code for the logo you can explicitly enqueue the RTL stylesheet:
add_action('wp_enqueue_scripts', function() { if(is_page(2)){ $template_url = get_template_directory_uri(); wp_enqueue_style( 'avia-rtl', $template_url."/css/rtl.css", array(), '1', 'all' ); } });Best regards,
JosueHi!
Try applying “noLightbox” to the list element instead – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
JosueHi!
That could work, have you tried those tutorials?
Best regards,
JosueHey Ahmed!
Try increasing the PHP memory limit to at least 128M, also enable WP_DEBUG to see any error messages instead of a blank page if it happens again.
Best regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi!
Code has been added.
Regards,
JosueHi!
Default horizontal padding between menu items is 13px, you can use the following CSS code to change that:
.av-main-nav > li > a { padding: 0 20px; }Best regards,
JosueHi Gary!
Use the following:
#top .avia-testimonial-image { border: 2px solid #ffbf00 !important; }Cheers!
JosueHey Gary!
Try adding this code to the Quick CSS:
#top #footer ul#menu-main-navigation li { display: inline-block; float: none; clear: none; } #top #footer .widget ul.sub-menu { display: none; } #top #footer .widget ul { text-align: center; } #top #footer .widget ul#menu-main-navigation a { padding: 6px 10px; }Cheers!
JosueMay 28, 2015 at 5:28 am in reply to: Contact Form Element Not Working, Need Immediate Help Please! #450880Hi!
You need to update the theme, you’re running 2.9.2, latest version is 3.1.5:
http://kriesi.at/documentation/enfold/updating-your-theme-filesCheers!
JosueHey!
Try disabling or emptying your caching plugin.
Regards,
JosueHey Ryan!
Try adding this code to the Quick CSS:
#top .av-main-nav li:hover .avia-menu-fx { opacity: 0; visibility: hidden; }Cheers!
JosueMay 28, 2015 at 1:59 am in reply to: My combo widget is displaying special characters instead of the normal ones #450862Hi!
Correct, however this code is inside the
avia_get_post_listfunction which is “pluggable”, this means you can put a modified copy (line 986-1054) of it inside your child theme functions.php and it will overwrite the parent one.Regards,
JosueMay 28, 2015 at 1:00 am in reply to: My combo widget is displaying special characters instead of the normal ones #450857Hi Antonis!
I finally found what is causing it: Enfold tries to shorten down the title used in the newsbox to 55 characters, problem occurs when it encounters a long word like “χειρουργείο”, the fix would be to disable this shortening, open /framework/php/class-framework-widgets.php and look for line 1034:
echo "<strong class='news-headline'>".avia_backend_truncate(get_the_title(), 55," ");Replace it by this:
echo "<strong class='news-headline'>".get_the_title();;Cheers!
JosueMay 28, 2015 at 12:27 am in reply to: My combo widget is displaying special characters instead of the normal ones #450845Hey Antonis!
It’s weird, if you say new ones are not having the issue one thing you can do is re-publish the troubled ones and then change the date accordingly.
Regards,
JosueHi Klaus!
Check it now, the hotspots shortcodes had some weird characters in their attributes, i cleaned them up and now it seems to be working as expected.
Best regards,
JosueHey!
In Theme Options go to Sidebar Settings and set “no sidebar” here – http://a.pomf.se/lrralc.png
Regards,
JosueMay 27, 2015 at 11:10 pm in reply to: Header Widget, Page Design, Buttons behavior and more… #450833Hi,
Check it now, you had some residual code in the h1 at the start.
Cheers!
JosueHey Dave,
Try following – go to wp-content/themes/enfold/ and rename tag.php to tag_bak.php. Does this fix the issue?
Best regards,
JosueMay 27, 2015 at 9:20 pm in reply to: Thumbs of product category (WooCommerce) changed in size #450801You are welcome Nathalie, glad to help and thanks for your preference :)
Regards,
JosueMay 27, 2015 at 8:34 pm in reply to: Thumbs of product category (WooCommerce) changed in size #450793Hey!
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the entry_with_sidebar image size to your needs.
4. Regenerate the thumbnails by clicking the button at the bottom.Regards,
Josue -
AuthorPosts
