Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using Enfold.
I use google translate to read the inquiry but I’m not sure if I understand you correctly. If you could translate the inquiry, that would be great.
Regards,
IsmaelHi awel!
Thank you for using Enfold.
Do you want to enable the advance layout builder for custom post types? Please refer to this: https://kriesi.at/support/topic/enfold-saving-post-type-inclusion-in-child-theme/#post-419261
Best regards,
IsmaelHey!
You can use the pre and code tags to create code blocks:
This is the codeOr enclosed the text inside “backticks” symbols:
This is another codeBest regards,
IsmaelHi!
This is what I see when I check the page. The add to cart and quantity input element:

Regards,
IsmaelHi!
It is the default behaviour of the post navigation right from the start. I’m not sure how you managed to filter them alphabetically. Please change the post date manually.
Best regards,
IsmaelHi!
Try to install this plugin to force https: http://shop.webaware.com.au/downloads/ssl-insecure-content-fixer
If it doesn’t work, edit config-templatebuilder > avia-template-builder > php > font-manager-class.php, look for this code:
$fstring = $font_list['folder'].'/'.$font_name;Replace it with:
$folder = is_ssl() ? str_replace('http', 'https', $font_list['folder']) : $font_list['folder']; $fstring = $folder.'/'.$font_name;Cheers!
IsmaelHi haydaw!
Thank you for using Enfold.
Note that the page layout settings will override the enfold theme options all the time. Can you please provide a link to the page with the issue?
If you want to enable the Page Sidebar Navigation, you need to set a parent page for a group of pages. It will display child pages or nested subpages of the parent page. Make sure that it is enabled on Enfold > Sidebar Settings. Also, note that the page sidebar navigation will always display at the top of every other widgets.
Best regards,
IsmaelHey Mark!
Thank you for using Enfold.
Please refer to this link on how to troubleshoot contact form issues: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Cheers!
IsmaelHi!
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!
Ismael -
AuthorPosts
