Forum Replies Created
-
AuthorPosts
-
February 20, 2015 at 12:16 am in reply to: LayerSlider demo content not showing and how do I make it really full width? #399340
Hi!
Alrighty, if you have any other questions then go ahead and create a new topic, we’ll close it.
Regards,
ElliottFebruary 19, 2015 at 10:55 pm in reply to: Change the order of sort options, they appear by alphabetic order now #399310Hi!
Hmm, I can’t think of an easy way to go about that. Just out of curiosity, how are you wanting to sort them?
Best regards,
ElliottHi!
I’m sorry but I’m having trouble understanding also. Your masonry galleries are displaying full width on my end. Your home2 page is giving me a 404. Is that what the problem is?
Go ahead and send us a WordPress login and take a screenshot highlighting exactly what is going on so we can get a better idea.
Best regards,
ElliottHi!
Looks like your using Enfold 3.0.2. Go ahead and update to the latest version, 3.0.8, and deactivate all plugins while testing.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi avdenbroek!
I didn’t see a link anywhere in your post. Go ahead and send us a link and take a screenshot highlighting the exact problem and we’ll take a look.
Regards,
ElliottFebruary 19, 2015 at 10:14 pm in reply to: Woocommerce – Need to move stars/review to after shop_loop_item_title #399291Hey DigitalEssence!
Try commenting out lines 119 and 154 in /enfold/config-woocommerce/config.php.
//remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); //remove rating //if(!empty($rating)) echo "<span class='rating_container'>".$rating."</span>";Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey sepruda!
I took a look in the IE11 emulation mode but it seems to be okay. Can you take a screenshot of what your seeing?
Make sure compatibility view is not turned on and that your zoom setting is set to 100%.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
I tested the code Josue provided and it look like that fixes the problem in your description. If your trying to do something else then send us a WordPress login and take a screenshot highlighting exactly what your trying to do and we’ll take a closer look.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
You have the page status set to private. When you edit the page set it to public if you want it to be viewed for viewers who are not logged in.
Cheers!
ElliottHey fotos4friends!
Try adding this to your custom CSS.
.tax-info { padding-left: 15px !important; }Cheers!
ElliottHi reisp!
It should be working. Are you using the latest version of Enfold, 3.0.8? Make sure to update the page after changing the order.
Be sure to deactivate all plugins while testing. Perhaps it’s a caching issue.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 19, 2015 at 9:32 pm in reply to: Password Protect an Hide My Site not working on Enfold #399266Hi jasonlefor!
I logged in and viewed your homepage but it’s asking me for a password. Are you sure you set the correct password? Try setting it to just “test” and try it again.
Also be sure to deactivate all plugins and clear your browser cache.
Cheers!
ElliottHi suchfin!
The max-height !important is the problem. Try this instead.
#top .logo img { max-height: 150px; } @media only screen and (max-width: 767px) { #top .logo img { max-height: 80px !important; } }Regards,
ElliottHi!
I created a test page and published it, edited, and previewed a couple of times but I didn’t see any problems. Can you take a screenshot and highlight what your seeing?
Cheers!
ElliottHey ignitionstudio!
Does this happen in the WordPress default theme? Have you contacted WooCommerce support?
Deactivate all other plugins and send us a link and we’ll take a look.
Cheers!
ElliottHey Dovilekm!
I don’t think you can do that with CSS. You would have to create a background image to use and then try setting it with this CSS.
.iconbox_icon { background: url("URL to your image") !important; }Regards,
ElliottFebruary 19, 2015 at 9:14 pm in reply to: How can I create a content element icon box without icon? #399251Hi OcasioConsultingLLC!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class of “noicon” to the iconbox element.
Next add this to your custom CSS.
.noicon .iconbox_icon { display: none !important; }Best regards,
ElliottHi Barabbas!
Did you do a customization but it was overwritten on a theme update? You can click on “Account Overview” on the right hand side of this screen to view all of your past topics.
If you cannot find it then you can try doing this instead, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header. You could then drag a text widget to the area and use HTML to display an image.
<img src = "#" />Best regards,
ElliottHi AREA10STUDIO!
Send us a link to your page and paste the code your using here and we’ll take a look.
Regards,
ElliottFebruary 19, 2015 at 7:50 pm in reply to: Use Secondary Menu on desktop but hide and include sections in responsive menu #399208Hey stephenlevin!
Add this to your custom CSS to hide the secondary menu on mobiles.
@media only screen and (max-width: 767px) { #header_meta .sub_menu { display: none !important; } }“Incorporating it into the responsive menu” is going to be difficult though. You can try doing this instead, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/, to change the mobile menu to something else.
Cheers!
ElliottFebruary 19, 2015 at 7:47 pm in reply to: Can't edit page content after latest WordPress update #399206Hey Christher!
Try deactivating all of your plugins and update Enfold to the latest version, 3.0.8. I think that should fix it but if your still having problems then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi tristansc!
It seems to be loading fine on my end. What version of IE are you using? Is compatibility view turned off?
Go ahead and take a screenshot of what your seeing.
Regards,
ElliottHey DavyE!
It doesn’t seem to be happening on my end. What browser and operating system are you using?
Best regards,
ElliottHey MLA18!
It’s not theme related but caused by the new WooCommerce CSS. You can remove it with this.
ins.adsbygoogle:before, ins.adsbygoogle ins:before { content: "" !important; }Cheers!
ElliottHi nsr500rossi!
Are you talking about the color section with transparent header? There isn’t an easy way to go about that unfortunately.
You would have to edit the single.php file and add a do_shortcode function for the color section but I’m not sure if it will work correctly as I have not tested it.
It would also take quite a bit of CSS work so it would have to be considered custom work.
Best regards,
ElliottFebruary 19, 2015 at 7:34 pm in reply to: Navigation arrows not working on portfolio neither with function added. #399191Hey Raphael!
I’m sorry but I’m not sure I understand. Are you referring to the post navigation that displays in the single portfolio view?
Like on this portfolio post, http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-big-slider-3/, the black arrows on the sides of the post.
Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottFebruary 19, 2015 at 7:28 pm in reply to: Have you thought about adding watermark functionality to the theme? #399186Hey Monsoon!
That is pretty specific so I think that there is a low probability of it getting added to the theme. Instead it feels like this kind of functionality belongs in a plugin. I would check in the WordPress plugin directory, https://wordpress.org/plugins/.
Best regards,
ElliottHi jdprice!
I don’t think that is going to look very good on mobiles. What I would do is use a color section and give it an ID in the shortcode options and then use this CSS.
#customID, #customID .container { width: 100% !important; }Cheers!
ElliottHey lassebu!
That would take a lot of time and code to add that feature in so it would have to be considered custom work for now. It is a good idea though so consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Cheers!
ElliottHi robertscott!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> #av_section_3 .flex_column { margin-top: 0; } </style>Best regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
