Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the info.
Please add this in the Quick CSS field in order to fix menu items with multiple lines.
@media only screen and (max-width: 989px) { .avia-menu-text > * { display: inline-block !important; bottom: auto !important; } .avia-menu-text > .menu-break { left: 5px; } }Best regards,
IsmaelOctober 19, 2016 at 8:15 am in reply to: Plugin that I want to use – dosn´t work with Enfold Editor #701044Hi,
Is it possible to use a shortcode from the plugin? Maybe you can use the shortcode in a text or code block. Or use default add to cart shortcode from woocommerce.
// https://docs.woocommerce.com/document/woocommerce-shortcodes/
Best regards,
IsmaelHi,
We duplicated the table in the test page, added a lot of zeros everywhere in the table, updated the page and checked the table again. All zero digits are still there. How can we reproduce the issue?
Best regards,
IsmaelOctober 19, 2016 at 7:12 am in reply to: Issues with the WPML plugin after updating to Enfold 3.8 #701029Hi,
We modified the code in the functions.php file a bit. Please remove browser cache or hard refresh the page.
add_action('init','ava_remove_lang_flags', 9999); function ava_remove_lang_flags() { remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); add_action('avia_after_footer_columns', 'avia_wpml_language_switch', 10); }Best regards,
IsmaelHi!
Could you please provide a screenshot of the issue or the login details of the site? I tested the code in your installation and it increases the width of the table and the table columns inside.
Best regards,
IsmaelOctober 19, 2016 at 6:56 am in reply to: How do I add custom attribute to image caption block? #701022Hi,
We modified the code a bit. Please remove browser or hard refresh before checking the page.
Best regards,
IsmaelHi,
Did you remove the support account? We would like to access the site again but the login credentials above are not working. Please check if the Slider Settings > Other Settings > Hide on mobile option is enabled.
Best regards,
IsmaelOctober 19, 2016 at 6:42 am in reply to: Display issue with Enfold theme and Event Tickets Plus by Modern Tribe #701017Hi,
We provided a possible solution here. https://kriesi.at/support/topic/display-issue-with-enfold-theme-and-event-tickets-plus-by-modern-tribe/#post-701016
Let’s continue on this thread. Thank you.
Best regards,
IsmaelOctober 19, 2016 at 6:41 am in reply to: Display issue with Enfold theme and Event Tickets Plus by Modern Tribe #701016Hi!
Did you modify the template-builder.php file?
Best regards,
IsmaelOctober 19, 2016 at 6:40 am in reply to: Enfold Showing Blog Category or Even at Title on the Blog Page #701015Hey enktesisllc,
Thank you for using Enfold.
The link above redirects me to the google landing page. Is that an existing url? Could you please provide a screenshot on imgur or dropbox?
Best regards,
IsmaelHey Eleina_Shinn,
Thank you for using Enfold.
The anchor script is not working properly because of the countdown container. Please try to modify the js > avia.js file, look for this code around line 742.
if(tempPadding > 0 && shrink) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 - 200; }.. replace it with:
if(tempPadding > 0 && shrink) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 - 123; }Best regards,
IsmaelHey asterios,
Thank you for using Enfold.
The page is not loading properly because of a mixed content error. Please make sure that you have the latest version of the theme, 3.8, and install one of the following plugins.
// https://wordpress.org/plugins/wp-force-ssl/
// https://wordpress.org/plugins/force-https/Best regards,
IsmaelOctober 19, 2016 at 6:26 am in reply to: How about a professional looking Mega Menu? Resized and more condensed? #701008Hi,
Thank you for the info. Please add this css code in the Quick CSS field.
#menu-item-41 .avia_mega_div.avia_mega3.nine.units { width: 500px !important; }Best regards,
IsmaelHi,
I’m not really sure if both plugins will work in the theme because of the advance layout builder, assuming you’re using the builder for pages, which utilizes a specific template to render the content. The AMP feature requires a certain kind of html which is not implemented in the theme yet.
Best regards,
IsmaelHi,
Adjust the padding of the column on mobile view. Something like this should work.
.flex_column.av_one_half.no_margin.flex_column_table_cell.av-equal-height-column.av-align-middle.avia-builder-el-3.el_after_av_one_half.avia-builder-el-last { padding: 10px !important; }That code is intended for the “Photo Booth” page and as you can noticed, the selector is a little generic. Turn on the custom css class field so that you can specify the class attribute of the column. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHey drewfr,
Thank you for using Enfold.
The magazine can only query posts base on its taxonomy and terms. I’m not sure if it can query recurring events. Please ask the plugin author for the “recurring events” query and then use the “avf_magazine_entries_query” filter to adjust the default query of the magazine element. Examples:
// https://kriesi.at/support/topic/magazine-element-only-shows-40-post/#post-688278
// https://kriesi.at/support/topic/magazine-element-feed-adjustment/#post-649465Best regards,
IsmaelHi,
If you can’t update automatically, please try to update the theme manually via ftp. A shortcode instruction is provided in the following video.
// http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
// http://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHi,
We created a test post again and have one of my teammates check it. He saw the test post after a few seconds so it’s probably a caching issue. What happens if you deactivate the W3 Total Cache plugin?
Best regards,
IsmaelOctober 19, 2016 at 5:37 am in reply to: Issue with theme hiding a share link for a plugin installed #700990Hi,
We don’t want to push you back and forth so I think it’s better if you hire a freelance developer to investigate the issue. You can contact our partner, codeable. http://kriesi.at/contact
Or please ask the plugin author which file or script to check in the plugin so that we can investigate the issue.
Best regards,
IsmaelHi,
Please add this code in the functions.php file.
function avf_remove_rss_shortcodes($content) { return strip_shortcodes( $content ); } add_filter('the_excerpt_rss', 'avf_remove_rss_shortcodes'); add_filter('the_content_feed', 'avf_remove_rss_shortcodes');Best regards,
IsmaelHi,
Which issues specifically? Do you want to move the logo to the left even on the Persian version of the site?
Best regards,
IsmaeloHi,
How did you set the font family property? The valid declaration should be.
h1 { font-family: "Times New Roman", helvetica-neue, Serif !important; }Best regards,
IsmaelOctober 19, 2016 at 5:14 am in reply to: Have an image with a text with background only over part of the image #700985Hi,
Could you please provide a screenshot of the exact layout of the section? You can try the grid row element, add a background image to the cell then add a text block. Or add two columns on top of each other, add the image on the top or first column and the text block on the second column. Apply a negative top margin to the second column.
Best regards,
IsmaelOctober 19, 2016 at 5:09 am in reply to: Google font works only in chrome: not in IE, Edge or Safari (also on ios) #700983Hi,
The font file is loaded when I checked the page on Firefox and Chrome.
<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Heebo' type='text/css' media='all'/>Are you familiar with browser inspector or “view page source”? Let us know if you can find that line in those browsers.
Best regards,
IsmaelHi,
Place the image below the first mega menu column. We edited the mega menu items. Please remove browser cache or hard refresh the page.
Best regards,
IsmaelHi,
Thank you for the info. That is peculiar, surprisingly, it doesn’t break the page. I will notify Kriesi.
Are you able to reproduce the issue on your own installation?
Best regards,
IsmaelHi,
1.) Glad it is fixed.
2.) Please post the login details here so that we can check the page. This is actually a small glitch in the builder but it can easily fix by moving all elements or set of elements inside their own color sections.
Best regards,
IsmaelHi,
Since you’re using the grid layout, the output is rendered by the config-templatebuilder > avia-shortcodes > postslider.php file. If you’re using any other blog style, you can just modify the includes > loop-index.php file. You can see it in the archive.php file.
$blog = new avia_post_slider($atts); $blog->query_entries(); echo " <div class='entry-content-wrapper'>".$blog->html()."</div> ";Best regards,
IsmaelHi,
1.) Add this in the functions.php file:
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { var select = $('#top .entry-content-wrapper select'); select.css('color','#ffffff'); select.change(function() { var current = $('#top .entry-content-wrapper select').val(); if (current != 'null') { select.css('color','#000000'); } else { select.css('color','#ffffff'); } }); } a(); })(jQuery); </script> <?php }.. and the following code in the Quick CSS field:
#top .entry-content-wrapper select option { color: #000000; }2.) Unfortunately, you cannot define a different color for the asterisk because it is included in the placeholder attribute.
UPDATE: We added this css code for the placeholder.
::-webkit-input-placeholder { color: #ffffff !important; } :-moz-placeholder { /* Firefox 18- */ color: #ffffff !important; } ::-moz-placeholder { /* Firefox 19+ */ color: #ffffff !important; } :-ms-input-placeholder { color: #ffffff !important; }Best regards,
Ismael -
AuthorPosts
