Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this to your custom CSS.
.sidebar_left .widget_nav_menu .current-menu-item a { padding-right: 0 !important; } .widget_nav_menu .current-menu-item { background: none repeat scroll 0 0 #ccc !important; }As for the image styling see #1 here, https://kriesi.at/support/topic/image-styling-and-sidebar-menu-styling/#post-404793. If you want to target all images on your site then you can do so with this CSS.
img { }But I don’t think that’s what you want to do as it will have weird effects on the theme design. It would be best to use a class as suggested in my first post.
Regards,
ElliottHi!
I saw another customer ask about it so I think it was a change in the latest WooCommerce version.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi alex2545!
Hmm, not sure how that got closed but I reopened it. Let’s continue in there.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
I still don’t see it for some reason. Add this in Dashboard > Enfold > General Styling > Quick CSS.
.avia-gallery img { max-height: 120px !important; }If your still having troubles then send us a WordPress login and we’ll take a look. Perhaps you have a typo somewhere in your other CSS.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Yes they should be ok but consider making a backup or at least export your settings in Dashboard > Enfold > Import/Export just in case.
Best regards,
ElliottMarch 6, 2015 at 7:00 pm in reply to: Easyslider not displaying content on mobile devices – Enfold 3.0.8 #407210Hey!
Seems to be ok now.
For the horizontal menu problem try adding this to your custom CSS.
@media only screen and (max-width: 767px){ .responsive.html_header_sidebar #top { position: relative; } }Cheers!
ElliottHey!
That would take a lot of time and code so it would have to be considered custom work for now. Feel free to request the feature here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
As for the padding go ahead and take a screenshot highlighting exactly how your trying to change the page and we’ll see if it is feasible.
Cheers!
ElliottHey David!
Are you referring to when you click on “el banda” and scroll down there is a yellow color section with an image gallery there?
It looks like your using a Masonry element inside a portfolio post and have that category set to “image galleries”? I don’t really see what the problem is there. Can you take a screenshot and highlight what your trying to do?
If the problem is that this “image galleries” category is displaying on other artists then that is the expected behaviour. You’ll need to create separate categories for each artist. Like, “artist1”, “artist2”, etc etc. Though with what your trying to do I think just displaying images inside each portfolio post would be a lot easier than creating whole new categories.
Cheers!
ElliottHey!
Add this to your custom CSS.
1. + 3. Add this to your custom CSS.
.single .blog-meta { display: none !important; } .single .first { margin-right: 3% !important; }2. I don’t think it would be overflowing the container because it’s set to max-width: 100%. If there is a certain page / post this is happening on then send us a link to the exact post.
Cheers!
ElliottMarch 6, 2015 at 6:35 pm in reply to: Margin/Spacing between Grid Rows with Background styling #407179Hi IQONOMY!
If you need some spacing between them then consider using columns instead and nest them inside a color section. You can give the color section an ID and target them like so.
#yourID .flex_column { background: -webkit-radial-gradient(circle, #176991, #053d60); background-position: center center; }Cheers!
ElliottHi!
I tried creating a .htaccess file but your server keeps deleting it for some reason. Or it is not saving it properly? I do not know but when I refresh in my FTP client it disappears. You will need to contact your hosting provider and let them know about this.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi Tali!
Your trying to do this? http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/
Are you trying to make it display left or right? The CSS code and the PHP code is different whether your wanting it right or left so pay special attention to the instructions.
Regards,
ElliottHi!
Your using quite a few plugins and also a bunch of WooCommerce extensions. Have you tried deactivating them? Let us know if we can deactivate them while testing.
I’m pretty sure it’s one of those plugins or some kind of obscure WooCommerce setting your using.
Cheers!
ElliottHi theburningear!
1. I’m not sure I understand. Can you take a screenshot and highlight the area your referring to?
2. Add this to your custom CSS.
.avia-post-nav .label::before { color: blue !important; font-size: 40px !important; }3. Add this.
.single .big-preview img { width: 100%; }Cheers!
ElliottHey!
Sorry, that was working fine for another customization I was doing in the loop but I didn’t check it here with the custom query. Instead try reverting all of the previous changes and then change line 532 from this.
$time = get_the_time(get_option('date_format'), $entry->ID);To this.
if ( $entry->post_type == 'tribe_events' ) { $time = tribe_get_start_date($entry->ID, false, 'M j Y'); } else { $time = get_the_time(get_option('date_format'), $entry->ID); }Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi Drebosio!
Yes that’s one of our shortcodes that we made to use with WooCommerce. You could try using 3 columns if you want the images to display larger. With 4 columns each will take up around 24% of the container and the images will be scaled to fit inside that so if you use 3 columns they will take up around 32% and display larger.
Cheers!
ElliottHi!
Please see here, https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-405917.
Best regards,
ElliottHey!
Try using youtube.com instead of youtu.be.
Cheers!
ElliottHi!
It’s not letting me login, is the information correct? Are you sure all posts have been translated?
Best regards,
ElliottHi alfincobain!
Try this out, https://kriesi.at/support/topic/httpmicroformats-orgprofilehentry/#post-401019.
Best regards,
ElliottHi sensiblekaren!
Do you have the code to display it? If so then you could just copy it into a codeblock element.
Or you could also consider using an iframe to display that page.
Cheers!
ElliottHi danmorrison!
Your hitting the “Reset All Options” button correct? That is going to reset the theme settings but the pages and posts that you imported are not going to be deleted so you will still see them in the menu.
Just setup a custom menu in Dashboard > Appearance > Menus and set it to the main menu area and it should fix the jumbled up mess your seeing.
Regards,
ElliottHey nunop!
I think the CSS your wanting is this.
.toggler { background: red !important; }If that’s not correct then send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
ElliottHey roamingk!
How did you create them? Make sure they have the “supports > comments” parameter set, http://codex.wordpress.org/Function_Reference/register_post_type.
Regards,
ElliottHey JJRumsey!
Yes, updating should fix it. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Make sure to create a backup before updating WordPress.
Best regards,
ElliottHey dhuet!
For the accordion toggles? You should be able to change them with border width like so.
.vert_icon { border-left-width: 10px !important; } .hor_icon { border-top-width: 10px !important; } .toggle_icon { width: 25px !important; height: 25px !important; }If that’s not correct then send us a link to your page and take a screenshot highlighting what your trying to do.
Best regards,
ElliottHey Michael!
See here for our child theme, http://kriesi.at/documentation/enfold/downloads/.
Any files of Enfold that you have edited you will need to do those customizations in the child theme. For CSS you can just copy them over to the child theme stylesheet. You may need to use the !important override if they are not being applied. For example..
a { color: red !important; }Cheers!
ElliottHey elcamilo!
I’m sorry but I’m not sure I understand what your trying to do. Send us a link to your page and highlight in your screenshot your intentions and we’ll take a look.
Regards,
ElliottHey dariadallacqua!
Try doing this, http://kriesi.at/documentation/enfold/enable-cors/.
Regards,
ElliottHi aliquill!
Yes, that is the expected behaviour. The plugin just does not read the images in our advanced layout editor. It will not effect your SEO at all so you do not need to worry. Just make sure to set alt and title text to your images and name them appropriately.
Regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
