Forum Replies Created
-
AuthorPosts
-
Hey!
Try to replace it with:
.image-overlay-inside:before { background-color: transparent !important; color: white !important; border: 3px solid white !important; }
Best regards,
IsmaelHi!
Did you use the more tag inside the posts? https://en.support.wordpress.com/splitting-content/more-tag/
Best regards,
IsmaelHey!
Nothing at all. I just thought that if you want to use the native permalink settings (Permalinks > Portfolio Entry Settings), it will not work. If you don’t care about that then you are good to go.
Cheers!
IsmaelHi!
I checked the site but it’s not using a sidebar menu. The next patch will include a fix for the sidebar anchor menu. You can edit js > avia.js if you want to modify it.
Best regards,
IsmaelHi gharding!
Thank you for using Enfold.
Go to the Slider Settings > Layout > Full-width slider settings. Add a px value in the Layers Container and Responsive Under settings. Default is 1140.
Best regards,
IsmaelMay 3, 2015 at 3:57 am in reply to: Load products automatically or have a load more button in WooCommerce. #438454Hey!
Thank you for using Enfold.
Infinite scroll is not a feature that you can get out of the box. There are lots of premium plugins that you can choose from:
http://61extensions.com/shop/woocommerce-infinite-product-scroll/
http://plugins.sbthemes.com/woocommerce-infinite-scroll/Please contact the plugin author for more info.
Cheers!
IsmaelHi tlchase!
Thank you for using Enfold.
Yes, please post the login details so that we can see the site. Have you tried the Widget Logic plugin instead of adding custom widget areas?
Cheers!
IsmaelHi!
Thank you for using Enfold.
Please add this in the Quick CSS field:
.main_menu form#searchform { position: absolute; left: -300px; top: 10px; }
Cheers!
IsmaelHi!
It doesn’t auto rotate because the first video slide is still playing. Enable the slideshow control.
Cheers!
IsmaelHi!
Thank you for using Enfold.
Please use the temporary fix for now. The next update should take care of the bug.
#socket .avia-bullet, #socket .avia-menu-fx { display: none !important; }
Best regards,
IsmaelHi pako69!
Thank you for using Enfold.
Please refer to this link for a temporary fix: https://kriesi.at/support/topic/unwanted-thin-white-line-and-arrow-icon-in-footer/#post-437344
The next update should fix the issue.
Best regards,
IsmaelHey EricSmeets!
Thank you for using Enfold.
For a temporary fix, add this in the Quick CSS field.
#socket { margin-left: 294px; }
Cheers!
IsmaelMay 3, 2015 at 3:28 am in reply to: An error occurred while updating Enfold: Could not create directory. #438446Hi schoop!
Thank you for using Enfold.
Log out of the dashboard then remove browser cache or use another browser. Login again.
Nice slider. :)
Regards,
IsmaelHi finchkelsey!
Thank you for using Enfold.
No, unfortunately, we don’t have any documentation for this plugin. You can contact sevenspark. I’m sure they will help you there. http://sevenspark.com/?s=enfold&submit=Search
Regards,
IsmaelHey!
I checked the site and the icons are there. Did you figure this one out? Enabling CORS fixed this issue for most sites.
Regards,
IsmaelMay 1, 2015 at 11:48 am in reply to: Post Title and Excerpt Inside Blog Element (like Masonry) #437971Hey!
Try this in the Quick CSS field to move the slider content in front of the image:
.slide-entry .slide-content { position: absolute; top: 50%; left: 50%; transform: translate3D(-50%, -50%, 0); background: rgba(0,0,0,.5); padding: 20px; }
Cheers!
IsmaelHey!
I’m sorry but I’m not exactly sure if I understand you. How can you not REPLACE the code if you can ADD it in the child theme’s functions.php? Please remove the entire code mod in the functions.php file then copy this one: http://pastebin.com/Q9SxDUec
If you’re not comfortable handing in the login credentials, please hire a freelance developer to fix the rtl issues.
Best regards,
IsmaelHey DROR!
Thank you for using Enfold.
Try this in the Quick CSS field:
#top .form-row .input-checkbox { position: relative; right: -215px; }
Regards,
IsmaelHey nullhorn!
Thank you for using Enfold.
You can modify the main menu style on Enfold > Advanced Styling panel. Edit the Main Menu Links element.
Cheers!
IsmaelHey!
I’m sorry but it’s not possible to insert post or custom post types inside another post. The blog posts element might work but you have to use a unique category for the single portfolio item. Maybe, a plugin will do the trick: https://wordpress.org/plugins/xili-postinpost/
Note that this plugin will only work for the default posts so custom post types such as the portfolio item is out of the question. The plugin shortcode doesn’t render the theme’s shortcode (gallery etc) so you have to use the plugin’s widget. On the actual post, use the Widget Area element to display the plugin widget.
Best regards,
IsmaelHi garamaleki!
Thank you for using Enfold.
Edit the product then go to the Variations panel. Look for the Defaults: [?] option. Select the variation that you want to show as default.
Regards,
IsmaelHey Magellan!
Thank you for using Enfold.
You don’t need to add the code above if you use the more tag inside the post. The code will render the more tag useless because it will fetch the entire post content instead.
Best regards,
IsmaelHey!
This will require another template, to be specific, another loop-index.php or single.php whatever direction you choose. Use conditional function inside the file. OR add this in the functions.php file:
add_action('template_include', 'load_single_template'); function load_single_template($template) { $new_template = ''; // single post template if( is_single() ) { global $post; // 'cat1' and 'cat2' are category slugs if( has_term('cat1', 'category', $post) ) { // use template file single-cat1-template.php $new_template = locate_template(array('single-cat1-template.php' )); } if( has_term('cat2', 'category', $post) ) { // use template file single-cat2-template.php $new_template = locate_template(array('single-cat2-template.php' )); } } return ('' != $new_template) ? $new_template : $template; }
Create a file called single-cat1-template.php for the cat1 category. Do the same for cat2 category.
Best regards,
IsmaelHey!
I haven’t done anything yet. Is the sidebars OK now? I don’t want to login unless the sidebars are OK. Did you update the theme?
Cheers!
IsmaelMay 1, 2015 at 10:03 am in reply to: Every Enfold photo gallery not working after theme and WP update – HELP! #437945Hey!
I checked the site but it’s on maintenance mode. I can see some errors on the console coming from a plugin, I guess, called shadowbox. Is that a plugin on your installation?
Regards,
IsmaelMay 1, 2015 at 10:01 am in reply to: Disable parallax effect on fullscreen slider for all browsers #437944Hey LaNeraNura!
Thank you for using Enfold. :)
Add this in the Quick CSS field if you want to disable parallax effect:
ul.avia-slideshow-inner { transform: translate3d(0px, 0px, 0px) !important; }
Regards,
IsmaelHi!
Please check the page now. Adjust the padding if the menu items fall out of the menu container at certain browser width.
Best regards,
IsmaelHey steviger!
Thank you for using Enfold.
After you make the changes in the .po file, you need to compile it in order to create a .mo file. Use the POEdit software:
https://wordpress.org/plugins/poeditor/
https://poedit.net/wordpressBest regards,
IsmaelHey Guilherme!
Thank you for using Enfold.
The menu is not ordinary but not impossible. Unfortunately, that will require custom modifications that we can’t provide here. Is the site live? Please post it here. We would like to take a look. Maybe, you can start by switching the layout to boxed. Most header elements can be found inside the includes > helper-main-menu.php file. Hire a freelance developer to modify it.
Cheers!
Ismael -
AuthorPosts