Artan
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Snippet not loadingHi Shea,
changing to
wp_footer
did the thing.Is there any difference in performance when not loaded in header? Or is there no difference. What is recommended? I use this for showing a mega menu when hovering over a menu button.
Thank u very much for your support!
Forum: Plugins
In reply to: [WP24 Domain Check] CSS selector for tooltip “please fill in”Greeeeeeeat! ??
Thanks very much for that! I appreciate that!
Perhaps with the next future updates you can manage to integrate the “add labels” feature to the dropdown list for the TLDs. Thanks for managing the changes so fast!
Keep it up! ??
Forum: Plugins
In reply to: [WP24 Domain Check] Missing TLDsTested it. Looks fine! ?? Thanks!
Forum: Plugins
In reply to: [WP24 Domain Check] Adding labels to the drop down listThat would be nice!
Forum: Plugins
In reply to: [WP24 Domain Check] CSS selector for tooltip “please fill in”Yes I meant that.
Oh, ok. Would have liked to style it a bit. Like move it to certain places with margin or padding. Because when u have clicked the button and the message appears, and when u then scroll down without “clicking it away again”, the message will have an absolute/fixed position on the screen and will not stay below the textbox while scrolling but in the middle of the screen.
But perhaps this feature comes in future… It′s not that important for me right now. Just would be a cool feature if you could style it yourself.
Regards!
Forum: Plugins
In reply to: [WP24 Domain Check] Missing TLDsThe error message for .ch is the simple error message. Just saying “error” as an output in the textbox after clicking “search” button. Output is then “example.ch error”.
Is it a problem on my site?
Thanks for answering all questions!
Forum: Plugins
In reply to: [WP24 Domain Check] Missing TLDsHi, thanks for the fast update!
.ch still shows an error message on my site. Can u confirm?
So it means that all .es for example also .nom.es is not searchable? Only from spains location itself?
I mean .mx should exist somehow, right? It′s the TLD for Mexico. When I search for example at the page from siteground: https://www.siteground.com/domain_names.php#tab-1 it is possible…
.co.au (sorry, my fault, I meant .com.au and that works)
Thanks again!
Forum: Fixing WordPress
In reply to: Change main website site url from http to https for MultisiteSomeone from the German www.ads-software.com site helped me out with a link form Stack Exchange. So in case someone had the same issue, here is a possible solution that helped me out. That′s his words regarding to this link: https://wordpress.stackexchange.com/a/355888/129212
“Workaround:
1.) Make a backup of the database. No backup, no pity.
2.) In wp-config.php, comment out the code block for multisite with the prefix // in front of each line (do not delete).
Analogous:
// define ('WP_ALLOW_MULTISITE', true); // define ('MULTISITE', true); // define ('SUBDOMAIN_INSTALL', true); // $ base = '/'; // define ('DOMAIN_CURRENT_SITE', 'example.com'); // define ('PATH_CURRENT_SITE', '/'); // define ('SITE_ID_CURRENT_SITE', 1); // define ('BLOG_ID_CURRENT_SITE', 1);
3.) Login again and change the URL to https://example.com (with your domain) under Settings > General
4.) In the wp-config.php delete in the code block the comment characters // for multisite.
Analogous:
define ('WP_ALLOW_MULTISITE', true); define ('MULTISITE', true); define ('SUBDOMAIN_INSTALL', true); $ base = '/'; define ('DOMAIN_CURRENT_SITE', 'example.com'); define ('PATH_CURRENT_SITE', '/'); define ('SITE_ID_CURRENT_SITE', 1); define ('BLOG_ID_CURRENT_SITE', 1);
5.) Carry on as if nothing had happened.”
He said that it seems that WordPress didn′t consider that the main page / parent page would change in any way. So it is the easiest way to return with the previous steps to a “normal site”, change the urls and then “activate” Multisite again.
Hope it helps! See ya!
Forum: Plugins
In reply to: [Strong Testimonials] Navigation and pagination disappears on clickHi Mihaela,
the link for the website where this happens is attached to the previous message. Feel free to have a look. I can see in the html code that
div class="wpmslider-controls wpmslider-has-controls-direction wpmslider-has-pager"
changes to
div class="wpmslider-controls wpmslider-has-controls-direction wpmslider-has-pager disabled"
Perhaps it happens also when u check the site.
Regards
Hi,
sorry, found the solution myself. All of the icons get blocked by AdblockPlus. At the backend but also at the front end. When I deactivate the Thunderbird Addon they are showing up.
Thanks.
Forum: Plugins
In reply to: [Gold Addons for Elementor] Modal feature not clickable when openedK. Thanks.
Forum: Plugins
In reply to: [Gold Addons for Elementor] Modal feature not clickable when openedAnother small thing. When u have a long text, the modal box keeps it′s height. It doesn′t stretch down with the text and at some point the “close” button is in the middle of the text and the text overflows the modal box.
Forum: Plugins
In reply to: [Gold Addons for Elementor] Modal feature not clickable when openedHi!
The css is working. Although now the darker screen is missing and therefore the modal box not “highlighted”. Do you think this problem has something to do just with my settings/site or could it be something with the addon? :/
I mean it works for now, not 100 % as it should but as a start it should be fine.
Thanks for your support!
Forum: Plugins
In reply to: [Gold Addons for Elementor] Modal feature not clickable when openedHi,
thanks for your reply. I deactivated all plugins except Elementor and Gold Addons. Problem still occured. Then I also deleted all of my custom css. Still the same problem. I tried some different themes. Twenty twenty seemed to work. I tried a bunch of others. It was interesting, that the same problem occured on a lot of themes (opacity screen 0.5 laid atop of whole screen with non clickable modal section).
I use the theme Phlox by averta, everything is updated. I would like to keep the theme before I have to customize another again. Do you think we can find a solution?
Thanks for your support.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Excluding gallery on same pageHi,
yeah ok, I can understand that. I just thougth that it′s a simple change in the code that doesn′t need a lot of effort.
But I understand that unfortunately you can′t adjust other plugins. Sadly the integration of other Lightboxes always include all pictures just the ones that comes with the plugin do not. Would be cool when they would give the persons the freedom of other lightboxes in this case.
Still thanks for your repsonse.
Regards,
Artan