Forum Replies Created
-
AuthorPosts
-
Hi emin!
Try adding this to your custom CSS.
.template-blog .post_delimiter { margin: 0 0 10px !important; padding: 10px 0 0 !important; } .widget { padding-bottom: 0px !important; }
Best regards,
ElliottHey!
Try adding this.
.alternate_color .av-subnav-menu li:hover, .alternate_color .av-subnav-menu li:hover a { background: grey !important; }
Regards,
ElliottHi andrassberlin!
You could try adding this to the list item class.
av-menu-button av-menu-button-colored
So it looks like this.
$newitems .= '<li class = "av-menu-button av-menu-button-colored"><a title="'.__('Logout','avia_framework').'" href="'. wp_logout_url(get_permalink()) .'">'.__('Logout','avia_framework').'</a></li>';
But you may need to add some extra styling as well. You can find the menu button styles in /enfold/css/layout.css around line 584.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Your logo is also left aligned and not centered. It’s just that it’s so wide that it runs into the menu on small screens. Besides editing your logo image to be smaller I don’t know what else to do.
We could add some CSS so when the screen gets to a certain width we can hide your main logo with CSS and add another smaller logo as a background image. If you would like to try that then this is the CSS you would use.
@media only screen and (max-width: 479px) { .logo img { display: none; } .logo a { background: url("URL to your image"); width: 80px; } }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 13, 2014 at 5:56 pm in reply to: Enfold Store, Product Categories and Product Page has different sidebars #350805Hi!
You need to move the widgets you have set in the Displayed Everywhere widget area to the Single Product Pages widget area.
As for your main shop page you have this in your Quick CSS setting which is hiding the sidebar.
#top.post-type-archive-product #main .sidebar { display: none; }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Glad you got it sorted. Let us know if you have any other questions.
Cheers!
ElliottHi webWahine!
Can you send us a link so we can take a look? You can set your reply as private if you wish.
Also let us know which device your using and it’s resolution.
Regards,
ElliottNovember 13, 2014 at 5:46 pm in reply to: One Page Website jump link not working and image change #350793Hey kathrynmichaud!
1. Try adding a separator shortcode after your google map.
2. Try adding this to your custom CSS.
#scroll-top-link { background: url("URL here") !important; } #scroll-top-link:before { content: "" !important; }
And then replace “URL here” with the URL to your image.
Regards,
ElliottNovember 13, 2014 at 5:38 pm in reply to: Stretch / Resize Large Featured Image on Single Post #350785Hi!
It should be using the full width by default unless you have edited the image in the media library and set a custom width + height. Did you try deleting the image and re-uploading it as suggested?
Send us a WordPress login and set your reply as private so we can take a closer look.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi bigtime32!
I would like to login and take a look but after logging in it says I do not have sufficient permissions.
Have you considered using the events calendar plugin? http://tri.be/shop/wordpress-events-calendar/
We recommend using this plugin for event management.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 13, 2014 at 5:16 pm in reply to: Taglist not working / Woocommerce Mobile Site not responsive #350755Hi berndrepenning!
1. You have 26 tags there and there is not enough space for them to fit on one line so they will wrap to two lines. I’m not sure what you are wanting to do with them. If you would like to reduce their font size then you can use this CSS.
.taglist { font-size: 10px !important; }
I don’t think that will help though because there is just too many. I would consider re-tagging them or create two accordions.
2. I see the prices on my iPod and Nexus 7. Can you take a screenshot of what your seeing?
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey GoldkoiFish!
Try deactivating all plugins and make sure WordPress and the theme are updated to their latest versions.
If that does not help then send us a WordPress login and we’ll take a look. Be sure to set your reply as private when including login information.
Best regards,
ElliottHey virtualsa!
Please see here, https://kriesi.at/support/topic/masonry-gallery-pop-up/, for removing the loading animation.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey 4seed!
Navigate to Dashboard > Enfold > Header > Extra Elements > Header Social Icons and select the “Display in top bar at the left” option.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey diefleischerei!
The “mein menu” text your referring to is one of your sidebar titles. You can target them with this.
.widgettitle { text-transform: normal !important; }
For the titles you will want to install the WordPress SEO plugin and then navigate to Dashboard > SEO > Post Types and at the very bottom under custom post type archives you should see the product post type meta where you can change the title.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi d24media!
That would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. If you would like to contact Werkpress then see here, http://kriesi.at/contact/customization.
Cheers!
ElliottHey!
I checked your link again but it looks different now. Are you talking about the four columns beneath your slider? They appear to be displaying fine on my end.
If that’s not what you are referring to then take a new screenshot and highlight the problem so we can get a better idea.
Cheers!
ElliottHi!
I just tried it again and it’s grabbing the correct image now when the link is shared. Try clearing your browser cache and any caching related plugins you might have installed and try sharing it again.
Regards,
ElliottHey!
I see what you mean. Try logging into your server and check the /wp-content/uploads/ directory and the folders / files inside to see if they have the correct permissions.
Does this happen in the default theme as well?
Regards,
ElliottHi codecreative!
Since your using the default permalinks try this, http://web.codecreative.co.uk/?feed=rss2.
Regards,
ElliottHi jezd!
Try adding this to your custom CSS.
.single-product-main-image { width: 66% !important; }
Best regards,
ElliottHey!
Yes we can make the widget display with the field and submit button on the same line with CSS. Send us a link to the page where your using it and we’ll take a look.
Best regards,
ElliottHi Richard!
Navigate to Dashboard > Enfold > Advanced Styling and you can change the styling for the main menu sub level links there.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey Peter!
Those are notices, not errors. Have you noticed anything weird with your slideshows? Perhaps one of the slides are empty?
Be sure to deactivate all plugins while testing.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Yes that’s weird it’s not working. This seems to work though.
#search-fail section { display: none !important; }
I went ahead and added it to the top of your quick css field.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 13, 2014 at 12:41 am in reply to: Color Section with small padding / Section Bottom Border Styling / Arrow – CSS #350505Hi!
It looks like we’ll need a password to view your link. Please add it as a private reply and we’ll take a look.
Regards,
ElliottHey!
It sounds like your talking about the subnav widget. In this case it would be best to create a new sidebar in Dashboard > Appearance > Widgets and then drag the subnav widget over to it and then edit your pages and select this sidebar to use.
Regards,
ElliottHey!
I see what you mean. It only happens when using a percentage for the maximum container width and the boxed layout. It looks like it’s caused by line 1184 in the /enfold/functions-enfold.php file.
.responsive .container{ max-width: ".$responsive_size."; }
I’ll leave this topic open for Ismael to take a look but in the meantime you can do a quick fix with this CSS.
.responsive .container { max-width: 100% !important; }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
It seems to be updating fine on my end. Is it just the homepage your having issues with? Does it just happen in Chrome?
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
You mean for the link backgrounds or the whole menu? I just checked your link again and the link backgrounds are turning grey on hover now so I assume you figured it out.
Regards,
Elliott -
AuthorPosts