orelweb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Himalayas] Social iconsShreejana,
I was looking at the page https://docs.themegrill.com/knowledgebase/additional-social-icons-in-our-pro-themes/ and I saw the option to go: Appearance -> Customize -> Social Options(Links) -> Additional Social Icons But I don’t see the option “Social Options(Links)” I think this would have been the way to go.
CMC
Forum: Themes and Templates
In reply to: [Himalayas] Social iconsYes, but how can use my own custom icons? Do I have to use the “Navigation Label”?
For instance, if I want to use the lawyers.com ico (https://www.lawyers.com/assets/images/favicon_144.png ), in what folder would I upload my image and how do I set my own custom label?
If you can’t answer this question here, would you be able to answer this question by email if I got a paid license?
Thanks in advance,
CMC
Forum: Hacks
In reply to: How to keep Upper Cases in category slugsNote that forces to lower case if Upper Case is found.
It does not force Uper Case if lower case is found. I am sure there must be another .htaccess hack for that second case.
Forum: Hacks
In reply to: How to keep Upper Cases in category slugsI have found a possible solution to this problem (after spending long time).
I modified the .htaccess file so the server can treat slugs in my domain the same.
The solution is adding this code to the .htaccess file:
RewriteEngine on
RewriteBase /
# force url to lowercase if upper case is found
RewriteCond %{REQUEST_URI} [A-Z]
# ensure it is not a file on the drive first
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule (.*) rewrite-strtolower.php?rewrite-strtolower-url=$1 [QSA,L]Source: https://www.simonholywell.com/post/2012/11/force-lowercase-urls-rewrite-php/
I hope this won’t affect my SEO ??
Forum: Hacks
In reply to: How to keep Upper Cases in category slugsJust to clarify. This webpage is already indexed by Google since 2000 (yes it’s very old), and if I change the cases, my indexed pages will be dead. It’d be a SEO tragedy I think.
Thanks again,
CMC
Forum: Fixing WordPress
In reply to: Send email when comment was answeredUppss, I just noticed you even had the link to it… thanks again…
Forum: Fixing WordPress
In reply to: Send email when comment was answeredThank you. I didn’t find a forum there. I’ll try to find it again. Thanks,