Forum Replies Created
-
AuthorPosts
-
Hi Josh,
Can you please create us a temporary FTP account for the staging version? post it here as a private reply. I ask for FTP so in case of a PHP fatal error we can fix it right away.
Regards,
JosueHi Kalid!
Your website looks and works fine on my end – http://screencast.com/t/thGh1rIX6P.
Do you still have these issues? can you please create us a WordPress administrator account? post it here as a private reply.
Cheers!
JosueHey!
Check out:
http://www.themepunch.com/home/uncategorized/adding-my-own-google-fonts/Cheers!
JosueHi Rupert!
This is happening because of this code you have in Quick CSS:
.flex_column { margin-left: 4% !important; }Cheers!
JosueWe looking forward to hearing from you Jean :)
Regards,
JosueNovember 9, 2014 at 12:39 am in reply to: CSS for Specific Posts from Categories in Grid View #348253Hey!
Yes, that’s possible, you’d need to edit /config-templatebuilder/avia-shortcodes/postslider.php, change this part (365-368):
$markup = avia_markup_helper(array('context' => 'entry','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";To this:
$markup = avia_markup_helper(array('context' => 'entry','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $category = get_the_category($the_id); $output .= "<article class='slide-entry flex_column {$category[0]->slug} {$style} {$post_class} {$grid} {$extraClass} {$thumb_class} $markup>";Now each post in that grid will get its first category slug as a class:
.avia-content-slider .slide-entry.category_slug{ border-top-color:brown !important; }Best regards,
JosueHi!
No, unfortunately this is outside our support scope, please contact the plugin author.
Best regards,
JosueHola,
Ve a WooCommerce > Settings > Products y cambia esto (http://screencast.com/t/XDKh95Rq) a una configuración cuadrada.
Asegúrate de regenerar las miniaturas después de de hacer el cambio.
Saludos
JosueNovember 8, 2014 at 8:45 pm in reply to: How do we disable the slider image hover file name effect? #348228Hi!
Install the child theme, then use this button to transfer the parent theme settings to the child one – http://screencast.com/t/pHfCRYl7Mi5, additional re-configuration may be needed (widgets, menus).
Regards,
JosueHi Bruno!
Add the following code to that custom text:
<script>jQuery('body').avia_activate_lightbox();</script>Regards,
JosueHey!
Don’t pay attention to that unless you plan to use WPML String Translation extension to edit the translation files.
https://kriesi.at/support/topic/how-to-translate-enfold-site-with-wpml-correctly/Cheers!
JosueLink is removed now, sorry for that and glad you found a solution.
Best regards,
JosueNovember 7, 2014 at 8:42 pm in reply to: Contact Form – Email sent from noreply@testmail.com #347919Thanks for sharing your experience @ncwright :)
Hi,
Have you already uploaded the custom font containing the oDesk icon? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Hmm, theme options seems to work just fine on my end – http://screencast.com/t/CsxmvDb8mKv, perhaps it’s something on your end, have you checked it on another computer/network?
Cheers!
JosueHello Sarah,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
The Code Element has different uses, can you detail what exactly you want to achieve?
Cheers!
JosueHey!
Yeah, i don’t think you’ll encounter major problems, i have my Enfold installation on PHP 5.5.10 and it works fine so far.
Cheers!
JosueNovember 7, 2014 at 7:13 am in reply to: How do we disable the slider image hover file name effect? #347545Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".avia-slideshow-inner img").removeAttr("title"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueNovember 7, 2014 at 7:10 am in reply to: How to replace the class-framework-widgets.php in child theme? #347544Hey!
In this case what you need to do is re-create the classes/functions found in that file, every class/function is prefixeed by this if statement:
if (!class_exists('avia_fb_likebox'))So you just need to define a class with the same name in your child functions.php file, like:
class avia_fb_likebox extends WP_Widget {Cheers!
JosueHi!
Yes, there is, look for the ja.mo/ja.po file in /lang.
Regards,
JosueHi!
Autorotation can be set in the element popup options (http://screencast.com/t/2VcTH08b4), regarding the images unfortunately we can’t provide those:
Please Note: Most images in the theme demo are stock photos from photodune which are not part of the theme
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Cheers
JosueHi!
The font family name must be wrapped in quotes:
font-family: "Amatic SC" !important;Also, i’d suggest using including the Google Font either via Enfold filters or a plugin:
https://wordpress.org/plugins/easy-google-fonts/
https://wordpress.org/plugins/wp-google-fonts/Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
1. Try with this code:
body{ font-size: 16px; }2. Simply put an image and link to a different one, the lightbox will be added automatically (you’d need to re-create a “gallery” to achieve this, use Columns + Image elements).
Cheers!
JosueHey Neo!
That feature is not available at the moment, If you really need it you would have to contact a developer from Envato Studio or Codeable
BTW i think it can be a cool new element for Enfold, please request it here as a new feature.
Best regards,
JosueHey!
/about-us/
The Grid Row element it’s a fullwidth element, if you don’t want that use Columns instead./about-us/our-team/
If you want to reduce the width of that element try constraining it in a Column element (you can do something like 1/3 empty column + 1/3 column with content + 1/3 empty column)./investment-opportunities/
Put that Portfolio element inside a 1/1 Column.Best regards,
JosueHey Ben!
There is no way to do that unfortunately, but simply toggling ALB on a Page will turn its content into a Text Block.
Best regards,
JosueHey Lizy!
Try with this code:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none !important; -moz-animation: none !important; animation: none !important; visibility: visible; opacity: 1; }Best regards,
Josue -
AuthorPosts
