SelfOutlet
Forum Replies Created
-
Forum: Plugins
In reply to: [iPages - FlipBook Image & PDF Viewer] Different Book Mode for MobileHi,
As i see, you are using a Builder (Elementor).
Why not create two shortcodes (one page and two pages) and then show the content depending of your devise ?
Is just an idea, hope that can help you.
If not, i guess that you need some coding and Css.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] ACF bug with Media on WP 5.3.2A temporal solution: Go back to 5.8.2.
Thank you, ??
It solved my problem, until update.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] ACF bug with Media on WP 5.3.2FYI:
In Media Library, the images are gone ONLY on mode GRID. But the images upload on WC still not working.
To upload images and publish products i’ve to disable the plugin.
Waiting for a solution.
Thank you!
Forum: Plugins
In reply to: [Yoast SEO] Page TitlesI’m in France @hatcheddesigns.
Forum: Plugins
In reply to: [WooCommerce] How remove this 2 buttons from woocommerce product?Hi,
It’s a hover effect to show the “add to cart” button…
If you want to disable all the effect and buttons, add this to your Css (child-theme if you have or on the editor of Css in backend or theme):
.mt_product_div .mt_product_img .mt_product_overlay { display: none; }
If you want to keep the “black” effect and only disable buttons:
.mt_product_div .mt_product_img .mt_product_overlay a.mt_video_popup { display: none; }
Also you can keep all and make the “black” zone smaller at the bottom of the image with:
.mt_product_div .mt_product_img .mt_product_overlay { position: relative; }
Good luck!
Forum: Plugins
In reply to: [WooCommerce] How to link a previous order to a new account?You’re welcome.
Can you mark the message as Solved?
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Missing BRAND fieldHi,
I don’t now how woocommerce can remove the brand option. First look at your theme options in the backend, maybe the brand option is disabled.
Any way, you can look into WP plugins, i think there is some plugins for brands: https://www.ads-software.com/plugins/search/brand/
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Sorting by Newest firstHi,
The order of the shop depend of what you set on Customize. To display the recently bought you can try to use a widget (i’m not sure that exits (try Featured where you can select manually the Featured products on your Products admin page), plugin or see if your theme offer this filter.
Then you can organize your page display. This can be possible if you have a static page, in this case you can go to pages and organize your page.
Good luck!
Forum: Fixing WordPress
In reply to: I can’t delete the title from the static Home pageYou’re welcome.
Good luck!
Forum: Fixing WordPress
In reply to: Language translation does not change some wordsHi @frznndm,
Maybe using “Loco Translate” will save you a lot of time and you can translate all words that are not translated.
Good luck!
Forum: Fixing WordPress
In reply to: About Multi-languageHi,
I never used Polylang, but maybe you can duplicate the slider and create 3 with different links of the slider’s button for every language.
I use QtranslateX, and as i keep the seem url (is not your case), in my buttons i just put relative links (/my_link) and the site put the language prefix before (/, es/ or fr/).
Hope that helps.
Good luck!
Forum: Fixing WordPress
In reply to: I can’t delete the title from the static Home pageHi,
In Yoast SEO you can look into: Search Appearance> Content Type > Pages. And in “SEO title” you’ll see “Title” first, you delete it.
the “Title”(%%title%%) is “Replaced with the title of the post/page”, in your case: “Home”.
In this seem page you can enter in “NEED HELP?” and see the “Snippet variables” tab for more information.
Good luck!
Forum: Fixing WordPress
In reply to: Spam RegistrationsHi,
If you have the registration disabled, i’m sorry, but it looks like an infection of your site and the spammers doesn’t need to pass by your registration form.
Remember if you have installed any plugin (nulled). If yes, delete it, coz generally are infected.
Try to update all your plugins, wordpress… put a captcha to your registration form: you can search of a plugin or you can see this tutorial with a plugin that i found: https://registrationmagic.com/add-captcha-wordpress-login-registration-form/
If the problem persist, (or not), it will be good to scan your site, there is some good plugins as Wordfence.
Good luck!
Hi,
Are you using a Child-theme css to edit the css? Normally if yes, it’s must be your css in the child-theme with priority.
Good luck!