shoptwofold
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Error with updated theme – CSSNone of the CSS I have used are working on the live site. But it works in the WP customizer preview (screenshot above).
UPDATE:
I have restored my backup at the moment until I can resolve this issue with the CSS. So the website as of now will not reflect the issue. I have screencapped what it looked like after the update:- This reply was modified 8 years, 3 months ago by shoptwofold.
Forum: Themes and Templates
In reply to: [Virtue] Reposition product title on shop pageHello Hannah,
Yes, it says on the WP dashboard that my theme is up-to-date.
Thanks!Forum: Themes and Templates
In reply to: [Virtue] Reposition product title on shop pageHey,
I copied the code from this forum. I just retested it and its still has the same problem (title above and below the thumbnail). The below is the code I copied.
remove_action( ‘woocommerce_shop_loop_item_title’, ‘kt_woocommerce_template_loop_product_title’, 10 );
add_action( ‘woocommerce_before_shop_loop_item_title’, ‘kt_woocommerce_template_loop_product_title’, 5);Thanks again.
Forum: Themes and Templates
In reply to: [Virtue] Reposition product title on shop pageHello,
Thanks for your reply, I was able to fix the gap issue.
With regards to rearranging, when I added the suggested to the child theme functions.php file, it added an extra title above the thumbnail, but the title below remained (see below link). Also, the sale sign would’ve blocked partial of the title on top.https://www.twofoldshop.com/wp-content/uploads/2016/11/Title-screenshot.jpg
Is there a way to remove to fix the two issues?
Thank you.- This reply was modified 8 years, 3 months ago by shoptwofold.
Forum: Themes and Templates
In reply to: [Virtue] Product alignmentThanks very much!
Forum: Themes and Templates
In reply to: [Virtue] Product alignmentHi Kevin,
Thanks, I will update and clean it up.
Regarding the alignment – For example, if there are 5 products in one category, the 5th product will be on a new row in the center of page. I would like it be aligned on the left of the website.
Thanks again.
Forum: Themes and Templates
In reply to: [Virtue] Text widget – links not workingIt worked! Thanks so much.
Forum: Themes and Templates
In reply to: [Virtue] Changes to Mobile LayoutThank you!
Forum: Themes and Templates
In reply to: [Virtue] Changes to Mobile LayoutHello,
I have fixed the above css issues. Unfortunately, I’m still not seeing any changes to the mobile menu bar height and font size. Any idea why I’m not seeing the changes?
I have used this css:
.nav-trigger-case .kad-navbtn { line-height: 10px !important; } .nav-trigger-case .kad-menu-name { line-height: 10px !important; font-size: 10px !important; }
Thanks!
AliceForum: Themes and Templates
In reply to: [Virtue] Changes to Mobile LayoutI have updated the css and it worked!
I had another question in the original post – Is it possible to shrink the height of the menu bar and the size of the word ‘Menu’? (I would like to make the bar and the font smaller)
Thanks again.
Forum: Themes and Templates
In reply to: [Virtue] Changes to Mobile LayoutThanks Kevin, I have updated the comments.
As for the CSS, unfortunately I’m not having much luck with it. I’m still not seeing the difference. Would you have any other suggestions?Thanks again.
Forum: Themes and Templates
In reply to: [Virtue] Changes to Mobile LayoutHi Kevin,
I put it in the Custom CSS Box under advanced settings, but I don’t see any changes.
Forum: Themes and Templates
In reply to: [Virtue] Moving top bar itemsI understand. As always, really appreciate your help!
Forum: Themes and Templates
In reply to: [Virtue] Moving top bar itemsThe codes helped move my search bar up and the font color, which was helpful, but the main concern is the currency converter. Can I alter the above codes to change the location and the font of the currency converter widget?
Thanks, Kevin!
Forum: Themes and Templates
In reply to: [Virtue] Moving top bar itemsThanks!