zanet
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Redirecting amp homepage to a non-ampHi Ahmed
The only one im aware of is called “Redirection Version 4.8 | By John Godley”
But I went through on there are no redirections for those folders as such eg portfolio or zanet.co.uk/ampAdditionally to be certain, I disabled the plugin and the redirects still worked
I will disable it again now
So when you next check we can rule it outForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Redirecting amp homepage to a non-ampThanks Ahmed for your reply, that so kind of you
I’m not aware of setting up a 301 for the amp url
Is there a way to locating where this might be referenced
eg. could it be I my htaccess or would it be in my amp plugin setup or even somewhere in Google analytics of search console?
if I can identify it that would be great – additionally is these the same for all /portfolio/ URL?my htaccess doesnt seem to reference amp or portfolio…
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule .* – [E=noabort:1] php_value max_execution_time 600RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Ok thanks for the response
I think I probably purged the home page due to the footer links needing to show the latest blog.
Additionally, my renew is just about to kick in, so I think that now makes sense
its also seems to of fixed itself, so this is greatThanks again
Zanet DesignForum: Plugins
In reply to: [List category posts] issue with pagination and loading slider revolutionYou guys are awesome
That did the trick – works perfectly now
Will this be in the next release?
Forum: Themes and Templates
In reply to: [Flato] FLATO: Fixed top menuSame question as ctuxboy, any replies?
Forum: Themes and Templates
In reply to: [evolve] evolve slider 6 slides possibleok thats good to know an upgrade gives unlimited slides
Hi emranemranx, thank yo for giving me your time.
Sorry its currently a local file using an ip address redirectBut i should be able to explain myself
If i set the blog page to show 2 news posts, it shows it on the blog page.I just want to know what code or where the code is as i cant seem to locate it, so that i can have the same 2 news items showing in another page, eg showing on a template page homepage.php in my child theme
Forum: Themes and Templates
In reply to: [evolve] evolve slider 6 slides possibleNo, im still waiting for an answer on here
I would of thought its a common issue and someone would of found a solution as 5 slides is quite limited.Please do post a solution or just an informed response
Forum: Themes and Templates
In reply to: [evolve] Add text to top right in header Evolve themeHi Suzy
Did you find an answer?
I would suggest either seeing if you can use a css style to align the tag line text underneath, or make a child theme, then use the header.php to add the text within the htmlForum: Plugins
In reply to: [Category Posts Widget] 2 small css issues – great pluginThanks Mrinal
Just one thing i have noticed
Some of the large images are quite
slow at loading
Is there axway they can use a cached thumbnail
Eg i want all images to show 120px by 100px but the original image is 1028px by 800px so it is slightly out of scale and ratio and isca large load on the server
Im sure some plugins use timthumb
Is this possible?Forum: Plugins
In reply to: [Category Posts Widget] 2 small css issues – great pluginFixed my own issue by using :nth-child(2n+2)
this gives you an alternating background
.cat-post-widget ul li:nth-child(2n+2) {background: green;}Yes it is still working as expected
Thanks again Martin for an amazing plugin
ZaneYes that now worked – retweets can now be swithed off – superb
Im not sure if the Exclude Replies works yet as i havent been able to test it
Excellent work Martin!Hi Martin
Sadly the same results – the retweets are still showingI also tried it on both versions of JQuery Cycle
Thanks Martin
That would make the plugin awesome!