Forum Replies Created
-
AuthorPosts
-
November 18, 2015 at 5:20 pm in reply to: Searchs results showing numbers instead of product images #538342
Hi richardelectrix!
Try this out, https://kriesi.at/support/topic/add-featured-image-to-search-results/.
Best regards,
ElliottHey Adrizz!
Add this to your custom CSS.
.cart_dropdown .amount { color: red !important; font-size: 20px !important; }
If that’s not what you were wanting then send us a link to your page and take a screenshot highlighting the element your trying to style.
Cheers!
ElliottHi Jonas!
Add this to your custom CSS.
@media screen and (max-width: 767px) { #header_main *, #header_main { border: 0px !important; } }
Regards,
ElliottHi Surensuren!
Try creating a copy of your .htaccess file and then delete it from your server and refresh your permalinks in Dashboard > Settings > Permalinks to see what happens.
Also try deactivating all of your plugins except the base Woocommerce plugin.
Regards,
ElliottHi vonweiler!
Yes, you can create those pages and for each page use our fullwidth submenu element to display a second menu beneath the first.
Regards,
ElliottHi richardelectrix!
Try using !important.
display: none !important;
Regards,
ElliottHi volmering!
1. It would be best to post on the bbPress support forums for questions like this. I did a quick search and found this which may help, https://bbpress.org/forums/topic/redirect-users-to-forum-after-login/.
2. Not sure I understand. If you do not want to use the bbPress WordPress plugin then you could install bbPress manually but it would take a lot more work.
Best regards,
ElliottHey mrcityrunner!
1. Navigate to Dashboard > Enfold > Header > Mobile Menu and set the menu to activate for tablets at 900px.
2. Not sure I understand here. When you click on the top level parent menu your wanting to redirect to the sub pages? How would WordPress know which subpage to display? Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Perhaps what your wanting is to make the top level link “unclickable” and just there to function as a dropdown. In this case when you edit your menu create a a custom link instead of an actual page and set the URL to “#” so it doesn’t do anything when clicked on.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey Rafael!
Have you considered using our team element? http://kriesi.at/themes/enfold/shortcodes/team/
It was designed for this purpose.
Regards,
ElliottNovember 18, 2015 at 4:57 pm in reply to: Set Woocommerce catalog view like Enfold Shop Demo #538310Hi integraing!
Which element are you referring to on the shop demo? If it’s the “Recent Sellers” then yes that is the product slider.
Best regards,
ElliottHey richardelectrix!
You can find where we setup the datepicker around line 500 in the /enfold/framework/php/class-form-generator.php file.
That is for our contact form though and it looks like your trying to change the one used with Woocommerce. It would be best to contact Woocommerce support about this.
Regards,
ElliottNovember 17, 2015 at 7:04 pm in reply to: Replace picture with date for Blog Single Author Small #537582Hey!
That would look something like this.
$blog_meta_output = "<span>".get_the_time('d')."</span><span>".get_the_time('Y')."</span>".$slider.$icon;
Best regards,
ElliottHi!
Add this.
#top .sub-menu { width: 220px !important; right: 0px; left: auto; } .sub-menu .sub-menu { left: -100% !important; right: auto; }
Best regards,
ElliottHi!
This is what I’m seeing. What operating system / browser are you using?
Best regards,
ElliottHey!
The image your using is around 600 x 600 so the background-size: 10px 10px is not going to display anything.
Try this instead.
background-size: cover;
Best regards,
ElliottHi!
Oh I see what you mean. I guess you could add an extra div to the header and give it a gray background so it looks like the content is disappearing beneath it. You can add a widget area to your header by doing this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then use a text widget to display extra HTML.
Regards,
ElliottHey jacqueschoquette!
Yes, it feels like a caching issue. I kept adding / removing elements and updating the page and after the fourth update it’s displaying fine.
Cheers!
ElliottHi Tal!
When I scroll down the page the white text you highlighted in your screenshot is inside the header so I’m not sure I understand. Your not seeing it on your end?
Regards,
ElliottNovember 17, 2015 at 6:25 pm in reply to: Menu and front page errors after updating the theme! #537548Hi Michael!
It says your still using Enfold version 2.4.2. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Also make sure that you deactivate all plugins while testing.
Best regards,
ElliottHi lzevon!
When you set the featured image there will be a small checkbox beneath it for hiding it on the single post view. Check that and then insert your own image inside the post content. You can use our column shortcodes to place the image in one column and your text in the other.
Regards,
ElliottHi Trent!
Remove this from your custom CSS.
.post-entry .big-preview { display: none !important; }
Best regards,
ElliottHi Jesse!
Try completely deleting Enfold from your WordPress theme directory and update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi modernme!
Yes, in the header settings you can set the logo to display centered with menu below it. You can then add extra information to the header inside a text widget. See here for adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Cheers!
ElliottHi Trent!
Try this instead.
.home .container { max-width: 100% !important; }
Best regards,
ElliottHi debenm!
Which page is it? I looked around a bit but could not find where your using the blank template.
Regards,
ElliottHi alex5252!
That is going to take a lot of time and code to implement so it would have to be considered custom work. You might be able to find a plugin that does this, https://wordpress.org/plugins/.
Cheers!
ElliottNovember 17, 2015 at 6:05 pm in reply to: Where can I download the latest zip file for Enfold? #537533Hey mikehartrich!
You can download the latest version from your themeforest downloads page.
Cheers!
ElliottHi Todd!
If you need something done fast then it would be best to hire a freelancer to help you out.
If you would like to try doing something on your own and do not have any skills yet then I recommend trying to create your own WordPress theme from scratch so you understand the basics. You can find quite a few tutorials on how to do this online, http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/.
Regards,
ElliottHey Bobby!
Try this out, http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/.
Best regards,
ElliottNovember 17, 2015 at 5:58 pm in reply to: How can I make the sidebar subpages load only the content in the page body #537522Hey Stephan!
I’m sorry but I’m not sure I understand. Your using the Masonry element but the demo is using regular image and text elements. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Best regards,
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts