Forum Replies Created
-
AuthorPosts
-
Hey!
@hunter74: I’m sorry but I’m not sure I understand you correctly. Can you please explain it a bit? A screenshot will help. If you’re referring to the custom html class when a user is viewing on an ipad, you can use the avia-ipad class attribute.Regards,
IsmaelHi!
I noticed that you installed the following plugins:
WP Clone
All-in-OneDid you just transfer the website recently? Maybe, the database was not transferred properly. Please contact your hosting provider to restore the site.
Best regards,
IsmaelHey sasha!
Thank you for using Enfold.
Look for this code:
var rtlContainer = $('.entry-content-wrapper');
Replace it with:
var rtlContainer = $('.entry-content-wrapper, #footer .container');
Best regards,
IsmaelHi!
Please replace the code with this because the previous one will affect the portfolio base category:
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { $args['rewrite']['with_front'] = false; return $args; }
Regards,
IsmaelHi!
Thank you for the heads up. We have reported the issue to Kriesi. A fix should be on the way. For now, you can edit js > shortcodes.js, look for this code around line 2189:
subtract = $('#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container')
Replace it with:
subtract = $('#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container, #top .av-submenu-container')
Again, look for this code:
subtract.each(function(){ wh100_mod -= this.offsetHeight - 1; });
Below, add this:
subtract.each(function(){ wh100 -= this.offsetHeight - 1; });
Best regards,
IsmaelApril 28, 2015 at 11:46 am in reply to: 404 Error not found /uploads/dynamic_avia/enfold.css?ver=xxxxxxxxxxxx #435938Hey!
I think it is cause by the WordFence cache settings. There is a cache version number in the enfold.css file. It should not be there by default. I tried to exclude the dynamic_avia folder where the enfold.css file is located but I can’t clear the WordFence cache. There’s an error:
http://wp.meiklesfc.com.au/wp-admin/admin.php?page=WordfenceSitePerf
A total of 1 errors occurred while trying to clear your cache. The last error was: Could not create a lock file /home/meiklesfc/domains/wp.meiklesfc.com.au/public_html/wp-content/wfcache/clear.lock to clear the cache.
Please contact the plugin author regarding this issue.
Best regards,
IsmaelHey!
Unfortunately, it doesn’t help. We don’t know which element is causing the issue. We need to see the actual website.
Regards,
IsmaelHey!
The masonry element works fine on our installation. Please try to delete the entire enfold folder then replace it with a new one.
Best regards,
IsmaelHi!
Forbidden error when I checked this image: http://www.sphere-evenements.com/dash.jpg
Please use imgur or dropbox. When I checked the actual page, I don’t see any mega menu: http://www.sphere-evenements.com
Best regards,
IsmaelHey!
Add this in the functions.php file:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-big'; return $layout; }
You can change the layout if you want. Available layout are single-small, single-big, blog-grid and multi-big. The demo posts are using the more tag, that’s why they the “read more” link.
Regards,
IsmaelHi!
That’s because we use the hover state of the whole masonry container. It’s not possible to create a hover effect for elements outside the hovered element. If you really want this kind of effect, you need to create a custom jquery script because it is not possible with css alone. Unfortunately, this modification is outside the scope of support. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelHey!
You didn’t mention that you created custom elements in the advance layout builder. A few shortcodes, color section for example, automatically creates closing tags when needed or if another element is present in the page. I guess these custom elements doesn’t have that and it breaks the layout of the page. I created a test page without the custom elements and it works OK. All sections are intact: http://papaboisfood.com/test-page/
Why do you need to create custom elements? For example, instead of creating a “Fullwidth Easy Slider w preview” element, you can use the Layer Slider. I’m sorry but we can’t help you trace back all modifications in the theme. Please hire a freelance developer to improve the custom elements.
Regards,
IsmaelHi!
Looks like you added the video by using a third party plugin. Try to use the Video element instead.
Cheers!
IsmaelHi!
Add the previous code inside the media query:
.avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 200px !important; }
Best regards,
IsmaelHi!
Create a custom post type by using this plugin: https://wordpress.org/plugins/custom-post-type-ui/
Regards,
IsmaelHi!
What do you mean by “posts created outside of that form”? The code above should enable the Don’t display image on single post option by default.
Regards,
IsmaelApril 28, 2015 at 9:36 am in reply to: Main Slider not working correctly and Advanced Layout editor not working #435866Hi!
So.. you’re saying that it is fixed? I checked the page and the slider is working. Access the dashboard, edit a page and the advance layout builder is working as well.
Best regards,
IsmaelHey!
Hmm.. I’m not sure why it’s not working, maybe there’s a conflict between the button and the magnific popup script. Instead of the button, use a simple link then add the style of the button to it:
.inline_popup { padding: 15px 30px 13px; font-size: 13px; min-width: 139px; background-color: #2d5c88 !important; border-color: #0b3a66 !important; color: #ffffff !important; border-radius: 3px; text-decoration: none; display: block; border-bottom-style: solid; border-bottom-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: normal; text-align: center; max-width: 100%; float: left; }
Best regards,
IsmaelApril 28, 2015 at 8:05 am in reply to: Predefined color scheme and Quick CSS don't change the front end #435841Hi!
Thank you for using Enfold.
Looks like you have a minify plugin installed. Please try disable the minify settings then change something in the theme options. Let us know if it’s not working.
Best regards,
IsmaelApril 28, 2015 at 8:02 am in reply to: One of my pages says "Nothing Found" even when I added content to the page #435839Hey!
I think you forgot the website url.
1.) You can decrease the size of the sidebar on Enfold > General Layout > Dimensions > Content | Sidebar Ratio setting.
2.) The footer height will depend on the content. You can enable the Social Icons setting on the Footer panel.
3.) Use the bbPress login widget.
Best regards,
IsmaelHey!
Thank you for using Enfold and sorry for the delay.
Maybe, it’s just a cache issue with Chrome. Glad you figure it out.
Cheers!
IsmaelHi!
Please try to log out of the dashboard, remove the browser cache then login again. Or login using another browser, add the api key. Wait for an hour, the update should be visible by then.
Cheers!
IsmaelApril 28, 2015 at 7:50 am in reply to: Can't edit pages in Enfold 3.1.3 – possible plugin conflict? #435828Hi!
@muzioman: Please create a new thread then post the website url there. Make sure that you have the latest version of the theme, 3.1.3 running on WordPress 4.1.2 or later.Regards,
IsmaelHi!
The plugin creates a custom field where you can add an external image url as featured image but it doesn’t have an option to add custom url. I don’t think it will work as you expected.
Regards,
IsmaelApril 28, 2015 at 7:27 am in reply to: Missing Featured Image when using the advanced layout editor #435818Hey!
It is actually possible but it’s not available or possible yet with the current advance layout builder option for posts. Featured images of the posts will still be visible on category or archive pages. If you want to show excerpts on archive or category pages, use the excerpt meta box.
Best regards,
IsmaelHi!
I checked the site on an emulated mobile view and the phone number is still clickable. There’s no element covering it up. Please try to remove browser cache then reload the page.
Regards,
IsmaelApril 28, 2015 at 7:17 am in reply to: Making background color over the complete 1/2 in a color section #435814Hey!
Thank you for using Enfold.
Use the Grid Row element then set the cell size accordingly. You can apply different backgrounds for each cell.
Best regards,
IsmaelHi!
You can use this:
.template-blog .entry-content p { font-size: 16px !important; }
Regards,
IsmaelHi sd142ppr!
Thank you for using Enfold.
Unfortunately, iframe forwarding or redirects will disable the site’s responsiveness. Please refer to this link for a possible fix: http://blog.thecompanywarehouse.co.uk/2012/08/22/cname-url-forwarding-frame-forwarding-which-is-best/
Best option is the 301 redirects via .htaccess. You can contact your hosting provider regarding this issue. Also, ask your host if IPS Forwarding is an available option.
Cheers!
Ismael -
AuthorPosts