zillianne
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spacious] Navigation: dropdown (subpages) disappearsI have changed font to something narrow (google-font), so problem is ‘solved’.
.main-navigation ul li a {
font-size: 19px;
font-family: ‘Open Sans Condensed’, sans-serif;
}.main-navigation ul li ul li a {
font-size: 17px;
font-family: ‘Open Sans Condensed’, sans-serif;
}Thx
Forum: Themes and Templates
In reply to: [Spacious] Navigation: dropdown (subpages) disappearsA solution that I tested is to change the font family to some narrow script, so I can choose font size bigger than 16:
.main-navigation ul li a {
font-size: 20px;
font-family: ‘Open Sans Condensed’, sans-serif;}
.main-navigation ul li ul li a {
font-size: 17px;
font-family: ‘Open Sans Condensed’, sans-serif;
}It’s a workaround, but doesn’t solve the original problem.
Forum: Themes and Templates
In reply to: [Spacious] Navigation: dropdown (subpages) disappearsMore info:
I noticed the following:this css works fine for font size of 16px, and everything above, so making font larger works fine.
However when you decrease size (15px, 14px etc…) the issue described above happens!
Not a very urgent issue, I will close this for now. Thanks.
Forum: Themes and Templates
In reply to: [Accelerate] Remove link on image TG:Image Services widgetNo longer needed, used a column plugin instead.
Forum: Themes and Templates
In reply to: [Accelerate] Remove link on image TG:Image Services widgetForum: Fixing WordPress
In reply to: Redirect 301 weird reaction..This worked!
RewriteCond %{QUERY_STRING} (^|&)Tv_Vlaanderen($|&)
RewriteRule ^$ /?Satellietsystemen/TV-Vlaanderen [L,R=301]Forum: Fixing WordPress
In reply to: Redirect 301 weird reaction..I found an online generator, it works very good!
https://www.visiospark.com/mod-rewrite-rule-generator/One of my ‘old’ pages, however is not redirecting correctly! It had a special character (seems a non breaking space, but this is how google indexed it..) some stupid error in the old website..) and now it can’t find the new page…
This is in htaccess:
# 301 — https://www.sds-electronics.be/?Tv_Vlaanderen%26nbsp%3B => https://sds-electronics.be/?Satellietsystemen/TV-VlaanderenRewriteCond %{HTTP_HOST} ^www\.sds-electronics\.be$
RewriteCond %{QUERY_STRING} (^|&)Tv_Vlaanderen%26nbsp%3B($|&)
RewriteRule ^$ https://sds-electronics.be/?Satellietsystemen/TV-Vlaanderen [L,R=301]But it redirects to: https://sds-electronics.be/?Tv_Vlaanderen instead of https://sds-electronics.be/?Satellietsystemen/TV-Vlaanderen
Seems it has to do with the %26nbsp%3B??
old site is https://www.sds-electronics.be/sds-before-2021
new is on the ‘root’ of course.Weird challenge?
ThxForum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Thumbs are rectangle i.s.o. squareDon’t know if this is the right place to post, but years ago I had similar problem.
Now, I’m certainly not an expert but I remember this has something to do with the so called z-index.
I found this topic: https://stackoverflow.com/questions/35813799/header-fixed-by-css-positionfixed-and-lightbox-effect-get-overlayed-by-it
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Thumbs are rectangle i.s.o. squareSolved -> answer is in earlier post : https://www.ads-software.com/support/topic/masonry-gallery-thumbnail-crop/
Grts
Hi Totalsoft, thanks for your reply.
I just checked on your website, the demo on https://total-soft.com/wp-video-gallery-thumbnails/
…does not have that issue. Tested mobile on iPhone and the demo videos on your website open on 1 ‘click/tap’.
Is that another (paid?) version?
Thx
Forum: Plugins
In reply to: [Video Gallery - Best WordPress YouTube Gallery Plugin] Videos not playingStrange.. I tried the plugin only yesterday and it works perfectly.
Maybe an issue with the theme you are using?
Test with another theme maybe (some standard WP theme) just to check.
Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Remove titleSuper, thank you very much.
Forum: Fixing WordPress
In reply to: Permalinks customizeSteve,
redirects are not an option.
The CMSimple site needs index.php to show anything. The index.php of that site must be set to non active in order to have a new index.php for the wordpress site.
So, all current indexed (cmsimple) pages would give ‘page does not exist’.
Therefore, of I could find a way to get WordPress to give exactly the same url
mydomain.com/?Welcome, the Google results can be kept intact.