Littlemailman
Forum Replies Created
-
I just solved it now by adding target=’_blank’ in wp-includes/widgets.php before class=’rsswidget’
Found the solution / answer from Calin here:
https://forum.tagdiv.com/topic/how-to-pen-a-rss-feed-in-a-new-tab/- This reply was modified 4 years ago by Littlemailman.
- This reply was modified 4 years ago by Littlemailman.
@markzahra
My default (and only) template is allready set to open in new window.I think the problem is only when the feeds are shown in a sidebar/widget.
Forum: Plugins
In reply to: [Redirection] example.com/?p=555I seem to something wrong.
Can you help me with an what excat to type in ?I just want all the 2000 urls looking like this:
example.com/?p=xxx
to be redirected to my frontpage.Forum: Plugins
In reply to: [Redirection] example.com/?p=555Can you help me how to type it in?
If I use /^\?p(.+)$ + regex then Im redirected to https://example.com/?%2F
Forum: Plugins
In reply to: [Redirection] example.com/?p=555If I add it like this
Source url: /?p(.+)$ + Regex
Target URL: /then my example.com/?p=555 redirects to example.com/?%2F
Forum: Plugins
In reply to: [Redirection] example.com/?p=555Sorry – I have more than 2000 of those URLS.
Normal I do a (.+)$ + regex for this kind, but “?” is not handled correct using this method.
What is the way to do this ?
I got the same problem – Can anyone help ?
Forum: Plugins
In reply to: [Redirection] Redirect /?m=201309 to frontpageAnyone ?
Regarding to the breadcrumb I made a custom fix.
So please fokus on my original question.Any idea how to fix it ?
Also I have a problem with breadcrumbs.
On my pages with RSS feeds the breadcrumbs is shown as:
Frontpage <span class=”dojodigital_toggle_title”>Pagename</span>No
I see.
Is it possible to replace easyly in the plugin somehow ?Can you tell me in what file the prettylink linkdata can be found ?
I guess a solution could have been to uninstall the plugin and install it again. But since I had no acces to the export area I did not dare to. If I had deleted the plugin and reinstalled it, would the redirects have been lost ?
I installed the new update yesterday, and that did the trick instead.However my redirects goes to the old site “ex-am-ple.com” instead of example.com.
I exported the redirects as a csv file, and replaced ex-am-ple.com in the redirect urls with example.com – however 0 redirects is imported when I try to.
When I try to import the original csv file instead, all 450 redirects are imported with succes. Why is this ?And is there a smarter way to replace all existing URLS ?
- This reply was modified 7 years, 7 months ago by Littlemailman.
Forum: Plugins
In reply to: [Redirection] 301 from .aspI got the same problem.
How do i redirect https://www.aaaaaaaa.com/aaaa.aspx?ID=11 ?