Forum Replies Created
-
AuthorPosts
-
March 20, 2015 at 6:17 am in reply to: sortable display taxonomy, is it possible to add a title? #415044
Hi!
You can use conditional functions: https://codex.wordpress.org/Function_Reference/is_page
if(is_page('PAGE 1')) { <h3>Sort by location here: </h3> } else { <h3>Sort by category here: </h3> }
Regards,
IsmaelHey!
You can change the thumbnail size in the Gallery Preview Image Size setting. If you use the advance layout builder for posts, all default elements such as featured image, post meta info, titles will be remove. You have to add it manually.
Regards,
IsmaelHi!
I tested the site on an iPod touch and it loads fine without crashing. Restart the device then remove the mobile browser cache before checking the page. To be honest, the home page is a bit too heavy. The total file size is 11.6MB. You should optimize the images or distribute other contents on different pages.
Regards,
IsmaelMarch 20, 2015 at 6:04 am in reply to: LayerSlider Shortcode not working – was working until I added another shortcode #415038Hi!
I tried to login to the site but there is an Internal Server Error. Please check.
Best regards,
IsmaelHi!
I cannot reproduce the issue now. The icons display immediately on page load. Please try to remove browser cache then reload the page.
Best regards,
IsmaelMarch 20, 2015 at 5:59 am in reply to: How do I change the fontello icon on one category page? #415033Hi!
Do you have an “events” category? Try to replace the code with this:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { if(is_category('events')) { $icons['standard'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue85b'); } return $icons; }
Regards,
IsmaelHey!
Edit the page then set the Header visibility and Transparency to Transparent & Glassy Header. You can adjust the background opacity with this on Quick CSS field:
#top .av_header_glassy.av_header_transparency .header_bg { background-color: #000; opacity: 0.7; filter: alpha(opacity=70); }
Regards,
IsmaelMarch 20, 2015 at 5:39 am in reply to: Page sometimes temporarily stuck when using the new page transition #415027Hi!
I can’t go to any of the pages. The preloader get stuck. What happens when you remove this css code?
*:hover { transition: none!important; }
I can’t reproduce the same issue on the new theme demo with the preloader.
Regards,
IsmaelHi!
Did you verify the site? Please go here: https://www.google.com/webmasters/tools/
Look for the website name, Manage Site > Verify this Site. Follow the instructions provided on the next page.
Cheers!
IsmaelHey Lev!
Thank you for using Enfold.
You have this custom css code which also affects the footer container:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { height: 20px; }}
Cheers!
IsmaelHey Lev!
Thank you for using Enfold.
That is not possible with the default contact form. Try to use Contact Form 7 + this extension to create hidden fields: https://wordpress.org/plugins/contact-form-7-modules/
Cheers!
IsmaelHey!
The current font set (Open Sans) doesn’t support cyrillic and latin characters by default. Add this to the functions.php file:
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,cyrillic-ext,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');
Cheers!
IsmaelHi dmoravec!
Thank you for using Enfold.
I’m not entirely certain where the issue is coming from but you can import the parent theme options directly once you activated the child theme. Please refer to this link for more info: http://kriesi.at/documentation/enfold/using-a-child-theme/
Create a backup or a restore point, just in case.
Best regards,
IsmaelHi JoseSoto!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme, 2.8.1. Please download the latest version, 3.1, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If possible, for future reference, please avoid duplicated post. Thank you.
Best regards,
IsmaelHi JoseSoto!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme, 2.8.1. Please download the latest version, 3.1, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If possible, for future reference, please avoid duplicated post. Thank you.
Best regards,
IsmaelHi!
I’m not sure if this is a file permission or server configuration issue. I checked the files via FTP and the dynamic_avia folder which contains the theme’s general styling or enfold.css file was last modified a year ago. Why is that?
Please contact your hosting provider. Ask them if the the dynamic_avia folder inside the wp-content folder have the correct file permission. Ask them specifically if you can rewrite the file instantly. Also, please try to deactivate all WPML plugins if possible.
Best regards,
IsmaelHi!
Thank you for the info.
I think the minify settings is breaking the layout of the footer columns. Please deactivate the minify plugin. What is name of the minify plugin?
Cheers!
IsmaelHi!
There are unwanted paragraph tags in between the masonry items. I’m not sure where they are coming from. Please try to delete the masonry element completely. Create another.
Cheers!
IsmaelHi!
I checked the page’s screen options but I don’t see the custom fields. Did you somehow manage to remove it? Note that the page layout value is saved as meta or custom field.
Cheers!
IsmaelHey!
Replace the code with this:
<span class="custom-text">Industrial Marketing & Consulting</span><span class="custom-number">[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='12px' position='left' color=''][/av_font_icon]281.969.7514MM</span>
Add this to the Quick CSS field:
span.custom-text { margin-right: 10px; border-right: 1px solid white; padding-right: 10px; }
Cheers!
IsmaelHey Mattias!
Thank you for using Enfold.
What do you mean by “before scaling begins”? The size of the images in the portfolio grid is set to 495x400px by default, given that the column is set to 2 or more. When column is set to 1, the portfolio image size is 1500x430px. You can also select the thumbnail size by setting the Portfolio Grid Image Size to manual.
Cheers!
IsmaelHey!
You can customize the header using the Quick CSS field but I’m afraid we can’t help you with it. The modification that you’re asking is outside the scope of support. It’s better if you hire a freelance developer to modify it. You can start with this:
.header-scrolled-full { width: 80% !important; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0); }
Best regards,
IsmaelMarch 19, 2015 at 3:25 pm in reply to: How to change layout of search results in loop-search? #414499Hey!
Thank you for using Enfold.
This kind of modification is considered as a custom work so you have to hire a freelance developer to edit the search page template. Anyway, you can try the mod provided here: https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161
Cheers!
IsmaelMarch 19, 2015 at 3:21 pm in reply to: How to add google analytics event tracking code to a video #414485Hey spidercreations!
Thank you for using Enfold.
I’m sorry but it’s not possible at the moment. You may have to add the slider shortcode manually using a text block or code block.
Cheers!
IsmaelHey therqworld!
Thank you for using Enfold.
Try to install this plugin: https://wordpress.org/plugins/wp-smtp/
This is the yahoo smtp mail settings: http://email.about.com/od/accessingyahoomail/f/Yahoo_Mail_SMTP_Settings.htm
Regards,
IsmaelMarch 19, 2015 at 3:09 pm in reply to: RESOLVED – Can't select variation in product drop down #414465Hey DigitalEssence!
Glad it is fixed. I think we learned a good lesson here. Update everything first. :)
Cheers!
IsmaelHi!
I’m sorry but it’s not possible. That will require custom modification that is beyond the scope of support. What we can do is to adjust the padding and font size when viewing on smaller screens:
@media only screen and (max-width: 1200px) { .av-main-nav > li > a { padding: 0 4px; font-size: 11px; }}
Cheers!
IsmaelHey!
Why do you need the functions-enfold.php file in the child theme? If you want to add new functions, you can add it directly to the child theme’s functions.php file. If you duplicate the functions-enfold.php file then you have to update it every time a new version of the theme or patch is available. Try to add this to the php.ini file, it should fix the session start issue:
session.save_path = /tmp
Regards,
IsmaelHey!
You can add this to the Quick CSS field:
a.avia_image.mfp-iframe.lightbox-added:before { content: '\E897'; font-family: 'entypo-fontello'; position: absolute; border-radius: 50px; background: #2d5c88; height: 50px; width: 50px; line-height: 50px; left: 50%; top: 50%; margin: -40px 0 0 -40px; z-index: 500; text-align: center; color: #fff; opacity: .5; -webkit-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; } .avia-image-container-inner:hover a.avia_image.mfp-iframe.lightbox-added:before { content: ''; opacity: 0; }
Cheers!
Ismael -
AuthorPosts