Forum Replies Created
-
AuthorPosts
-
Hey!
You can use the theme’s default button shortcode generated via the shortcode wand, inside the layer slider. Create a layer then set to HTML type, add the button shortcode.
Cheers!
IsmaelHey!
Instead of the image element, use a color section. Set the “wave” image as background. If possible, please provide a screenshot of how you the page to look like.
Cheers!
IsmaelHi!
Thank you for using Enfold. Did you extract the actual “enfold” theme zip inside the zip package? Please upload the file via FTP instead: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
IsmaelHey sandraen87!
Thank you for using Enfold.
Please check the .htaccess file. Post the code inside the file on pastebin.com, we would like to check it. Try to flush the permalink settings on Settings > Permalink.
Regards,
IsmaelHi!
Did you indent or add another menu item under, for example, “Activies” or “Days Out”? Once you added more menu items under these “Column” ietms and “indented” them, you will have successfully created a mega menu. Please watch this video: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Cheers!
IsmaelMarch 16, 2015 at 4:05 am in reply to: Viewport issue – Mobile Menu – PageSpeed Insight Report #411825Hey theburningear!
Thank you for using Enfold.
I think you’re testing it with chrome, and the article doesn’t included browser specific prefixes, that’s why it’s not working. For that, you need to add vendor or browser prefixes:
.big-preview.single-big a img { -webkit-clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%); clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%); }
This will help: http://bennettfeely.com/clippy/
Regards,
IsmaelHey!
It actually works fine on our installation. Add it at the very bottom of the functions.php file. In few cases, text editors automatically converts symbols like apostrophe, single quotation marks etc to their character entity code so you have to check for that one. Get the code here: http://pastebin.com/5pDyduHG
Best regards,
IsmaelHey djshortkut!
Thank you for using Enfold.
1.) Use this to remove the arrow:
#top .avia-slideshow-arrows a { display: none !important; }
Place the custom css class before the “.avia-slideshow-arrows” class or selector.
2.) Add this to increase the width:
@media only screen and (max-width: 767px) { #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0; }}
Cheers!
IsmaelHey!
There are few errors on the site:
http://4dmedia.net/wp-content/uploads/avia_fonts/entypo-fontello/entypo-fontello.woff Failed to load resource: the server responded with a status of 404 (Not Found)
http://4dmedia.net/wp-content/uploads/avia_fonts/entypo-fontello/entypo-fontello.ttf Failed to load resource: the server responded with a status of 404 (Not Found)Download the theme again from your themeforest account then update it via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If it’s still not working, please deactivate all plugins.
Regards,
IsmaelHey jmmurphree!
Thank you for using Enfold.
It is because the gallery and the slideshow use a specific thumbnail size. If you edit functions.php, you’ll find this:
$avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
That is the thumbnail size for the gallery and slideshow preview. You can adjust the width and height then regenerate the thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHi!
Thank you for using Enfold.
I think this article will answer it: https://seo-hacker.com/301-302-redirect-affect-seo/
A 301 redirect is implemented if the change you want to make is, well.. permanent. The detour page not embodies the redirected page as if it was the former. A complete takeover.
So, from what I read, doing a 301 redirect, if that’s what you did, is enough. You don’t need to add the meta tag.
Best regards,
IsmaelHey!
Unfortunately, it’s not possible to limit the pagination for those elements. At least not now. You will have to add an ajax script to dynamically display the second page of a single blog post or element while not interfering with the way the other elements display. I don’t think you will find any premium themes with that kind of ajax script by default, if you find one, we’ll be happy to know. You can request the feature here: https://kriesi.at/support/enfold-feature-requests
Best regards,
IsmaelHey Michael!
Thank you for using Enfold.
I’m sorry but you’re using an outdated version of the theme, 3.0.5. 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/
Best regards,
IsmaelHey!
This page (http://www.infigic.com/blog/) is not set as “blog” in the theme options and the other page is set as “blog” (Theme Options > And where do you want to display the Blog?). I think that’s why they are different. You have to configure the other language’s theme options.
Cheers!
IsmaelMarch 16, 2015 at 2:57 am in reply to: Text is on the wrong position, when I include a hover background image #411799Hi!
I think it’s better if you hide the actual logo image then set initial logo as background like the hover state:
.logo a img { opacity: 0; } .logo { background-image: url(INITIAL LOGO HERE); background-size: 40px 30px; background-repeat: no-repeat; background-position: 0% 50%; }
Regards,
IsmaelHi!
Remove the Minimum height setting then add a unique id attribute in the Section ID field. Use “custom-grid” for example. Use css media queries in the Quick CSS field in order to specify the minimum height of the cells in different screen sizes:
@media only screen and (min-width: 989px) { /* Add your Desktop Styles here */ #custom-grid .flex_cell { min-height: 500px; } }
Cheers!
IsmaelHi!
Adjust the top padding of the main container:
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 100px; }
Regards,
IsmaelHi!
My bad. You can add your background color to the Enfold Facebook Widget with this:
.av_facebook_widget_wrap { background: red; }
Anyway, glad we could help.
Regards,
IsmaelHi!
Use a larger background image. Please disable the backend translation. Add this to the functions.php file:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }
Regards,
IsmaelHey!
You have to modify this line to exclude archive pages:
if($page)
Replace it with:
if($page && !is_archive())
Best regards,
IsmaelHey!
Please use this:
.responsive #top #main .sidebar { display: block; overflow: visible; border-left: 0; }
Place it inside the media query.
Best regards,
IsmaelHi!
You need to duplicate the slider and translate the content manually. It’s not going to be translated automatically.
Regards,
IsmaelHey!
Edit the separator/whitespace element, set the Horizontal Ruler Styling to custom. Configure the options including the icon that you want to show.
Best regards,
IsmaelHey!
The combo widget cannot show related posts. You need to use another plugin for that. Maybe this will help: https://wordpress.org/plugins/pro-related-post-widget/screenshots/
Regards,
IsmaelHey!
When you create the portfolio items, did you use the Categories instead of the Portfolio Categories? There are cases where the built-in taxonomy Category box is showing in the portfolio item editor. Please post the login details here. We would like to check it.
Cheers!
IsmaelMarch 14, 2015 at 8:08 am in reply to: Portfolio Categories disappeared after installing WPML #411428Hey SpanishPlanet!
Thank you for using Enfold.
They are probably save in the english version of the site. Please refer to this link for more info: http://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies/
Regards,
IsmaelHi!
The font size modification is working. I can see the css declaration:
@media only screen and (max-width: 500px) { .layer-slider-caption { font-size: 18px !important; line-height: 35px !important; }}
Again, try to edit the captions then set a specific width, 500px perhaps, inside the Styles panel. This will force the caption to wrap inside a container.
Best regards,
Ismael -
AuthorPosts