Hi!
add a button it only displays the shortcode text in the sidebar, not a button
Are you referring to Enfold buttons? if so, try putting them in a Text widget.
Best regards,
Josue
Hi!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .blog-meta { display: none!important; }
2- You can add Button shortcode to your posts and link it to your main blog pag
Regards,
Yigit
Das ist es irgendwie noch nicht. Schaue ich mir das Plugin mit dem Woo Standardtheme Mystile an, ist dem Bild und Titel deutlich mehr Raum gegeben, Buttons u.ä. sind deutlich weniger Platz beanspruchend.
In Enfold sind das Plus und Minus bei der Anzahl ja schon ideal für die Bedienung angelegt, aber so bleibt da zu wenig Platz für eben vor allem das Bild.
Guck mal, das sieht jeder öffentlich: https://bildmanufaktur-wackernah.de/wp-content/uploads/2014/08/Bildschirmfoto-2014-08-25-um-10.14.46.png
und das sehe ich, wenn ich den Wunschzettel angelegt habe und ihn editieren möchte: https://bildmanufaktur-wackernah.de/wp-content/uploads/2014/08/Bildschirmfoto-2014-08-25-um-10.13.59.png
Thank you, I’l have a look. I thought it would be possible through the theme, so I hadn’t looked at plugins.
I do have one small problem though; I used the ‘text blocks’ plugin to try and add text/image/button blocks to my sidebars and although it works fine with image and text, if I add a button it only displays the shortcode text in the sidebar, not a button. Is there a similar plugin you know of which is compatible with Enfold? I know I can use an extra button plugin, but I’m trying to avoid using too many plugins if possible and I had been hoping that your buttons would be sufficient.
Hey borkent!
Is it the button on the WooCommerce page or on the floating cart (part of enfold)?
Best regards,
Devin
Hi!
If i understood correctly you want to mimic the behavior (play now) that happens when you hover on one of those thumbnails, to do something like that in Enfold you can use the Image Element and set the caption to show on hover (you’d put the button as the caption).
Cheers!
Josue
Hi Dude,
thanks for your answers!
1) You can modify the post slider and add the “avia-smallarrow-slider” class to it – then the navigation button layout should change. Follow the instructions here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “avia-smallarrow-slider” (without the quotes) into the Custom CSS class field.
Nice;) This works so far but places the arrows below the sliders content. How do I place it at top?
2) You can hide the feature image with css code – insert it into the quick css field or child theme style.css file:
.avia-content-slider .slide-image { display: none !important; }
Hmm, works in the quick css field but not in my child theme style.css file. But more important is the remaining white space on top. How to remove this additional empty „line“? Please have a look at the site.
bye,
Karsten
Hi team!
I really like your theme, and i thought it has the function to build the site like http://www.games.com, when i browser mouse with any game the show up “PLAY NOW” or “Game Info” button, and when hit those button it will directly to other inner page. I don’t know how to do that, but i just thought your theme can do with that since it has a tons of function for all people need. I believe you guys expert and know exactly how to do with, pls take your time and advise me in details.
Note: normally i do with “Playout Builder” with “Playout Elements:1/3” then add “Content Elements:Textbook”. But i do not know how to do with the site i mentioned above.
Big thank in advance.
Best regards,
Hey kmue!
1) You can modify the post slider and add the “avia-smallarrow-slider” class to it – then the navigation button layout should change. Follow the instructions here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “avia-smallarrow-slider” (without the quotes) into the Custom CSS class field.
2) You can hide the feature image with css code – insert it into the quick css field or child theme style.css file:
.avia-content-slider .slide-image { display: none !important; }
Cheers!
Peter
Hi!
Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button). Enfold uses the uploads folder because the permission is normally set to 755 or 777 and Enfold can normally create the “dynamic_avia” folder easily without any additional permission changes.
Best regards,
Peter
Hi there fab Enfold peeps,
I’ve created a table on this Support page for a client: http://carolinadesignercraftsmen.com/support/
It looks great everywhere except phones where the all the elements are put into a single column so they’re no longer connected by level and the “Add to Cart” button doesn’t show up at all so there’s no apparent way to join via phone.
I have set up an Enfold Child theme on this site and wondered if you have some media queries or other CSS styles I could add to ensure that this table is legible and sensible on smaller devices and phones?
Thank you for your help and all the best,
Julie
Hi!
Maybe Enfold can’t regenerate the dynamic stylesheet for one (or more) languages. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button).
Cheers!
Peter
Hi!
I am using Enfold and I am quite happy with the theme – just with regard to the mobile menu button, there is a small issue:
1. As my header is black, I want to have it with a white background.
2. I would really like to replace the menu button with the word “Navigation”. Is it possible
Hi!
Den folgenden Code in custom.css oder Enfold->Styles->Quick-CSS Feld eingeben:
#top #payment #place_order{
margin: 0 0 10px !important;
}
.order-again .button {
float: right !important;
}
Regards,
Günter
Hey fundance!
Thank you for using Enfold.
What do you mean by “return button? Can you please elaborate? A screenshot of the issue will help.
Cheers!
Ismael
Hey djshortkut!
Thank you for using Enfold.
1.) Please refer to this link on how to create a transparent button: https://kriesi.at/support/topic/button-remove-background/
2.) You can add an id on the For Developers: Section ID field then specify the height of the section on Quick CSS. For example, we’ll add “section-height”, use this on Quick CSS to define the height of the section.
#section-height {
height: 100px;
}
You can also decreasing the padding with this:
#section-height .content {
padding-top: 10px;
padding-bottom: 10px;
}
Cheers!
Ismael
Hey!
1- Please give your Color Section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS
#your-custom-id .container { padding: 10px; background-color: black; }
2-
.my_table .my_table_col_right input[type="submit"] {
background-color: black;
border: 1px solid white;
}
If you do not want to have border around your button, remove “border: 1px solid white;”
Cheers!
Yigit
Hey gabytivi!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce .main_color .button:hover {
color: black;
background-color: white;
}
.woocommerce .main_color .button {
background-color: black;
color: white;
}
If that is not what you wanted, please post a screenshot and show the changes you would like to make
2- Can you please elaborate? Not sure if i understood you correctly :)
Best regards,
Yigit
Hey Herbert!
Thank you for using Enfold.
You can use “.avia-fullscreen-sldier” selector for the full screen slider and “.avia-fullwidth-slider: for the full width slider. Regarding the margin between button and caption, use this on Quick CSS or custom.css:
#top .avia-slideshow-button {
margin-top: -10px;
}
Adjust it if necessary.
Regards,
Ismael
Hi,
what is the right way to find out solution not by all themes , but in the Enfold theme`s support forum only ?
this is all forums Search button – http://c2n.me/iKpixu
There is no advanced search button ?
thanks
Hi!
Yes, after you setup the child theme, re-install the parent one using a fresh copy from Themeforest. You can also use the Enfold > Import/Export buttons to transfer the parent settings to the child theme.
Best regards,
Josue
This reply has been marked as private.
Friends I use Enfold theme, very good at all, very reliable and stable. But I have a doubt, the most important is that I am using WooCommerce and I want to change the colors of the buttons because my client wants white with black border and black letters, both in normal as well as when you pass the mouse over. That should change style sheets? as I look for the specific code? your help is extremely important to me. In this case I’m working offline and then transferred to the main server.
The other topic is to know because they have not included the option to place social buttons in public pages because I see that in the blog that if there are social buttons. They were included in future versions of Enfold? or is there a method or plugin compatible?
I hope I was clear and I can help !!
Friends I use Enfold theme, very good at all, very reliable and stable. But I have a doubt, the most important is that I am using WooCommerce and I want to change the colors of the buttons because my client wants white with black border and black letters, both in normal as well as when you pass the mouse over. That should change style sheets? as I look for the specific code? your help is extremely important to me. In this case I’m working offline and then transferred to the main server.
The other topic is to know because they have not included the option to place social buttons in public pages because I see that in the blog that if there are social buttons. They were included in future versions of Enfold? or is there a method or plugin compatible?
I hope I was clear and I can help !!
Hey squaic!
Please firstly turn on Custom CSS class for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your button a custom class ( i.e. “cool-button” ) then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.cool-button { position: relative; top: 30px; }
Regards,
Yigit
This reply has been marked as private.
Yes, I know I can build the shortcodes in add new article view for example and then copy paste to a text widget, but that wasn’t what I’m after…
What I’d like to know is that is there some widget what uses the wysiwyg article editor for wordpress? and if there is such widget, will the Enfold “Insert Theme Shortcode” button come there automatically?
And if not, I’d think it would be very usefull for Kriesi to create a wysiwyg widget what would simply be a text widget with the same editor as in create/edit article view.
Thnx
I removed .woocommerce to make it work on all shop pages (cart/check-out)
It does something with the size on the button but it looks much better. Could it have to do with the “avia-post-nav avia-post-next with-image” code?
Link to image: https://www.dropbox.com/s/5cjr8odn2r3kbnn/enfold-newsletter.jpg
Hi, I’ve just downloaded enfold (the installable wordpress files only), which is a zip file, but when I try to upload to my wordpress.org site using the usual add theme buttons, after a short time I get the message “Are you sure you want to do this. Please try again”. Can anyone help? Thanks!