-
AuthorSearch Results
-
May 23rd, 2021 at 19:11 #118257
Hello,
The CSS code worked great for the Shop page. 🙂
Would you by any chance know which CSS code to use to make the same change to the Category pages?
This is one of my category pages:https://www.juliesamericancookies.com/product-category/cookies/
Thank you
May 22nd, 2021 at 23:27 #118246Zed
Cryout Creations mastermindHi,
That effect is applied by WooCommerce’s own styling. You can try to following CSS to remove it:
.post-type-archive-product .woocommerce ul.products li.product .woocommerce-thumbnail-container:hover a img { transform: none; } .post-type-archive-product .woocommerce-thumbnail-container:hover .woocommerce-buttons-container { transform: translateY(100%); }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 22nd, 2021 at 23:19 #118241In reply to: How to set up the CTA buttons on the landing page
Zed
Cryout Creations mastermindHi,
The buttons have link fields in which you can insert the necessary URLs to either navigate to a different site section or jump in-page to a specific location.
The latter are what’s called anchor links and have a specific procedure of setting up:
https://www.w3docs.com/snippets/html/how-to-create-an-anchor-link-to-jump-to-a-specific-part-of-a-page.html
To use anchor links on the landing page you’ll need to know the theme’s existing section IDs:#lp-blocks1 #lp-blocks2 #lp-boxes-1 #lp-boxes-2 #lp-boxes-3 #lp-text-zero #lp-text-one #lp-text-two #lp-text-three #lp-text-four #lp-text-five #lp-text-six #lp-portfolio #lp-testimonials #lp-page or #lp-posts
or add your own IDs in the desired content locations.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 22nd, 2021 at 23:00 #118233In reply to: Make #Prime_Nav menu full width
Zed
Cryout Creations mastermindHi,
Septera’s default design is to have the logo/site title and menu on the same line.
I’d need to browser your site to observe the exact changes you’ve already applied before trying out further tweaks.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 10th, 2021 at 17:05 #117772In reply to: Overlay does not work
Zed
Cryout Creations mastermindHi,
I believe you are encountering the same issue previously reported here:
https://www.cryoutcreations.eu/forums/t/cant-see-hero-image
and here:
https://www.cryoutcreations.eu/forums/t/no-header-transparencyThis is caused by PHP using a localization configuration that renders floating point numbers using comma as delimiter instead of dot (which are used directly in the CSS and not supported by browsers – the all expect decimal points). My suggestion is to change PHP regional settings to use the decimal point for floating point numbers.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 10th, 2021 at 16:58 #117768In reply to: White space between content and menu bar/header
Zed
Cryout Creations mastermindThe theme’s styling has been manually edited, leaving what I believe is an error which forces the menu container to a large, fixed, height:
The left side is the theme’s original styling.It is generally bad practice to edit theme (or plugin) files directly. Most changes, especially CSS tweaks, can be achieved using the existing Additional CSS settings field or perhaps a child theme.
You can see the full differences list here:
https://www.diffchecker.com/VLIAWUY6If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 6th, 2021 at 15:38 #117655In reply to: Scroll down arrow
OK, I found. Simply in additional CSS.
Thank you.
Regards,
Etienne
May 6th, 2021 at 14:02 #117652In reply to: Scroll down arrow
Hi Zed,
Hi Mervyn,I’m very interested by the above suggestions. Like Mervyn, I would like indicate to visitors that page is scrollable.
Could you please indicate to me where/HowTo implement these changes ?
Kind regards,
Etienne
Website: www.lesindecis.be
-
This reply was modified 4 years ago by
GoodThing.
May 5th, 2021 at 21:56 #117642Rocky Trifari
Power UserThis reply is private.May 5th, 2021 at 14:59 #117613In reply to: Setting site identity separately from header text
Zed
Cryout Creations mastermindI believe we may be discussing about different configuration modes.
The configurable caption title/text is applicable to the theme’s landing page feature as the homepage:
While the landing page is not activated, the theme will use the site title and tagline as the header title area for the homepage, for example with a (static) page:
or the default posts list:
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 5th, 2021 at 13:05 #117608In reply to: Front page view different from actual post
Zed
Cryout Creations mastermindSome of your replies were held for moderation due to the external content/links.
Those screenshots don’t look like any of the default WordPress display modes. Are the 3 individual elements visible in the images separate post or is that just content part of a single post?
Are you using a plugin to build that layout and display that particular look?If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 4th, 2021 at 15:18 #117545In reply to: Front page view different from actual post
Replies to this seems broken?
May 4th, 2021 at 14:07 #117542In reply to: Front page view different from actual post
(second try to reply)
I believe this is a feature of wordpress, the view of all posts when they appear on the front-page and the view of each individual post is different. So, this is what a post look like when I have all posts viewed on the front-page:
This is how it looks like when I view the actual post on it’s own:
May 4th, 2021 at 11:45 #117537In reply to: Front page view different from actual post
Hello,
I am not sure this is due to your theme. Seems more to be a feature of wordpress. But here it is. If I view the post as it’s displayed on the main page with “latest posts” it looks like this:
and if I view the post/page directly and not when it’s view from the frontpage:
I have looked around in all places I can seem to think of, but can’t seem to find any setting that controls the view of the posts. Is there a way of controlling this?
Thank you for taking the time to answer!May 3rd, 2021 at 22:10 #117512In reply to: Change the Bravada hamburger menu to text?
Zed
Cryout Creations mastermindAre you sure you applied the CSS correctly?
It should at least remove the 3 horizontal lines from the toggler if not also display “A to Z” in some mangled way.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 3rd, 2021 at 21:55 #117506In reply to: change background colour in scroll-down menu
Zed
Cryout Creations mastermindHi,
The background and/or text colors of the menu and menu items can be easily tweaked beyond the available configuration capabilities by applying some custom CSS.
However, the necessary CSS is case dependent and I’d need to browse your site to see what’s less than optimum and needs tweaking.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 3rd, 2021 at 13:55 #117473In reply to: Change the Bravada hamburger menu to text?
Hi Zed, this has had no affect whatsoever on the hamburger menu. I’m not sure how this will look either but the client wants me to try it. Is there another option to try?
Regards
ChrisMay 2nd, 2021 at 20:40 #117426In reply to: Woocommerce bug
Zed
Cryout Creations mastermindHi,
Please change the theme’s comments label option to Labels to improve support for plugins that customize the comment form.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 2nd, 2021 at 20:38 #117425In reply to: Read More Button Bug
Zed
Cryout Creations mastermindHi,
The load more posts functionality works fine for me at this time, at least with my browser.
Are you still experiencing this issue? What browser/device do you use?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 2nd, 2021 at 20:28 #117418In reply to: Remove shadow
Zed
Cryout Creations mastermind@sneakerbot: you can apply custom CSS using WordPress’ Additional CSS field.
@ireneausin, if you’re referring to the coloured rectangles visible behind widget titles, those can be removed with the following CSS:body .widget-title { background-image: none; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 2nd, 2021 at 20:06 #117413In reply to: Scroll down arrow
Zed
Cryout Creations mastermindSorry about the odd replies, spam still manages to creep through.
Try adjusting the scroll indicator arrow to white:
#header-image-main .meta-arrow i { color: white; }
If that is insufficient, perhaps speeding up the animation would help:
body .meta-arrow > i::before { -webkit-animation: meta-arrow 1.2s ease-out infinite; animation: meta-arrow 1.2s ease-out infinite; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 2nd, 2021 at 17:58 #117366In reply to: Add white space below header image
Zed
Cryout Creations mastermindFor that change the CSS identifier to:
body:not(.home) #content { ...
There will still be some space left under the banner/slider for which you’ll need to add an additional bit of styling:
.lp-slider { line-height: 0; }
We’ll sort this part out in the next theme update.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 2nd, 2021 at 17:47 #117363In reply to: Gutenberg Image Captions Not Displaying
Rocky Trifari
Power UserSometimes what happens is that the captions in Block Editor images show up as plain text. Instead of the classic editor caption styling being applied, no styling is applied to the caption at all.
May 2nd, 2021 at 17:28 #117351In reply to: Gutenberg Image Captions Not Displaying
Zed
Cryout Creations mastermindHi,
Regular captioned images and block images with captions use different markup and as a result they don’t have the same styling applied. This will make them appear differently.
In the topic’s title you mention captions not displaying at all – can you provide a link for where this happens?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 1st, 2021 at 18:16 #117306In reply to: Woocommerce bug
website: https://www.bjqjd.com/product/logo-collection/
No stars in the Reviews section-
This reply was modified 4 years ago by
kaka.
May 1st, 2021 at 07:44 #117286In reply to: Woocommerce bug
I am an entrepreneur. During the process of using the Kahuna theme, I found that the reviews in the woocmommerce product have no star rating. This is an error. Please correct it.
April 29th, 2021 at 09:56 #117211In reply to: Remove shadow
irene ausin garcia
Power UserBuenos días,
Me ocurre lo mismo, en el footer, encuentro que mis titulos tienen como una sombra de mitad de texto hacia abajo, como se puede eliminar?
GraciasApril 15th, 2021 at 18:52 #116770In reply to: menu sub-items go beyond visible screen
Julia Johnson
Power UserWe have version 1.0.5 and are experiencing the same thing:
https://bneyyosefna.com, under Mishpacha, Frank Houtz Memorial Scholarship.
How can we fix this?
Website: bneyyosefna.com
April 6th, 2021 at 09:37 #116349In reply to: Scroll down arrow
Hi Zed, thanks for responding, my website is http://www.italieroadtrips.nl
April 5th, 2021 at 23:14 #116339In reply to: Change color of links except in header
Gunnar Madsen
Power UserHi Zed,
I was able to achieve changing the header text color using the following css:
.roseta-over-menu #site-title a,
.roseta-over-menu #access > div > ul > li,
.roseta-over-menu #access > div > ul > li > a,
.roseta-over-menu #sheader.socials a::before {
color: #ffffff;
}It doesn’t appear to have broken anything on the site, but do let me know if this code can be improved upon 🙂 It would be great to have this option built into the theme, I don’t imagine I’m the only person coming up against this issue.
Let’s see if I can post a screenshot here for you… https://www.gunnarspot.com/screenshot/
Website: www.gunnarspot.com/screenshot
-
This reply was modified 4 years ago by
-
AuthorSearch Results