Forum Replies Created
-
AuthorPosts
-
Hey blancsolutions!
I see the mobile menu on my end. The header menu is displaying on top of it though, would you like to remove it? If so then add this to your custom CSS.
@media screen and (max-width: 767px) { #header_meta { display: none !important; } }
Cheers!
ElliottHey Jedi666!
Please try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Regards,
ElliottHi ditteditte!
Hmm, the comment form should be displayed automatically. Are you using the advanced layout editor? If so then then you will need to drag the comments element to your post content.
Best regards,
ElliottOctober 30, 2015 at 8:06 pm in reply to: Magazine Not Displaying all Posts Within a Category #527667Hi James!
In the magazine element do you have it set to display certain number of posts per page? Are you sure both categories are selected?
Try deactivating all plugins while testing and send us a WordPress login so we can take a look.
Cheers!
ElliottHey Jagrav!
Add this to your custom CSS.
.blog-meta span::before { content: "" !important; }
I’m not really sure about the opacity, send us a link to your page so we can take a look.
Cheers!
ElliottHi segevmo!
1. Try using the grid row element instead of the regular columns.
2. Navigate to Dashboard > Enfold > Header > Mobile Menu and set it to activate for tablets and not just smartphones.
Cheers!
ElliottHi eugeniobuccioli!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/.
Next edit one of your posts. There will be new options for your SEO. Click on the “Social” tab and there you can set the image that will be shared on facebook.
Best regards,
ElliottHey DROR!
Add this to your custom CSS.
.wpcf7 p { color: red !important; }
Regards,
ElliottOctober 29, 2015 at 9:09 pm in reply to: I reinstalled Enfold Theme and Now all the Sample Pages are missing #527151Hey cpetrie2001!
Your talking about the demo pages? You can import them again in Dashboard > Enfold > Demo Import. Keep in mind that it will overwrite your current theme settings though.
Best regards,
ElliottHey studiono!
Try this out instead, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Or if you want to keep using your solution then send us a link to your page so we can see if there is a CSS fix.
Cheers!
ElliottHi elbnetz!
Please try this out, https://kriesi.at/support/topic/display-only-excerpt-on-archive-page/#post-364919.
Best regards,
ElliottHi dillionline!
I do not know. I imagine it would work with posts using the default editor but not sure about our layout builder.
Regards,
ElliottHey Picante!
Can you send us a link to the page so we can take a look? If your adding code inside the color section make sure all of your tags are closed properly.
<div></div> <strong></strong> <span></span> etc etc
Best regards,
ElliottHey!
The only thing I noticed was that your color section background image wasn’t spanning the full width of the page. You can fix that by editing the color section background options and setting the repeat to “Stretch to fit” and then setting the position to “center center”.
Cheers!
ElliottHi zenimot!
Try this out, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.
Regards,
ElliottHey!
Looks like your using the layout builder there. In this case you will need to add the date manually. I found a plugin which has a date shortcode you can add to make it easier, https://wordpress.org/plugins/extra-shortcodes/.
Best regards,
ElliottOctober 29, 2015 at 8:49 pm in reply to: Change "Posts" to the "Tag" name possible in blog grid view? #527135Hi!
Yes it should work for categories as well. The CSS needed might be different though.
We have support members in most time zones, http://kriesi.at/about.
Cheers!
ElliottHey!
Navigate to Dashboard > Enfold > Header > Mobile Menu and set the mobile menu to activate for tablets instead of just smartphones.
Cheers!
ElliottHey!
Perhaps someone else has access to your login then and is adding the users? I do not know. It doesn’t sound like a theme issue though. It would be best to post in the WordPress support forums.
Cheers!
ElliottOctober 29, 2015 at 8:43 pm in reply to: adding theme options to brands – category thumbnail & archive page banner #527127Hey!
I’m sorry but I’m not sure I understand. If your using a Woocommerce extension then I would try contacting the plugin author first.
You can create a new topic by navigating to the forum of the theme your using. At the top there will be a big blue button for posting a new thread.
Cheers!
ElliottHey scotthco!
In the menu settings when you select it to display a button instead of the full menu another option will appear saying “Hide Mobile Menu Submenu Items” which you can check to have the submenu items hidden until the parent items are clicked on.
Cheers!
ElliottHey LucasDessin!
I’m not sure if an easy slider would work but yes you can use a filter to add content in that area. Here is an example of what you would add to your child theme functions.php file.
add_action( 'woocommerce_before_shop_loop', 'enfold_customization_before_shop_loop', 5); function enfold_customization_before_shop_loop() { echo 'some custom content'; echo do_shortcode('[your_shortcode][/your_shortcode]'); }
Best regards,
ElliottHi!
Yes, it’s working fine for me. Try clearing your browser cache and any caching related plugins you might have installed. If your still having trouble with it then take a screenshot and highlight what your seeing when clicking on it.
Also try viewing in a different browser.
Best regards,
ElliottOctober 29, 2015 at 8:28 pm in reply to: The hover background color on social icons (on top right corner) are cropped ? #527120Hey 1kn!
Add this to your custom CSS.
#header_main nav .social_bookmarks { overflow: visible !important; }
Best regards,
ElliottOctober 29, 2015 at 8:22 pm in reply to: can you help me to get one icon to the correct place? #527118Hi wiwaldi79!
Add a whitespace / separator element after each textblock element.
Cheers!
ElliottHey dialedinmarketing!
What happens if you have multiple categories assigned to the post?
Cheers!
ElliottHey!
No, you would need to find a plugin for that. Or consider using the RSS widget.
Cheers!
ElliottHey!
It appears to be working. I’m not sure what you mean by aligning the table cells. On mobile they are going to use 100% width and display on top of each other.
Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHey ditteditte!
Please see here, http://www.w3schools.com/jsref/met_his_back.asp, for how to create a back button.
If you want to add it to the beginning of your products then try after line 1046 in the /enfold/config-woocommerce/config.php file.
echo "<div class='single-product-main-image alpha'>";
Best regards,
Elliott -
AuthorPosts