jaxcatz
Forum Replies Created
-
Thanks for the reply mail, its resolved.
Thanks for the support mail from Geek Code Lab. It worked.
I am sharing the same for anyone else looking for the codes.a.wqoecf_enquiry_button:before {
width: 0px !important; height: 0px !important;
}
a.wqoecf_enquiry_button {
text-align: center !important; width: 100%;
}
Thank you once again for the support and marvellous plugin.
Forum: Plugins
In reply to: [Document Gallery] Adoption requestHello Sir
If you are using and keeping it updated can you kindly post it for personal use in some downloadable link so that the community can benefit from this.
Thanks and really looking forward for it ??
Forum: Plugins
In reply to: [Redirection] fbclidThe links from fb are added with a tracking id starting with fbclid, like these –
fbclid=IwAR1xvU-5GddbqJDGxVZIESsaGaE0z9zmTajVLrfWR81ouHmKFucTt_o9MkA and those
links take you to a 404 error page and not to the intended page unless the tracking ids are removed. This happens if you are logged in facebook, coz that’s when fb adds the tracking link. If the fb post is accessed by logged out users they wont see this problem.The ids are different for each click, so the solution is to ignore what all comes after fbclid= which according to the plugin should work by enabling ignore all parameters, but it doesnt.
So to bypass this after trying out your plugin, I too went ahead with the htaccess mod_rewrite edit with these 3 lines at the beginning of .htaccess fileRewriteEngine On
RewriteCond %{QUERY_STRING} ^fbclid=[^&]+&?(.*) [NC]
RewriteRule ^ %{REQUEST_URI}?%1 [R=302,L]Hi
Thanks for the reply.
Actually those subdirectories are subdomains of a primary domain, I’m not sure why they are not under public_html. When I scanned the primary domain it scanned all the files under public_html but those outside were left off. So was asking if there’s any way to scan those folders also.Thanks a lot ??
That worked, when adding both the codes.
Thanks for the reply..
I have added the css and got the application form, but it has no SEND button.
Please check the link.https://choiceschool.in/jobs/dummy-job/
Thanks
- This reply was modified 3 years, 7 months ago by jaxcatz.
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Generate feedThanks a ton @vaakash ??
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Generate feedForum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Generate feedThanks bro ??
I actually changed the meta (date) color by adding this below code –
} .srr-wrap .srr-meta { font-size: 13px; color: #850303; }
But then decided to go with the default grey itself.
What I was trying was to change the .srr-title and the ‘READ MORE” to #850303, I am unable to give the hex code like I did in the above meta area.
Any pointers would be much appreciated.
Thanks.Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Generate feedThanks @vaakash
Please check this link, the widget is added in the homepage.
https://kozhikode.choiceschool.in/
Really appreciate your help.
Thanks ??Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Generate feedHi @vaakash
Thanks for the reply, I actually got it working without using the !important, but I am unable to change the color of the text even when using !important.
I would also like to change the color of the summary extract.
Can you please help me out, any pointers would be great, thanks.Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Generate feedI tried adding the below in – super-rss-reader\public\css\style.css file at line 57
.srr-wrap .srr-title { line-height:150%; font-family: 'barlow'; text-transform: uppercase; font-weight: bold; font-size: 15px; } .srr-wrap .srr-meta { font-size: 13px; }
Can you help me out.
ThanksForum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Generate feedThanks @vaakash
Got that sorted… btw can you please let me know where to edit the fonts style in here. Like to show barlow font in bold for the feed headings and unbold for the content area.
Forum: Plugins
In reply to: [Genie WP Matrimony] Need to create Matrimony SiteHi
It cannot be converted, you need to rebuild it, coz the backend application built with the php in your current website and the wordpress backend are different.