hotchd
Forum Replies Created
-
Forum: Plugins
In reply to: [We’re Open!] State the name of the Holiday, if there is oneThank you so much for your replies, and most importantly, your excellent plugin.
Deeply appreciated.Forum: Plugins
In reply to: [We’re Open!] State the name of the Holiday, if there is oneWhen you say “This will need both conditions and the variable for the holiday’s name. I can’t offer a robust solution, other than checking if this is a set of Special opening hours and then just writing in the text”, do you mean essentially it would have to be done manually?
I do have a situation where none of my “Special Hours” days overlap. Is there really no way to show the name of today’s holiday as shortcode?
Thanks!
Forum: Plugins
In reply to: [GenerateBlocks] Dynamic Links on GenerateBlocks ButtonHi Ying,
That worked! Thanks so much!Forum: Themes and Templates
In reply to: [GeneratePress] rtl mobile menu pushed off page – phone onlyHi Leo and Ying,
Working fine now.
Thank you both 🙂Forum: Themes and Templates
In reply to: [GeneratePress] rtl mobile menu pushed off page – phone only/* Fix the Order of Elements in Mobile Header */ @media only screen and (max-width: 768px) { body.rtl .site-header { background-color: #ffffff; color: var(–contrast); direction: ltr; } body.rtl.nav-float-right .header-widget { order: 0; } body.rtl .site-header .header-widget { margin-top: 0.5em; margin-left: auto; margin-right: auto; text-align: center; } }I just tried the above css, where I added .rtl to body. Same situation as before. On a standard browser, it works fine. On a phone, when you get to the rtl side, it looks fine. When you click the hamburger icon, it pushes the page to the right. Please clarify.
Forum: Themes and Templates
In reply to: [GeneratePress] rtl mobile menu pushed off page – phone only<style>@font-face {font-family:”Cambria Math”; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-536870145 1107305727 0 0 415 0;}@font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-536859905 -1073732485 9 0 511 0;}p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:””; margin:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Calibri”,sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:Arial; mso-bidi-theme-font:minor-bidi;}p {mso-style-noshow:yes; mso-style-priority:99; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”,serif; mso-fareast-font-family:”Times New Roman”;}.MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-family:”Calibri”,sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:Arial; mso-bidi-theme-font:minor-bidi;}div.WordSection1 {page:WordSection1;}</style>Thanks for pointing out that media query issue. I corrected it, but the problem persists.
The CSS you provided is to “make your custom CSS apply to not RTL only” but, on the contrary, I’m looking to solve an issue that is appearing only on RTL.
With my original problematic CSS, the RTL page looks correct when you reach it on the phone(I want to reiterate, this is a problem only on the phone, and doesn’t occur on a sized-down browser). It is only when you press the menu hamburger that the whole page pushes right so I only see the background color or the site. I can scroll left and reach the site again.
The CSS you provided, which is now live, corrects the dropdown issue on RTL. But now the logo is now floating right and it is sitting beneath the search box. Here, those issues also appear on a sized-down browser.
I just need a way to keep my logo in place on the left in both LTR and RTL and for the nav to remain right and function properly.
- This reply was modified 3 years, 2 months ago by hotchd.
- This reply was modified 3 years, 2 months ago by Marius L. J.. Reason: Fixed formating
Forum: Themes and Templates
In reply to: [GeneratePress] rtl mobile menu pushed off page – phone onlyHi Leo,
The problem is on the RTL side. On the phone, I’d like for the logo to remain on the left when in RTL mode, like it does on a regular browser at larger sizes when switching between RTL and LTR. Any ideas?
Also, on the phone in RTL mode, the logo and the search box switch places. Looking for a way in RTL mobile for the header to look like it does in LTR.
Thank you.
Forum: Themes and Templates
In reply to: [GeneratePress] rtl mobile menu pushed off page – phone onlyHi Leo,
Appreciate the quick reply.
I’ve got the issue drilled down to this problematic css:
@media only screen and (max-width: 768px) {
/* Fix the Order of Elements in Mobile Header */
.site-header {
background-color: #ffffff;
color: var(–contrast);
direction: ltr;
}.nav-float-right .header-widget {
order: 0;
}.site-header .header-widget {
margin-top: 0.5em;
margin-left: auto;
margin-right: auto;
text-align: center;
}Works fine for US side – LTR
Israel – RTL CSS creates the problem.
Can I address only RTL in CSS?
And if so, what is the correct CSS to prevent this issue?
Thanks.
Forum: Themes and Templates
In reply to: [GeneratePress] rtl mobile menu pushed off page – phone onlyI thought the culprit might be my TranslatePress language switcher, because that’s the only thing visible after a visitor clicks on the hamburger icon to open the menu on rtl mobile. Tried turning that off, but the issue persists.
Forgot to mention that the element I was able to investigate had inline css. So looking for something that could override that to get the cubes to float right. Thanks again.
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Unwanted red “SALE” signsHi Dmytro,
In the meantime I’ve got it under control. I just created new badges and disabled the problematic ones.
There was one of the 5 that, when I created a new version, it also showed on every product, so i disabled that as well. Next attempt worked.
So good news. Would still like to know what causes that problem, because this has happened a few times.
Thanks.
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Unwanted red “SALE” signsI meant no assigned categories in conditions.
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Unwanted red “SALE” signsUsing WP Fastest Cache. Pretty standard Storefront theme setup. Really need to resolve this. Would you recommend I just disable those and create new ones? Regardless, why would 5 labels with no category settings appear on all products?
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Unwanted red “SALE” signsForum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] Unwanted red “SALE” signsIt looks like all the numbers in question had their custom image settings wiped.
Also, their conditions have been wiped. So they’re not assigned to any category but still showing up on every image. Here are those screenshots for #7420. Thanks.https://levinsky-market.co.il/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-22.50.09.png
https://levinsky-market.co.il/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-22.49.41.png
https://levinsky-market.co.il/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-22.48.14.png
https://levinsky-market.co.il/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-22.48.07.png
https://levinsky-market.co.il/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-22.47.42.png
https://levinsky-market.co.il/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-22.47.25.png