Joiningpoint
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can’t access Woo blocks on home & shop pageHi Phillip,
Thanks for getting back to me.
Ok – I see now how I can influence and change the product/categories showing on the actual SHOP page, category and prodcut page, but I am still looking for a solution for the “STARTSEITE” /home page
http://shop.alexclarkart.de/
which shows 3 pictures from the categories, new in, fan favourites and bestsellers.
As I wrote when in wordpress I can add new blocks, but cannot change or access these (I would like to change the titles, change the amount of product etc.), although I am pretty sure a few days ago I could 🙂 …I think I have been doing too much in woocommerce and have got lost along the way…Thanks a lot,
Andy
Forum: Themes and Templates
In reply to: [Dyad] Dyad Theme – colour changes in mobile version of menuHi David,
The solution can be found here in the bottom half of the thread:https://ww.wp.xz.cn/support/topic/dyad-theme-changing-background-and-text-colour-of-dropdown-menu/
Kind regards
Andy
Hi,
Thanks both of you for your replies. Both worked and solved the problem in the mobile version of the site. David – I have gone with your copy of the code from the original website, as this solves everything at once.It is so great to find all of this help here in this forum – amazing
Thanks once again for the replies.
Andy
Hey
Thanks for the quick reply. That works great.
I just noticed that on the mobile version for phones that when you start scrolling up that the menu colour changes from light to dark and cannot be read anymore.. any ideas why?
Thanks
Andy
Forum: Themes and Templates
In reply to: AutoFocus Theme Remove Featured ImageHey everyone …..through a process of trial and error I managed to find out how to stop the featured image being shown as a big image in the posts – by adding and removing {display:none;} in the Stylesheet (style.css) under Entry Media until it worked… 🙂
It needs to be placed in the category Entry Media, so just scroll down, it’s after /* -Entry Edit Links */ and before /* =Single Post Template.
It’s the second to last line and the command {display:none;} is added after .entry-image a – see below. All other lines were left the same…and don’t forget to do your backup before editing….
/* =Entry Media (Video, Gallery, Images)
————————————————————– */
#content .entry-image-container,
#content .entry-video-container,
#content .entry-gallery-container {padding: 0; margin: 0 0 44px; display: none}
#content .entry-video-container iframe {padding: 0;margin: 0;display: table;}
#content .entry-video-container object {margin: 0;}
#content .entry-image {display: block; text-align: center; line-height: 0;}
#content .entry-image a {display: block;}
#content .entry-image img {margin: 0;}
#content .photo-credit {position: absolute; top: 22px; width: 800px; text-align: center; z-index: 10; display: none;}
.single #content .entry-image a {display:none;}{cursor: default;}{display:none;},
.single #content .entry-image img {max-width: 800px;}{display:none;},regards,
Andy