Forum Replies Created
-
AuthorPosts
-
Hi videogame!
Add this to your custom CSS.
.product_meta span { font-size: 15px; } .product_meta { padding: 10px; }Cheers!
ElliottHey!
You could drag a codeblock element to the page and add this in.
<style type = "text/css"> td { padding: 0px !important; } </style>I think it would be easier to just align the images to the left or use columns though.
Best regards,
ElliottJuly 23, 2015 at 8:35 pm in reply to: Woocommerce Shop and Single-Produkt have different sidebars #477949Hey!
Add this to your custom CSS.
.sidebar_left.sidebar { text-align: left; }Best regards,
ElliottHi!
@evoplus, Create a separate topic and include a link to the page please. You can create a new topic by navigating to the Enfold forum, https://kriesi.at/support/forum/enfold/, and click on the big blue button at the top that says “Can’t find a solution to your problem? Open a new thread.Cheers!
ElliottHi avwebmaster!
Your getting some javascript errors. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottJuly 23, 2015 at 8:12 pm in reply to: Disable product thumbnail image swap but keep default image hover effect #477929Hey lol4000!
That’s talking about on the shop overview page how you hover over a product and it switches between the images you uploaded, http://kriesi.at/themes/enfold-shop/shop/.
Your wanting to get rid of that? Can you send us a link?
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
July 23, 2015 at 7:59 pm in reply to: How to reorder and add elements on Single Product Page #477922Hi lol4000!
Try adding this to the bottom of your functions.php file.
add_action( 'woocommerce_after_single_product_summary', 'enfold_customization_after_product_summary', 1); function enfold_customization_after_product_summary() { echo 'your html goes here'; }Cheers!
ElliottHey muhlig!
It kind of sounds like it is custom work but take a screenshot and highlight what your trying to do and we’ll see if we can help you out in some way.
Regards,
ElliottHey inchmasterflex!
Can you send us a WordPress login so we can take a closer look?
Cheers!
ElliottHey!
Yeah that. :)
If I remember right there is a certain area in the parent functions.php file you have to add it. Around line 23 or something like that.
In the child theme it does not matter where you place it, http://kriesi.at/documentation/enfold/downloads/, just add it at the bottom of the file.
Regards,
ElliottHey Monique!
Try this.
$fonts['Rock Salt'] = 'Rock Salt:400';And make sure it’s in the child theme functions.php file.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey gupshupdotme!
Try doing this, http://kriesi.at/documentation/enfold/enable-cors/.
Best regards,
ElliottHey tgoodro!
I checked your link but I didn’t see any tables anywhere. Can you take a screenshot and highlight what your trying to do?
Best regards,
ElliottHi jrgrigg!
It should only be displaying posts. It’s probably a plugin interfering. Try deactivating all of your plugins and upload a fresh copy of the theme. If your still having trouble then send us a link to your blog page and we’ll take a look.
Best regards,
ElliottJuly 23, 2015 at 3:57 pm in reply to: IMAGE POP-UP / THIRD-PARTY PLUGIN COMPATIBILITY QUESTION #477773Hi gearouthere!
Yes we use the magnific script. You can see where we link it on line 279 in the functions.php file.
wp_enqueue_script( 'avia-popup', $template_url.'/js/aviapopup/jquery.magnific-popup.min.js', array('jquery'), 2, true);We use the handle “avia-popup”. Does the plugin have a way to stop loading the magnific script?
Best regards,
ElliottHi stunna42!
It’s probably because your hiding the title. Try adding this to your custom CSS to see if it fixes it.
.responsive .title_container .breadcrumb { top: 10px !important; }Regards,
ElliottHi!
If your seeing two H1 tags then send us a link to the exact page where your seeing them and take a screenshot of it please. I checked your product posts and your shop pages but I’m only seeing 1.
Also make sure to clear your browser cache and any caching related plugins you might have installed.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi stunna42!
Your just trying to get rid of the excerpts completely? If so then add this to your custom CSS.
.pf-content p { display: none; }For the category archives you can use the more tag, a custom excerpt, or do this, https://kriesi.at/support/topic/make-excerpt-shorter/#post-172121.
Regards,
ElliottHi!
Your referring to the sub menus correct? We can give you some CSS to have them display all the time beneath their parent menu items instead of hovering. As for getting them to display on touch as stepheng suggested that has not been added. If your on a mobile then to simulate a touch you need to do a “long tap” on the link and that will display the sub menu.
Or if you just want to get rid of them then do not create any sub menus in Dashboard > Appearance > Menus.
Cheers!
ElliottHi!
If your trying to add an image on the left hand side of it then the easiest way would be with some CSS.
#sub_menu1 { background: url("URL to your image") black no-repeat top left !important;Regards,
ElliottJuly 23, 2015 at 3:26 pm in reply to: Woocommerce Shop and Single-Produkt have different sidebars #477758Hi schlichtwelt!
They look the same to me. Are you talking about how one is aligned left and the other is right? Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Regards,
ElliottHi!
Use this, http://www.colorzilla.com/gradient-editor/, and make sure the IE option is checked.
Cheers!
ElliottJuly 23, 2015 at 3:01 pm in reply to: Changue sidebar Blog text color and font of recent coments #477748Hey Tokyo!
Add this to your custom CSS.
.recentcomments a, .widget_recent_entries li a { font-family: "Open sans" !important; font-size: 13px !important; font-style: normal !important; }Regards,
ElliottHi!
It doesn’t look like you will be able to get the red borders without lots of customization. You can style the existing error elements that it inserts into the forms though.
Maybe something like this.
.wpcf7-not-valid-tip { width: 100%; position: absolute; top: -12px; left: 0px; border: 1px solid red; }Cheers!
ElliottHi!
It looks fine on my end. Did you get everything sorted?
Best regards,
ElliottHi!
I see what you mean. I could not reproduce it on my end though. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory via FTP before downloading + uploading a fresh copy from themeforest.
Cheers!
ElliottHey!
I logged in and took a look around but didn’t see anything out of the ordinary. The galleries had animation. Is there a certain page your having troubles with?
Try viewing in a different browser.
Best regards,
ElliottHi!
They are adding certain links to the “scrollspy” script we have included with the theme. When these links are clicked on they will do a “smooth scroll” to the anchors and also highlight the link, etc etc.
For the example in my previous post you could just add a class of “customLinks” to each link you want to use scrollspy with.
Cheers!
ElliottHey!
Yes, that is the reason. You’ll need to add that stuff in manually if using the layout builder. There is a comments element for the comments and for the other stuff you could use a textblock element.
Regards,
ElliottHey!
Alrighty, I see it on that link. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Best regards,
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
