Forum Replies Created
-
AuthorPosts
-
Hi!
Where can we find the screenshot? We may need to see the actual page in order to fix the issue. Please post the url here.
Cheers!
IsmaelHi mterrian!
Thank you for using Enfold.
You can add this to the Quick CSS field to define the width of the full screen slider on larger screens:
@media only screen and (min-width: 1280px) { div#full_slider_1 { width: 1280px; margin: 0 auto; }}
Regards,
IsmaelHi!
I checked the site on chrome but I don’t see any difference. Can you please pinpoint the issue in the screenshot?
Regards,
IsmaelApril 7, 2015 at 7:53 am in reply to: Image cropping / scaling on thumbnails / featured images #424477Hey!
You can use this:
add_action('init', 'ava_my_image_size', 1); function ava_my_image_size() { global $avia_config; avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270, array(top, center)); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360, array(top, center)); // images for fullsize pages and fullsize slider }
Regenerate or upload the images again.
Regards,
IsmaelHi Bearcat!
Thank you for using Enfold.
The abundance and enfold are entirely two different themes which means that any modifications in your child theme folder are probably useless at this point. I’m afraid you have to delete all of them.
Best regards,
IsmaelHey!
I checked the home page slider on Internet Explorer 8 and all 3 sliders with video are playing. Is this happening only on IE11?
Regards,
IsmaelHi!
I forgot to mention that not all shortcodes will display on the blog overview page because they tend to break the layout of the page. Why did you add a blog posts element as excerpt? You need to create an excerpt for the posts, not the page, without any shortcodes, just plain text for the blog overview page. Unfortunately, we don’t provide support for third party plugins. Please contact the plugin author.
Cheers!
IsmaelHey!
Replace the code with this:
#header #mlp_widget-3 { top: -73px; left: 70%; padding-top: 0px; position: absolute; padding-bottom: 20px; } #header.header-scrolled div#mlp_widget-3 { top: -44px; }
Best regards,
IsmaelHi!
@Jason: Please create new thread then post the login details and ftp credentials there. Did you add any modifications to the theme? Have you tried disabling the plugins?
Best regards,
IsmaelHi!
Did you enable cors? Please refer to this link: http://kriesi.at/documentation/enfold/enable-cors/
Regards,
IsmaelHi!
I’m not sure if this is going to work but you can add this to the Quick CSS field to enable the scroll bar right before the preloader stops:
@media only screen and (min-width: 989px) { html.responsive { overflow-y: scroll; } .av-preloader-reactive { overflow: hidden !important; }}
Regards,
IsmaelHi!
I clicked the “Pinit” button in the sidebar and the one located at the bottom of the content and they both worked. Did you fix it? If possible, please provide a screenshot of the issue.
Regards,
IsmaelApril 7, 2015 at 7:06 am in reply to: Masonry Gallery – Images Stacking On Top Of Each Other #424462Hi!
I checked the site but I cannot reproduce the issue anymore. Please create a test page with a gallery element. Add more than 8 gallery items.
Regards,
IsmaelHey!
I tried to login to the wp dashboard but the login credentials provided above are not working. What are the features activated when you use the jetpack plugin? Note that not all jetpack features are compatible with premium themes, like infinite scroll, accordion etc. These features tend to create script conflicts between the theme and the plugin.
Regards,
IsmaelHey!
We added the suggested code above. Please check it now: http://vanhit.com/test/
#top .av-menu-button > a .avia-menu-text { border: 2px solid !important; }
Please remove browser cache when you don’t see the changes immediately. Reload the page.
Best regards,
IsmaelHi!
Where do you want to place the social bookmarks when viewing on mobile devices? Please provide a screenshot. You can use this to adjust the position of the social icons:
@media only screen and (max-width: 479px) { .responsive.html_header_top #header_main .social_bookmarks { display: block; position: relative; margin-top: 20px; }}
Cheers!
IsmaelApril 7, 2015 at 5:15 am in reply to: Enfold: Multisite – setting subsite LOGO link to a different url #424428Hi!
I tried to login to the site (wp-admin / wp-login) but it redirects me to the home page. How can we access the dashboard?
Cheers!
IsmaelHi Taras!
Thank you for using Enfold.
Where exactly do you want this form to show? A screenshot will help. You can add the shortcode directly in theme the files by using the do_shortcode function. Or use filter and action hooks. https://codex.wordpress.org/Function_Reference/do_shortcode
Cheers!
IsmaelHey!
Thank you for the info. Add this to the Quick CSS field to keep the header bg style:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive #top .header_bg { opacity: .9; filter: alpha(opacity=90); }}
Cheers!
IsmaelHi!
I think it will work. Or you can try this one: https://wordpress.org/plugins/wp-font-resizer/
Cheers!
IsmaelHey!
The error points to a code in the child theme’s functions.php file. Did you add anything there?
EDIT: You have this code inside the child theme’s functions.php file:
add_action('ava_after_main_menu', 'avia_add_woocommerce_cart_dropdown', 10); function avia_add_woocommerce_cart_dropdown() { global $woocommerce, $avia_config; $cart_subtotal = $woocommerce->cart->get_cart_subtotal(); $link = $woocommerce->cart->get_cart_url(); $output = ""; $output .= "<ul class = 'cart_dropdown visible_cart' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>"; $output .= "<a class='cart_dropdown_link' href='".$link."'><span class='avia_hidden_link_text'>".__('Cart','avia_framework')."</span><span ".av_icon_string('cart')."></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->"; $output .= "<div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div>"; $output .= '<div class="widget_shopping_cart_content"></div>'; $output .= "</div>"; $output .= "</li></ul>"; echo $output; }
Best regards,
IsmaelHi!
Thank you for the info. Please post the login details here so that we can check the site. If possible, please include the ftp login details. We would like to check the child theme directory.
Cheers!
IsmaelHi!
Thank you for using Enfold.
I checked the site but I can’t see the mega menu with the issue. Did you remove it?
Cheers!
IsmaelHi!
1.) You can 3 1/3 columns layout with Video elements inside. Add the title using a text block or a special heading element.
2.) Refer to this link on how to upload your own icon: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
If you’re asking how to create custom icon fonts, you can follow the tutorial here: http://www.hongkiat.com/blog/create-font-icon-set/
Regards,
IsmaelHey!
So.. you transferred the website using the Duplicator plugin? Or the preview instantly disappeared when you activate the plugin? Try to export the sliders with the correct preview before activating the duplicator plugin. After the export, activate the plugin then import the sliders back.
Best regards,
IsmaelHey!
Alright. I was able to reproduce the issue on the child theme. For now, you can add the buttons.php file inside the shortcodes folder as well It fixed the issue temporarily and it doesn’t seem to break anything else. We’ll investigate the issue further. Overriding the shortcode templates inside the child theme is not updateproofed. It will break whenever the specific shortcode have been modified or at least miss new add-ons because new scripts are missing.
Back to the issue at hand, did you try to set the table’s responsive styling to scrollable? It will add scrollbar so the table will retain its layout and will not break on smaller screens.
Best regards,
IsmaelHi!
I don’t see anything wrong iwith the page. Note that the “Product Purchase Button” will only show the “Add to cart” button, not the price or anything else.
Regards,
IsmaelHi!
They are sorted that way if you set the order parameter to ASC. Please check it carefully, remove browser cache before loading the page: http://e308031c72c2a40f7804cdf17e3238990a7c8a05.web19.temporaryurl.org/test-portfolio-sorting/
When set to DESC, they are sorted as: NIELS Bent ABE aage
Regarding the post nav, it can only filter by date, not alphabetically. You can manually change the date of the portfolio items if you want to display them alphabetically, latest post will always display first.
Regards,
Ismael -
AuthorPosts