Forum Replies Created
-
AuthorPosts
-
Hi vszybala!
You have a lot of empty H4 elements strewn about. Edit the textblock element and remove them all.
If you do not see any H4 elements then try deactivating all of your plugins to see if that fixes it.
Cheers!
ElliottHey allegrabillings!
Sounds like a server issue. Have you contacted GoDaddy?
What happens when the default theme is activated?
Regards,
ElliottHey dburton77!
Drag a codeblock element to each page and add this inside.
<style type = "text/css"> body { background-image: url("URL to your image") !important; } </style>
Regards,
ElliottHey elliotstiller!
Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHey valentin!
There are no options for that currently. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Regards,
ElliottHi norm4u!
In Dashboard > Enfold > Header > Mobile Menu uncheck the “Hide Mobile Menu Submenu Items” option.
Best regards,
ElliottOctober 9, 2015 at 4:17 pm in reply to: How to show the Portfolio tag title instead of "Portfolio elements"? #516547Hi tipinoncomuni!
Please see here, https://kriesi.at/support/topic/portfolio-archive-page-title-replacing-archive-for-xxx-with-just-xxx/.
Best regards,
ElliottHi valentin!
Well we have a fullscreen slider. There are no options for manually activating the slides though. You might be able to find a plugin for this in the WordPress plugin repo.
Best regards,
ElliottHi hydrafishing!
You should be able to use shortcodes in each cell. Switch to the default editor and use the magic wand icon to insert a button and then copy the code and paste it into the table element in the layout builder.
Regards,
ElliottOctober 9, 2015 at 4:06 pm in reply to: is it a good recommend the use of f.e wp-supercache or other caching tools? #516538Hi Guenter!
Minifying the CSS and JS and caching your content are very good ways to speed up a WordPress site. Also make sure your images are optimized for the web. Other than that it depends on your internet speed and the server speed.
Best regards,
ElliottHi kliprift!
If you want to make your site multi lingual then you’ll need to use a plugin such as WPML.
Regards,
ElliottHi!
I’m on Windows 10 and it’s opening the lightbox fine in Chrome for me but the video is not playing because your URL is not correct. You need to remove this part from the end and it will play,
&list=RDMMpzz-MywbJlw
.Best regards,
ElliottHi mw75!
We have already added it. You can find it in /enfold/includes/helper-markup.php. If for some reason you do not want to use it then there is an option for disabling it in Dashboard > Enfold > Theme Options.
Regards,
ElliottHi mdmllc!
It’s most likely a customiztion to the theme files. Try creating a backup and then completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Cheers!
ElliottHi tutifruti!
When you select the images to use there is a setting called “Custom Link” in the right hand side of the popup which you can use to set a custom link.
Cheers!
ElliottOctober 9, 2015 at 3:43 pm in reply to: Next portfolio items sliding in instead of opening in new page #516516Hey steviger!
Try this out, https://kriesi.at/support/topic/portfolio-grid-pagination-issue/.
Best regards,
ElliottOctober 9, 2015 at 3:37 pm in reply to: Right sidebar not showing on 'default' woocommerce productpages #516511Hey davidchristensen!
Please see here, https://kriesi.at/support/topic/enfold-single-product-page-sidebar-will-not-appear-on-the-right/.
Regards,
ElliottHi dropios!
When you select the image to use you can set the size to a thumbnail size and have them align center. It sounds like your wanting to use a smaller thumbnail size.
Cheers!
ElliottHi VinzentE!
Looks fine on my end. Can you take a screenshot of what your seeing?
Cheers!
ElliottHey!
Not much we can do then. It would be best to hire a freelancer to help you out with the mobile icon customization.
Regards,
ElliottOctober 8, 2015 at 6:03 pm in reply to: Portfolio Grid – Increasing Size of Sorting Menu Text #516032Hi!
Add this to your custom CSS.
#js_sort_items { left: 50% !important; transform: translateX(-50%); display: inline-block; } #js_sort_items a { font-size: 16px !important; }
Cheers!
ElliottHi David57!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
ElliottHi missfreshness!
I think the code your looking for is around line 170 in the /enfold/config-templatebuilder/avia-shortcodes/productslider.php file.
Regards,
ElliottHi!
You would have to edit the loop templates and remove that “no post found” information then. You can find them in /enfold/includes/ and they will be named “loop-index.php” or something similar. You can find the text usually around line 250.
<article class="entry"> <header class="entry-content-header"> <h1 class='post-title entry-title'><?php _e('Nothing Found', 'avia_framework'); ?></h1> </header> <p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>><?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?></p> <footer class="entry-footer"></footer> </article>
Best regards,
ElliottOctober 8, 2015 at 5:09 pm in reply to: Hiding the Avia Layout Builder for regular site users #515992Hey!
The CSS for the whole builder would look like this.
add_action( 'admin_print_styles', 'enfold_customization_admin', 10 ); function enfold_customization_admin() { echo '<style type = "text/css">'; echo '#avia_builder { display: none; }'; echo '</style>'; }
You can also hide it by clicking on “Screen Options” in the top right hand corner of your screen and unchecking the layout builder option.
Cheers!
ElliottHey!
Perhaps it’s a javascript error. Make sure all plugins are deactivated while testing and make sure your using the latest version of Enfold, 3.3.2.
Send us a link if your still having trouble and we’ll take a look.
Regards,
ElliottOctober 8, 2015 at 5:02 pm in reply to: Full width Masonry gallery in page disabling sidebar items display #515989Hey dalanglois!
Whenever you use a fullwidth element the sidebar will always display at the bottom of the page beneath all of the other fullwidth elements. You can simulate a sidebar by using the “Widget Area” element though.
Cheers!
ElliottOctober 8, 2015 at 5:00 pm in reply to: Displaying CPT's in Blog Posts-element without having to select category #515987Hey!
Are you sure you actually created a custom taxonomy for the post types? And added some posts to it? If so then it should be selectable in the blog posts shortcode. Send us a WordPress login.
Best regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hi!
Are you using a caching plugin? If so then be sure to clear it’s cache.
Send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi David57!
Your CSS code is not correct and it’s not going to do anything if you add it to the page like that. Send us a link to your page so we can get a better idea of what’s going on.
Best regards,
Elliott -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts