Enis
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Importing custom fields?CORRECTION ON
“SYNDICATION” -> clicked on the name of the RSS feed -> went to Custom Feed Settings (for use in templates) -> added ‘webaddress’ as a KEY and in VALUE typed the following ‘$(link)’SHOULD BE
“SYNDICATION” -> clicked on the name of the RSS feed -> clicked on SYNDICATION (second link on the top of the page, next to FEED) -> went to Custom Feed Settings (for use in templates) -> added ‘webaddress’ as a KEY and in VALUE typed the following ‘$(link)’Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Importing custom fields?I am using the plugin MORE FIELDS to define custom meta field, let me explain it by an example, this is the (rss) feed content;
<item>
<title>EXAMPLE TITLE</title>
<description>
BLA BLA BLA BLA BLA …
</description>
<link>
https://www.my-web-address-somewhere.com/10232/
</link>
<guid>
https://www.my-web-address-somewhere.com/10232/adasdasdsa/
</guid>
<pubDate>Thu, 15 Dec 2011 03:00:00 +0100</pubDate>
</item>And with the plugin MORE FIELDS I’ve made a custom meta box so that users when editing a post, if they want, they could enter an url, the key for the meta box is ‘webaddres’
In the settings of FeedWordpress, after adding the RSS feed, I went to “SYNDICATION” -> clicked on the name of the RSS feed -> went to Custom Feed Settings (for use in templates) -> added ‘webaddress’ as a KEY and in VALUE typed the following ‘$(link)’
So now, if there is a LINK/URL in the rss feed, it automatically fills in the custom meta field of the post and publishes the post with the link/url.
I hope my explanation is clear, English is my third language, so please don’t pay attention to grammar/spelling ??
Forum: Plugins
In reply to: [Plugin: FeedWordPress] Maximize number of posts per feed?I don’t think there is an option like that, FeedWordpress checks the feed, and if there are new items it will update your posts (add new post) or it will match the local copy to the feed copy.
Contact the author and make a request ??
Forum: Plugins
In reply to: [FeedWordPress] FeedWordPress not working after WP 3.3 upgradeDid you try to go back to the previous version?
– deactivate the plugin
– remove the latest version from wp-content/plugins/
– upload the previous version to wp-content/plugins/Test if everything works again…
/kick
Nobody? Any help is appreciated ??
I agree with ‘neononcon’. I hope you will rewrite the plugin so we can continue to use it.
@nishwrites, yes you can buy and it will continue on working with the plugin (until mattbta rewrites the plugin).
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] version 2.1 | bugs & tips@pedrodm, thanx for those solutions ??
@mrzerog, thanx for the tip but that did not work for me, very frustrating. After going back to v2.05 and when it did not work, I went back to the latest version 2.1 Now it won’t even load up the id’s (when you clikc on the ;update list’ button).
The latest update was more than 6 months ago ??
I hope that they will fix these issues or hopefully somebody else will come with a solution.
Terry, how did you solve it? I am searching for a solution for the problem that the plugin loads the entire page (header/logo/content) when I only want the content to show up.
Much appreciated!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Attachment IssueMike, thank you. I was having this problem, and this solved it! ??
Forum: Fixing WordPress
In reply to: BlockquoteDo you mean like this?
https://img.myph.us/G3c.pngYou can achieve this by editing your ‘style.css’ file, look for blockquote and add a P element.
Change your original blockquote to this;
blockquote { padding: 0 40px 0 40px; background-color: #F7F7F7; }
and add this to your css file;
blockquote p { text-align: justify; margin: 0 auto; border-bottom: 1px solid red; border-top: 1px solid red; }
That’s it ??
Forum: Themes and Templates
In reply to: Page Tabs – Adding fixed links…Sorry, i screw up the layout, this is the code:
<li><a href="<?php bloginfo('url'); ?>/imgv/" target="_blank">ALBUMS</a></li>
Forum: Themes and Templates
In reply to: Page Tabs – Adding fixed links…@ Moshu,
yes, I DID IT ??
Ok, well first of all, i read the tutorials on https://www.transycan.net/ (thanx for that), it was offering some kind of solution, giving examples and how things work.
So i played around, and made some changes in HEADER.PHP of my theme (you can find header.php in you’re theme folder, i didn’t know that :)).
What i did was this, i added this code in header.php:
- /imgv/” target=”_blank”>ALBUMS
before this code/entry/line:
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>And woohaa! It worked. It added a new menu item called ALBUMS and it opens in a new blank page, that is what i wanted to achieve ??
Now it looks like this (the menu);
START – ALBUMS – INFO – ARCHIVEThank you very much Moshu!
Forum: Themes and Templates
In reply to: Page Tabs – Adding fixed links…Well, the problem is, i’m not so good with coding, someone should give me an example before i can do it myself, and i couldn’t find any examples. Anyways.
The Redirectify plugin will have to do.
I want to thank you for your answers and help, thanx Moshu!
At least someone tried to help me ??
Forum: Themes and Templates
In reply to: Page Tabs – Adding fixed links…let me say something first, my english is not so well, so sometimes i understand things different than it’s meant ??
Well i tried permalinks, but it doesnt work for me, at least not the way i want it. And my wordpress gets broken when i use permalinks, i don’t know why, but if i enable permalinks, the links (menu’s) and posts on my site won’t work anymore. It just refreshes the index page.
So, that’s why i am looking for another solution. I’m happy the ways are, with the ?page_id=7 links, but there is one menu item called ALBUMS i want it to go to a self defined link. ??
Is this possible without coding and is there a plugin (not so much as plugin redirectify) or a workaround that could do that, that could enable me to put a selfdefind link instead of the page id thingy?
Forum: Themes and Templates
In reply to: Page Tabs – Adding fixed links…again, thanx for your reply.
What i meant by a more subtle solution was the like Lost-Ninja has on his website.
When you go to his website https://www.incessant-logic.net/ and press the menu button FORUM it links to https://www.incessant-logic.net/forums/ and the same goes for the menu button FILES, it links to a selfdefined link/page. That is actually what i want to achieve, to define my own links instead of the standard ?page_id=7 link.I am no good with coding, so i hope there is a simple solution, or i have to do with the redirectify plugin ??