Forum Replies Created
-
AuthorPosts
-
Hey!
1. Try what I suggested in my last post.
2. Try adding this to your custom CSS.
.main-global > li:first-child > a { background: none repeat scroll 0 0 red; }Cheers!
ElliottMay 21, 2015 at 4:33 pm in reply to: Need to create a second main menu for Members Only password protected pages #447815Hey Janet!
You’ll want to use a membership plugin such as s2member or Wishlist for this.
Regards,
ElliottHey!
I don’t have a Mac to test on but I checked in Safari on Windows but couldn’t reproduce it there. Must be just a OSX issue. I flagged this for Kriesi as well.
Best regards,
ElliottMay 20, 2015 at 6:19 pm in reply to: Centering a WooCommerce product within a cell in a Grid Row #447363Hey MLA18!
Drag a codeblock element to that page and add this inside.
<style type = "text/css"> .shop_columns_2 .products .product { width: 49.5%; margin: 0px auto; float: none; } </style>Though I think if you use the product grid element instead of the grid row it will get the same effect.
Best regards,
ElliottHey!
Hmm, it seems to be behaving fine on my end when I resize the browser. Can you take a screenshot and highlight what is going on?
Regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi!
I wasn’t seeing it before but I do now. Did you add some more items to the menu? Try increasing the 767 value here.
@media screen and (max-width:767px) {Until it looks good.
Best regards,
ElliottHi sitesme!
Add this to your custom CSS.
@media screen and (max-width: 1000px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Best regards,
ElliottHey Frank!
What I would do is use the accordions and give them a custom CSS class, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then style it so it looks like a read more link.
Regards,
ElliottHi Nij0!
Try adding this to your custom CSS.
.avia_wpml_language_switch { display: none !important; }If that does not work then send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hey!
Paste the CSS your using here and send us a link to your page and we’ll take a look.
Best regards,
ElliottHey!
Add this to your custom CSS.
.aviablank.avia-testimonial-link { color: red; } .aviablank.avia-testimonial-link:hover { color: blue; }Regards,
ElliottHey frankwelschlehmann!
The share buttons are designed to share the current page / post. You would have to figure out how to check for a certain product and then change the social share URLs via PHP and it’s most likely going to take a lot of work. It would be best to contact Woocommerce about this to see if there is an extension you can use.
Cheers!
ElliottHi!
Yep, add this to your custom CSS.
.av-magazine-thumbnail { width: 81px !important; max-height: 61px !important; } .av-magazine-thumbnail img { height: 49px; }Regards,
ElliottHi Jan!
Add this to your custom CSS.
.home .header_bg { background: none repeat scroll 0 0 black !important; }Best regards,
ElliottMay 20, 2015 at 5:37 pm in reply to: Change background colour and font colour of shrinking header #447318Hi richeangelus!
Are you only trying to do this when the header is shrunk? If so then add this to your custom CSS.
.header-scrolled .header_bg { background: none repeat scroll 0 0 red !important; } .header-scrolled .menu .avia-menu-text { color: white !important; } .header-scrolled .avia-menu-fx { background-color: black !important; }Best regards,
ElliottHi kristoph!
If the versions are the same then it should work fine.
Regards,
ElliottMay 20, 2015 at 5:31 pm in reply to: Search results: Blank excerpts for pages created with advanced layout editor #447312Hi evani2003!
The text that is displayed there is the excerpt. With the advanced layout editor you will need to create a custom excerpt when editing the post. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Best regards,
ElliottHi QuantumLeapDesign!
When you setup the address of your marker scroll down to the bottom of the settings and there will be one for changing the marker icon.
If you do not see it then make sure your using the latest version of Enfold, 3.1.5.
Cheers!
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi wurgi!
That’s going to take a lot of time and code and would have to be considered custom work. I don’t think there are any plugins out there that will do this so it would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey!
You would just set the URL as the alt / title text when displaying the image. Which shortcode are you using?
Cheers!
ElliottHey Aleks!
If you want the product to display like a regular product then you’ll need to use the default editor. The advanced layout editor is for users who need complete control over how the product is displayed.
Cheers!
ElliottHey MMA_Impact!
Open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and change line 383 from this.
$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";To this.
$output .= "<div class='slide-meta-comments'>".get_the_author()."</div><div class='slide-meta-del'>/</div>";Regards,
ElliottMay 20, 2015 at 4:58 pm in reply to: Warning: mysqli_real_escape_string() expects parameter 2 to be string … #447276Hey kk!
We do not have the mysqli_real_escape_string function anywhere in Enfold. Perhaps you did a customization like this? https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-321743
Try deactivating all plugins except WPML and also try activating just Enfold instead of your child theme to see what happens.
Regards,
ElliottHey ermington!
Try adding this to your custom CSS.
@media screen and (max-width:767px) { .avia-image-container.avia-align-right, .avia-image-container.avia-align-left { float: none !important; margin: 0px !important; } }Regards,
ElliottHi mindator!
You could add your CSS to the Quick CSS field in Dashboard > Enfold > General Styling so you do not have to add it to each page.
Best regards,
ElliottHi!
Did you paste it inside the child theme functions.php file?
Best regards,
ElliottMay 20, 2015 at 4:40 pm in reply to: full width submenu sticky to slide-show instad to top of the page #447251Hey Michel!
It looks like you forgot the link to your site. Add that back in and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey Ikyo!
I don’t think you’ll be able to use do_shortcode with the LayerSlider.
And the reason the shortcode is displaying is because you need to use
[ av_layerslider id='5'].Also, if you have the LayerSlider installed as a plugin then it would be best to deactivate that. We already include it in the theme files.
Best regards,
ElliottHey!
It looks like your already using a bunch of custom CSS on the slider.
.flex_cell_inner .avia-slideshow li img { height: 470px; margin: 0 auto !important; max-width: 1000px !important; width: auto !important; }The easy slider does not use background images so there is not a way to set the background position. I think what your trying to do is set the width to 100% in your CSS instead of auto.
Best regards,
ElliottHey George!
See here, http://stackoverflow.com/questions/8057802/html-button-close-window.
If you want it on all posts then you can try adding it to the single.php file on lines 31 and 48.
Best regards,
Elliott -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
