Forum Replies Created
-
AuthorPosts
-
Hey djshortkut!
Drag a codeblock element to your page content and add this inside.
<style type = "text/css"> .iconbox_icon { font-size: 12px !important; } </style>Cheers!
ElliottHey thecszone!
It seems to be working fine on my end. Do you mean it’s not advancing automatically? Or only when you click on the arrows?
Cheers!
ElliottDecember 8, 2014 at 4:54 pm in reply to: Custom "autoresponder_subject" for contact form autoresponder #364736Hi omnimundi!
You can find those texts on line 316 in /enfold/config-templatebuilder/avia-shortcodes/contact.php.
"autoresponder_subject" => __('Thank you for your Message!','avia_framework' ),And line 738 in /enfold/framework/php/class-form-generator.php.
$message = nl2br($this->form_params['autoresponder'])."<br/><br/><br/><strong>".__('Your Message:','avia_framework')." </strong><br/><br/>".$message;I recommend using a plugin such as WPML to translate these texts. It will keep them safe between updates. Or you can create your own .mo file using Poedit or a similar program and translate them that way.
Cheers!
ElliottHey Mohan-Iyer!
Try adding a separator element after your two columns. You can customize the styling of the element so it’s not visible.
Also, this is unrelated but make sure to update Enfold to the latest version, 3.0.4.
Best regards,
ElliottHi superbikecoach!
That’s the “Fullscreen Slider” element which is in the “Media Elements” tab of your advanced layout builder. You can set the captions as you edit each slide and there is an option for adding the scroll to next button.
The “Scroll to Top” button should display automatically on your page when the user scrolls down a bit on your site. If your not seeing it then send us a link and we’ll take a look.
Cheers!
ElliottHey 1lizcollins!
If you don’t want to use that plugin then add this to your functions.php file as well.
add_action( 'init', 'enfold_customization_portfolio_supports' ); function enfold_customization_portfolio_supports() { add_post_type_support( 'portfolio', 'page-attributes' ); }That will add the “Order” option to your portfolio posts (like your pages) which you can set a numeric value to each post to order them.
And then when you edit your shortcode elements have them order by the “Page Order”.

Cheers!
ElliottHey!
You can try reducing it’s width a bit more.
@media only screen and (max-width: 479px) { .avia-tooltip { max-width: 260px !important; } }Though it’s looking fine on my end.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 7, 2014 at 7:10 pm in reply to: Sidebar issue when using CM Tooltip Glossary Pro+ plugin #364340Hey!
Please understand that we cannot support third party plugins, it just would not be possible to support every plugin out there.
That being said we try and help our customers out as much as possible so I would try changing the plugin code so it returns the output intsead of echoing it out. I think that has a good chance of solving the problem. If your not sure how to do this then it would be best to hire a freelancer to help you out or it would probably be easier to find a different plugin to use.
Best regards,
ElliottHi!
It sounds like you’ll want to increase your header size. Navigate to Dashboard > Enfold > Header and under the “Header Size” option select a custom pixel value.
Best regards,
ElliottHi!
Try using an absolute path to the file to see if the 404 error goes away.
http://www.yoursite.com/MyFontsWebfontsKit.cssRegards,
ElliottHi jeremyO!
This this out, https://kriesi.at/support/topic/share-this-on-product-pages/.
Or this, https://kriesi.at/support/topic/share-box-for-products/.
Regards,
ElliottHi Calvin89!
Can you send us a link so we can take a look? You can set your reply as private if you wish.
Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHey Simone!
Add this to your custom CSS.
ul.qtrans_language_chooser { width:100%; padding:0px; margin:0; list-style-type:none; position:absolute; top: 50%; z-index:201; right: -90px; } ul.qtrans_language_chooser a { float:right; width:20px; height: 12px; margin:0 2px; display:inline-block; z-index:201; }And then add this to the bottom of your functions.php file.
add_filter ('ava_inside_main_menu', 'qtrans_lang_chooser'); function qtrans_lang_chooser() { if (function_exists('qtrans_generateLanguageSelectCode')) { ob_start(); echo qtrans_generateLanguageSelectCode('image'); $output = ob_get_contents(); ob_end_clean(); echo $output; } }Best regards,
ElliottHey!
For the content slider yes. Woocommerce has a shortcode where you can display the products individually, http://docs.woothemes.com/document/woocommerce-shortcodes/.
Best regards,
ElliottHey!
Try adding this to the bottom of your child themes functions.php file.
add_action( 'init', 'enfold_customization_tab_position' ); function enfold_customization_tab_position() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 20 ); }Best regards,
ElliottHi!
Go ahead and paste the full code your using here and we’ll take a look.
Best regards,
ElliottHi!
For that we use the WordPress embed shortcode, http://codex.wordpress.org/Embeds, and I’m not sure if it has any options for that. I would try this plugin out, https://wordpress.org/plugins/lux-vimeo-shortcode/, which it looks like you can set those options.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
Navigate to Dashboard > Enfold > Header and under the “Menu and Logo position” option select any of the options where the menu displays below the logo. That will make the header have the layout your wanting.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey woeph!
Try adding this to your custom CSS.
#mobile-advanced { padding: 0px !important; margin-top: 50px !important; }Regards,
ElliottHi gdwarren!
Your first link is loading fine for me, around 4 – 5 seconds. The second link though is taking a lot longer which is because of the large amount of images your using (24MB total) which is going to take a while for the end user to download.
I would advise trimming their size down a bit more or consider splitting them apart to multiple pages. If your not doing so already then I would also look into using a caching plugin such as W3C Total Cache or something similar.
Best regards,
ElliottHi!
Hmm, that’s odd. Go ahead and send us a WordPress login and we’ll take a closer look.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey stedia!
Yes that is correct. You cannot use the color section or grid row elements together but the grid row element has an option where you can set the background for each cell. Just hover over the cell and click on the “Edit Cell” button to change it.
Cheers!
ElliottDecember 7, 2014 at 5:49 pm in reply to: Using numbers instead of font characters in Icon-Box #364305Hey afarahani!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class to your iconbox such as “icon_one”.
And then add this to your custom CSS.
.icon_one .iconbox_icon:before { content: "1" !important; } .icon_two .iconbox_icon:before { content: "2" !important; } .icon_three .iconbox_icon:before { content: "3" !important; }Regards,
ElliottDecember 7, 2014 at 5:44 pm in reply to: Right to Left Problem in Blog+Commenting in English not in Farsi #364302Hey afarahani!
1. Add this to your custom CSS.
.slide-entry-wrap > .flex_column { float: right !important; margin-left: 0; margin-right: 6%; } .slide-entry-wrap > .flex_column:first-child { margin-right: 0; }2. Try deactivating all of your plugins to see if they go away. I think the only place we use that function is in the class-framework-widgets.php file. You can try Ismael’s suggestion here, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/, but I think in your case it’s coming from a plugin.
3. I viewed some of your posts but it doesn’t look like you have commenting enabled. If you have translated the theme texts with the .mo file or used the WPML string translation then the comment form texts should be in there.
Regards,
ElliottHey MuzSolutions!
It seems to be displaying fine on my end. Did you get this sorted?

Best regards,
ElliottHey!
That’s pretty cool Guenni007, thanks for sharing. Hopefully Safari and IE will be more CSS3 compliant in future updates.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 7, 2014 at 1:44 am in reply to: Link the Promo Box Button to Video opening in a lightbox #364216Hey!
Hmm, not sure what you mean here. Magnific will always open in the middle of your screen which is what is happening on my end when viewing your link.
Take a screenshot and highlight what your seeing so we can get a better idea. Also let us know what browser and device your using.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
Take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottDecember 7, 2014 at 1:39 am in reply to: How can I download a copy of the latest update without actually updating? #364213Hi hpham45!
You can download it from your themeforest account where it was initially purchased.
Best regards,
ElliottDecember 7, 2014 at 1:36 am in reply to: issue with enfold and wordpress seo plugin, 404 in author and archive pages #364210Hi!
Your archives are working now but the authors are still redirecting to the homepage. Try deactivate all of your other plugins except WordPress SEO and then delete your .htaccess file and refresh your permalinks in Dashboard > Settings > Permalinks to see what happens.
If that still does not work then try navigating to Dashboard > SEO > Dashboard and reset the settings to the default.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
