Forum Replies Created
-
AuthorPosts
-
Hi Rikard
No sorry – still does not workI’d like to change it to 30px (not 20 as I suggested)
I have left log-in if you wish to take a look
close it thanks – all good now
so simple !
sorry to waste your time ;-)
there is not much there yet – just trying to get it to load without header
ive turned off footer using the side menu in the page edit
close it thnaks
ok – so no answer from support – but for those who want to know here is the css code to have text next to product on large screens and text & cart buttons under with full width text on phone screens
.single-product-summary {
overflow: hidden;
width: 35%;
float: left;
margin-right: 5%;
}
@media only screen and (max-width: 600px) {
.single-product-summary {
width: 100%;
}ok – so no answer from support – but for those who want to know here is the css code to have text next to product on large screens and text & cart buttons under with full width text on phone screens
.single-product-summary {
overflow: hidden;
width: 35%;
float: left;
margin-right: 5%;
}
@media only screen and (max-width: 600px) {
.single-product-summary {
width: 100%;
}I have set it to 90% for the moment so both phone and desktop versions work – however desktop is not good – I need to revert to the code above but add some that overrides it for phone screens
I have custom css to put the text beside the image on the single product page – so I guess i need a another piece fo code to make it say 90% on smaller screens
current css is
.single-product-summary {
overflow: hidden;
width: 35%;
float: left;
margin-right: 5%;
}i really need to get this fixed – it been a few days now – is there some delay with support at the moment?
Can someone let me know how to send the screnshots my client is giving me greif
My email bounced back- I can’t see how to upload screenshots here. Is there an email I can send them to?
Hi the site is working for me – I have emailed screenshots
any feedback on this would be appreciated
sorry I should have been clearer – the problem is occuring once you are on the product page
I managed to work it out
It was WP 5 forcing Gutenberg on us – I edited the child there funtions.php with
// Disable Gutenberg Editor
add_filter(‘use_block_editor_for_post’,’__return_false’);and now its back to normal
solved – close it – thanks again
now why didn’t I think of that!
brilliant – work perfectly – thanks
great thanks
I changed the “yellow” to the hex color #6d6d43 and it worked
thanks for your time!
June 8, 2018 at 6:55 am in reply to: Background color change option for the text block element? #969962drop in a colour section element – change the background color in the setting
drag your text block into the color section
i’s ok – it’s fixed
i re-did the image and renamed it and it worked – WP didn’t like the image for some reason
thanks for your time
no
that didn’t work either
if it makes it easier – if it needs to be all widget text I don’t mind
I worked it out
custom css should be
.tab_titles { font-family: Playfair Display;
font-size: 24px;
}just a specific one – the 4th footer widget – thats why I first tried html in the text
( sorry – I will make new tickers for the other 2 issues)
This reply has been marked as private.sorry – while I have you – I also have a widget problem – I am trying to display an image with a link to a page
I have set up 2 widgets – one as Image & one as Custom HTML as the Sidebar Pages widget
the image I am calling works fine http://dharmacottageyoga.com/wp-content/uploads/2018/06/widget-advert.jpg
however neither widget displays the image
I’ll send the log-in an a private reply
also while you’re at it
Ive got a Tabs section on this page http://dharmacottageyoga.com/luxury-yoga-retreats/
I want the tab heading to be the same font as the headings (ie Playfair Display)
I’ve tried lots of combo and can’t seem to get it – here is what is currently in the custom css
.tab_titles { font: Playfair Display;
font-size: 18px;
}the size is taking but not the typeface
front end access password = lennox
its not really a plug in issue
I am just trying to find the correct pieces code to put Enfold widgets and elements into a child template file and the css to re-arrange them
ok – I’ve worked a bit more on this
I have edited both child theme files single-listing.php & archive-listing.php and am getting closer
– but still 2 issues1. I worked out the the sidebar widget code and it now appears on the pages but at the bottom – I added
<div style="float: right; width: 250px;"> <?php /* Widgetized sidebar */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Pages') ) : ?><?php endif; ?> </div>
to both pages – I need to have it come up and to the right of the other page content – how do i do this?
2. the footer image still displays but you will see earlier in this post how I put it in – although it looks right I don’t think it is the correct code – can you advise what the correct code would be?
-
AuthorPosts