Forum Replies Created
-
AuthorPosts
-
November 13, 2015 at 6:41 pm in reply to: Hide widget on search results page when it contains no search results #535660
Hey richardelectrix!
Add this to your custom CSS.
.search_not_found { display: none !important; }
Best regards,
ElliottHey knitsfor!
1. If your using the layout builder on your posts then you need to drag the comments element to your post content. Otherwise use the default editor and they will display automatically.
2. Perhaps there is a way to filter out shortcodes in the jetpack plugin?
Best regards,
ElliottNovember 13, 2015 at 6:22 pm in reply to: Gap when using "bottom menu" + "sticky header" for viewports 989px to 768px #535636Hey Diego!
Try adding this to your custom CSS.
@media screen and (max-width: 898px) and (min-width: 768px) { .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 148px !important; } }
Best regards,
ElliottHey Prevention_Institute!
That is a Woocommerce feature. If you install Woocommerce and create some products then the sort options will automatically display on your shop page and whenever you use the product grid / product list elements.
Regards,
ElliottHey compenseo!
Your URL is giving me a 404. What you can do is disable the featured image from displaying on the single post (there is a small checkbox for this when setting the featured image) and then insert your own in the layout builder.
Regards,
ElliottHi AmericanMetroPOS!
There are no options for that currently. What I would do is just link to the portfolio category archive instead.
This is kind of similar, http://kriesi.at/documentation/enfold/enable-deeplinking-to-the-portfolio-ajax/, but it’s for deeplinking to a post and not for sorting.
Regards,
ElliottHi tolis34!
Yes, it looks like the layout is breaking in your source code for some reason. Let’s try the following.
1. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
2. Import the demo once more.
Best regards,
ElliottHi anilpad7!
It would be best to post this on the bbPress support forums. I found this though, https://bbpress.org/forums/topic/allow-html-from-users/.
Perhaps it’s just admins who can post HTML?
Cheers!
ElliottHi!
An easier way to save your color scheme would be to export your theme options in Dashboard > Enfold > Import/Export. Your settings will not get overridden between theme updates but in case you want to save different color schemes and switch between them you can do this.
Best regards,
ElliottHi!
Edit the page and set the layout to no sidebar in the page options. You can also remove the title bar in the page options or have it hidden by default in Dashboard > Enfold > Header > Header Title & Breadcrumbs.
Cheers!
ElliottHey!
Actually the default behaviour should be that the mouse wheel does not effect the map zooming at all, http://kriesi.at/themes/enfold/pages/contact/.
Can you send us a link to your page so we can take a look? Are you using our google maps element or a plugin?
Cheers!
ElliottHi!
It should be called “Social Share Buttons” and you can find it in the “Content Elements” tab of the layout builder. If you do not see it then you probably need to update Enfold.
To use it in a widget you can copy the shortcode for it in a text widget. To get the shortcode switch to the default editor and click on the “Magic Wand Icon” in the toolbar to insert it in the editor.
Regards,
ElliottHi!
Enfold uses a bit more memory than the default theme. Go ahead and do what I suggested in my first post so we can try and troubleshoot the problem.
Best regards,
ElliottHi!
Well, how sites usually do this is by having the theme display with a width of around 1300px as a type of “boxed layout” and the content will be centered on very wide screens. You can set Enfold to use a boxed layout in Dashboard > Enfold > General Layout.
Best regards,
ElliottHi nancyT!
Hmm, perhaps it’s a server limitation. Try turning on WordPress debugging and check your server error logs for any useful information. You probably need to increase your memory.
Make sure Enfold is updated to the latest version, 3.4.1, and deactivate all plugins while testing.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey m_gnowit!
Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header and then drag a text widget to it and add this inside.
<img src = "URL to your image" />
And then send us a link to your page and we’ll give you some CSS to position it in that area.
Best regards,
ElliottHi belenenses!
They are both fullwidth elements and you cannot nest them inside each other. What type of layout are you trying to create?
Regards,
ElliottHey stacieclark!
If you add the URL to the video in the button link it should open it up in a popup automatically. It’s not working? Can you send us a link to the page so we can take a look?
Cheers!
ElliottHi robphat!
See here, https://codex.wordpress.org/Function_Reference/get_search_form.
You can add a searchform.php template to the Enfold folder or use the PHP snippet inside your functions.php file.
Regards,
ElliottHey stedia!
We can give you code to hide the labels but adding placeholders is going to take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Best regards,
ElliottHi ttnka!
Are you using a table in the widget? Send us a link to your page and we’ll take a look.
Regards,
ElliottHey!
Your getting a javascript error, something to do with the “AviaDatepickerTranslation”. I noticed if WPML is deactivated it goes away.
Go ahead and update Enfold to the latest version, 3.4.1, and let us know when your done.
Regards,
ElliottHey!
For a page then yes you would use the page.php template. Probably around line 33.
Or you could just drag our social share element to your page content in the layout builder.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
It would look like this.
$fonts['Roboto Slab'] = 'Roboto Slab:100,300,400,700';
I don’t see any Roboto Light on the Google Fonts API. Do you mean Roboto Condensed? https://www.google.com/fonts#QuickUsePlace:quickUse/Family:Roboto+Slab:400,300,100,700%7CRoboto+Condensed
Best regards,
ElliottHey!
Perhaps this would work.
echo '<span>'; wp_loginout(); echo '</span>';
Cheers!
ElliottHey!
Are you sure the plugin is not supposed to do that? I would try finding another plugin if that is not the expected behaviour.
Cheers!
ElliottHey!
Hmm, looks like your running out of memory.
<b>Fatal error</b>: Out of memory (allocated 30408704) (tried to allocate 4120 bytes) in <b>/homepages /29/d280885988/htdocs/brianda/wp-includes/media.php</b> on line <b>2130</b><br />
Try increasing it, https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Regards,
ElliottHey!
Add this.
#header_meta *:hover, #header_meta *:hover a { text-decoration: none !important; }
Regards,
ElliottNovember 12, 2015 at 5:54 pm in reply to: Logo on mobile device is hidden after choosing navigation menu #534935Hey Paul!
You could try this, https://kriesi.at/support/topic/mobile-search-bar/#post-210112.
But instead of
echo get_search_form()
you could use this to display an image.echo '<img src = "URL TO YOUR IMAGE" />';
Best regards,
ElliottHi!
It’s still not letting me in.
Cheers!
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts