Hey :-)
The invoice you will receive after automatic renewal.
As for changing the method of payment (by this you can use someone else Paypal or card)
you can do it right from the theme panel, there is a link "Update the payment method" https://rif…
Thanks for the help with this.
Indeed there was an error in the latest update that made a fix for Gutenberg.
I will release an update with the fix in a few days.
Meanwhile, to fix it, go and edit the file in rife/js/admin-script.js line ~1876
Ch…
Hello :-)
Could you please send me temporary* access to your WordPress so I could check there what is going on? Send it here on the forum via private message(click on my nick, in top-right corner you will find option "Message"). In message please …
Hey :-)
It seems it was cache, as once I logged in, and edited the theme file, it started to work.
I have checked in private mode in 2 browsers, so it should be good :-)
Hey :-)
You don't have to update the child theme.
I have just checked and indeed code is in place but somehow it doesn't fire up.
Would you mind if I inspect it on your installation and fix it?
Could you please send me temporary* access to your …
Hello :-)
Please update the theme, as in the last update this issue was solved.
It is connected to the Jetpack module for lazy loading images, which doesn't fire on its own when you load more items.
With kind regards.
Hey there:-)
I think you should ask about this in some general WordPress forum, maybe more WooCommerce forum, hard to tell. I don't have any recommendations, but I believe there would be plenty of users that have faced similar problems.
https://wo…
Yes, I know. My reply was exactly about this part.
You could use this answer to add the possibility of using text in the blog page https://support.apollo13.eu/discussion/comment/19558/#Comment_19558
It works the same for the Rife theme.
With kind…
Hey :-)
It was a hard one.
It looks that elementor is changing DOM markup, and the previous code not only works as some elements are not available anymore.
I have fixed it by going to Admin → Elementor → Settings → Experiments → Optimized DOM Ou…
Hey :-)
It is normal when you are using a footer that shows up on scroll.
Use a classic footer if you don't want such effect.
Customizing → General settings → Footer → Parallax → Disable
Another solution would be to set the background color for A…
Hello :-)
I think you should add hidden albums to some different category than albums that are public. This way navigation shouldn't use those albums as "similar".
Do use categories for albums on your page?
With kind regards.
Hello :-)
I believe that each font weight adds to the size of the font to download. However, I also believe that today browsers only download weights that are really used on the website.
So you should be fine :-)
With kind regards.
Hey :-)
In the Customizing → General settings → Fonts settings , you have to set all fonts to normal to Standard fonts, as the theme cannot know that you have overridden fonts location and will load fonts from google anyway.
Next, you have to set …
Could you please send me temporary* access to your WordPress so I could check there what is going on? Send it here on the forum via private message(click on my nick, in top-right corner you will find option "Message"). In message please add LINK to …
Hey :-)
I understand that issue is only with updating the theme. Please try doing it manually.
Download the update from the link you got in the e-mail after the purchase and install it as explained here https://rifetheme.com/help/docs/installation…
It looks like you have set it to show the header at 1st section(I can view it in the source).
On the "onelander 3" demo it is set to the 2nd section.
Please check again your settings.
Hello :-)
1. could you send a live link to your website?
2. Do you use any cache plugins in your WordPress? They may block the visibility of such changes.
With kind regards.
Hello :-)
You have to edit your main page, and in the page options look for Show header from Nth row - it will show the main header from the nth row selected.
https://rifetheme.com/apollo13-framework/docs/content-management/pages/pages-options/
W…
Hello :-)
It is 0(zero) search resultS for "(your term)".
You can override it by editing index.php and no-content.php in the main theme directory.
With kind regards.
Hello :-)
Have you added submenu open icons?
https://rifetheme.com/apollo13-framework/docs/customizing-the-theme/header/main-menu/#submenu-openers
With kind regards.
Hey :-)
You have such custom CSS added: .woocommerce-page form .form-row label, #payment label { color: #ffffff; }
It sets the color to white in this place.
Try removing it and see if this works well for you.
With kind regards.
Please add such custom CSS: /* for normal text on WooCommerce pages */ .woocommerce-page #content { color: #fff; } /* for links on WooCommerce pages */ .woocommerce-page #content a{ color: #fff; }
Please check if anything else is neede…
Hey :-)
This option comes from the plugin, and you can reorder them by dragging & drop and next clicking "update" at bottom of the screen.
I have just checked and it worked fine for me for the category.
If you are using any cache plugin, then…