Forum Replies Created
-
AuthorPosts
-
ok, thanks. Somehow strange, but it is as it is. I might remove both. You can close the ticket
BR
Manfred
Sure you get access Rikard, thanks in advance for your help!
Again:
1. The problem lies with the single product page
2. And with the recently seen products (there need to be some viewed before of course)
3. I did test it again (after entering the code in the last line of Quick CSS), and the issue still existshttp://www.deboman.com/Wordpress/wp-admin/post.php?post=1600&action=edit
Thxs Rikard
unfortunately the code does not work. I tried different options as well (and of course I refreshed several times. You have any other idea?
BR Manfred
Thank you very much Vinay for your help. As I am not very much into CSS programming or customization I will seek for freelance halp.
You can please close this ticket. Thx again
Hi Yigit
the code works, but not fully as intended. I want to force the word “Kostenlos” in the sidebar widget to have a different font-size.BR
MAnfred
Thanks Elliott for your reply.
I sorted this one out myself and changed content / sidebar ratio in the Options menu.But I have another one:
On my single product page I changed the font-size of the product price. When doing that it changed also the font-size of the word “Kostenlos” (ins) in the sidebar widget for the recently viewed products, what should be avoided.
I tried several codes but none of them worked. This is the code I used to change the font-size of the product prize, just on the single product page:
#top.single-product .price, #top.single-product .price span, #top.single-product del, #top.single-product ins {
font-size: 20px!important;
line-height: 18px;
font-weight: bold;
}http://www.deboman.com/Wordpress/?product=testartikel-11
Thanks in advance for your help
- This reply was modified 8 years, 10 months ago by deboman.
January 7, 2016 at 4:37 pm in reply to: Sidebar widget custom menu: remove border between menu items #561352Thanks a lot!
And, a miracle happened: I found myself the right coding for the strange border issue. For anyone who might need this too:
.sidebar .widget_nav_menu ul:first-child>.current-menu-item, .sidebar .widget_nav_menu ul:first-child>.current_page_item, .sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor {
box-shadow: 0px 0px 0px 0px ; }In my case it was defaulted as “box-shadow: 0px 0px 1px 0px”
Amazing …
Images won’t show up. See links
Enfold theme:
Twenty Forty theme:
- This reply was modified 8 years, 10 months ago by deboman.
Hello Vinay
Thanks for your response.
The page in question is not the single product page, but the product category pages. When I activate the woocommerce list/grid view toggle plugin an go for the list view, the page gets disrupted (plugin was off, while you were checking, I turned it back on now). It works for other themes eg. Twenty Fourteen, but not within Enfold.
Enfold theme:
Twenty Fourteen Theme:
January 7, 2016 at 12:00 pm in reply to: Sidebar widget custom menu: remove border between menu items #561121Strange, on my screens the lines still exists, even after refreshing the page. Never mind, I will live with it.
But could you please provide the CSS code for decreasing the space between the menu items in the sidebar?
You might then please close the issue.
Thanks a lot for all your help!!
Danke Andy, Q2 is fixed
I still couldn’t resolve this issue with the product list / grid view (plugin WooCommerce Raster / Listen Schalter V1.0.0), however I found 2+ post related to the same topic. Unfortunately there was no detailed explanation/coding of the solution for Enfold:
https://kriesi.at/support/topic/layout-list-view-products-on-category-page/#post-416032Also Abundance theme obviously had the similar/same issue, but unfortunately the suggested code does not work with the Enfold theme
https://kriesi.at/support/topic/woocommerce-grid-list-toggle-0-3-2-plugin/#post-23903Any suggestion for my issue is still appreciated
January 6, 2016 at 12:05 pm in reply to: Sidebar widget custom menu: remove border between menu items #560438Thanks Ismael, but it did not change anything. I give up on this..
December 22, 2015 at 2:56 pm in reply to: Sidebar widget custom menu: remove border between menu items #556596I upgraded to new WP version. The issue still exists.
Anyone else in the forum who might able to help me out with fixing the product list layout issue for woo commerce?
December 17, 2015 at 6:40 pm in reply to: Sidebar widget custom menu: remove border between menu items #554583Flushing cache and code did not solve this small issue. Maybe you have another idea?
Thanks for all your supportThe code did not make any change in the behavior
December 17, 2015 at 5:27 pm in reply to: Sidebar widget custom menu: remove border between menu items #554530Hope you can see it …
December 17, 2015 at 5:27 pm in reply to: Sidebar widget custom menu: remove border between menu items #554529Hope you can see it …
1. Product list issue:
I installed a plugin to toggle between product grid view and list view. The list view has gotten a strange layout (image in upper left corner of the row, empty space and borders at the bottom (see attached screen shot)2. Font size CSS-CODE works as I needed it, Thanks a lot
December 16, 2015 at 11:18 pm in reply to: Sidebar widget custom menu: remove border between menu items #554064Hi Yigit
Q1: Border issue not yet fixed. You can obviously see them only on higher resolution screens (eg on my retina display, see attached screenshot). The borders are always on the top / bottom of the activated menu item
Q2, Q3 works perfectly!! Great, Thank you!
December 16, 2015 at 8:54 pm in reply to: Woo commerce My Account page, edit German translation #553969Thank you Yigit. Man, you guys rock.
I found my (already in German translated) files in wp-content/languages folder, ftp-copied to local desktop (left a backup of course), edited there with poedit and copied back to the server. Easy, even for an amateur like me…Q3. Grid thing solved. Thx
New Qs: However, I run a plugin to toggle between grid and list, and the list layout now messes up. Most probably a setting issue, but the thing drives me nuts …. any quick suggestion for a solution? http://www.deboman.com/Wordpress/?product_cat=vorlagen
AIso I can’t find the shortcodes for changing font sizes for the heading titles font-sizes (Anmelden, Neues Konto Anlegen, Meine Adressen).http://www.deboman.com/Wordpress/?page_id=1019
I want to get rid of the H2 default value and use own font size and style instead. I inspected element via Google inspector, but still can’t figure it out. I tried:
.login { font-size: 14px; } does not change heading title
.customer_login{ font-size: 14px; } does not change anythingCoul solve myself Q1. Any thoughts on Q2?
Everything works now as intended. THANK YOU!
Great, almooooooost done.
Just could not get large font size for the category (eg. in the first post “Allgemein”). Any thoughts on that?For the records / for other users -> Correct code for increase excerpt length is:
add_filter( ‘avf_postgrid_excerpt_length’,’avf_postgrid_excerpt_length_mod’, 10, 1);
function avf_postgrid_excerpt_length_mod($length)
{
$length = 100;
return $length;
}… else you run in an parser as I did multiple times ;-)
Thx againok Andy
Please go to the Menu “Blog”, see e.g. Post with title “New electric cars are getting really fast”
1.
Line: Category “Allgemein” -> this font size I would like to change (I managed to reduce the font size for title & text in Quick CSS)
Line: 0 Kommentare/7. Dezember 2015 -> also this font size I would like to change2.
Text: Donec quam felis, ultricies nec, pellentesque eu, pretium quis,… -> I would like to display more text. If I choose the elegant blog layout then much more excerpted text is displayed.Thx for your help
M.D.
-
AuthorPosts