taifunorkan
Forum Replies Created
-
Okay @rozroz, but what would you do, if the feed had more than one image in its html content???
Maybe a product-image and an image, such as “right now on ebay” image;
And how to style these images different. I want to implement a zoom effect on the product image?
Why stripping image class attributes at all?
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
@rozroz. Thank you again.
Maybe you were looking in a different feed, I mentioned before.
I am talking of this feed: https://schnipp-schnapp-schnappi.de/used-guitars/rss.xml.php?category%5B%5D=33021&category%5B%5D=119544 used on the page https://schnipp-schnapp-schnappi.de/wordpress/wp-admin/post.php?post=621
Here is the neckline of the feed:
<td> <a href= 'https://rover.ebay.com/rover/1/707-53477-19255-0/1?ff3=2&toolid=10044&campid=5337963632&customid=schnappi1&lgeo=1&vectorid=229487&item=333352614111' target='_blank'> <img class="prev" src='https://i.ebayimg.com/00/s/MTIyNFgxMjI0/z/v~gAAOSwPc1dmtHb/$_1.JPG' border='0' title='Marma Jazzgitarre ca. 1960 Markneukirchen' /> </a> </td>
Please search for ‘prev’. Tell me when you’ve found it.
Thank you for your patience.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
Okay, I installed your plugin on another project.
https://schnipp-schnapp-schnappi.de/wordpress/621-2/For my purposes it is essential to have some possibilitiy to style a image.
Still, there is image class= “prev” in the xml-file (1).
But no in the rendered page (2):Examples:
(1)
<img class="prev" src='https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/mzYAAOSwSA5dl15R/$_1.JPG' border='0' title='Jazzgitarre Akustigitarre "The Loar" mit Koffer' />
(2)
<img src="https://i.ebayimg.com/00/s/MTIwMFgxNjAw/z/mzYAAOSwSA5dl15R/%24_1.JPG" border="0" title="Jazzgitarre Akustigitarre "The Loar" mit Koffer">
- This reply was modified 5 years, 1 month ago by taifunorkan.
Dear @rozroz,
I am sorry not to be able to provide a link to the page because it is just a test page on my PC on localhost. The access is restricted.
I don’t think there is a conflict with some other plugins.I had these active Plugins running:
Autoptimize
Duplicate Post Page Menu & Custom Post Type
Mesmerize Companion
Yoast SEOI copied this shortcode into my page:
[feedzy-rss feeds="https://schnipp-schnapp-schnappi.de/used-guitars/rss.xml.php?auction=1" max="30" feed_title="no" thumb="no" refresh="2_hours" sort="date_asc" meta="yes" summary="yes" summarylength="200"]
After deactivating all plugins and changing theme to default there is no better situation concerning the class-Attribute from the rss-feed’s content.
In the html sourcecode of the wordpress page the class=”fav” image attribute is still missing:
<img src="https://i.ebayimg.com/00/s/Njc1WDkwMA==/z/YtcAAOSwWrNcB4TL/%24_1.JPG" border="0" />
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
- This reply was modified 5 years, 1 month ago by taifunorkan.
@rozroz I now changed for testing to twenty nineteen teem, but the result is the same with the rss-feed (https://schnipp-schnapp-schnappi.de/used-guitars/rss.xml.php?category%5B%5D=33021&category%5B%5D=119544) I get for my image
<img class="prev" src='https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/FUsAAOSwAV5dM08t/$_1.JPG' border='0' title='Sennheiser MKH 40 P48 Kondensator Mikrofon Microphone' />
but at the preview page of twenty nineteen theme there is
<img class=" lazyloaded" src="https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/8m8AAOSwlkFdWqsm/%24_1.JPG" data-src="https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/8m8AAOSwlkFdWqsm/%24_1.JPG" border="0" title="Justin Westerngitarre 6-saitig inkl Tasche, leicht defekt">
In this case the class “prev” was removed. Why?
I would appreciate further assistance.
Thanks for your reply.
I deleted the hook, you mentioned, in functions.php. But I am still using:
/** Hook 2019-09-22 Feedzy Plugin (RSS Feeds) * Keep HTML in content * https://docs.themeisle.com/article/942-in-feedzy-how-do-i#keep-html-in-content */ add_filter( 'feedzy_summary_output', 'feedzy_summary_output', 10, 4 ); function feedzy_summary_output( $contentSummary, $newLink, $feedURL, $item ) { return $item->get_content(); }
As a result I get:
<img class=" ls-is-cached lazyloaded" src="https://www.schnipp-schnapp-schnappi.de/used-guitars/images/Right_Now_108x45.gif" data-src="https://www.schnipp-schnapp-schnappi.de/used-guitars/images/Right_Now_108x45.gif" border="0" alt="Jetzt bei Ebay: Aeon Edition 2 Premium mit Koffer">
But I am still missing the class-attribute ‘btn’ in the sourcecode of the rendered page.
I do not mean feedzy adding a class. But in my feed image is with class ‘btn’. Feedzy or my theme has removed class from the image tag.
<![CDATA[
…
…
]]>- This reply was modified 5 years, 2 months ago by taifunorkan.
- This reply was modified 5 years, 2 months ago by taifunorkan.
- This reply was modified 5 years, 2 months ago by taifunorkan.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Theme twenty-twelve not mobile friendly?Jarret, thank you very much!
You were right.
I now installed the plugin “Magic Liquidizer Responsive Table”.
Seems that this solved my problem.You saved my day!
Forum: Fixing WordPress
In reply to: Admin pages unstyled and unformattedI do not understand, what I really did, but I followed the advice from James Huff at Failed to load jQuery at load-scripts.php at this forum.
I added
define('CONCATENATE_SCRIPTS', false);
to my wp-config.php file just below the line
define('DB_HOST'
Seems that this addition solved my problem.
Forum: Fixing WordPress
In reply to: Admin pages unstyled and unformattedIn the console I can see the following hints:
load-styles.php:1 Failed to load resource: the server responded with a status of 403 () load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils&ver=5.2.2:8 JQMIGRATE: Migrate is installed, version 1.4.1 load-scripts.php:1 Failed to load resource: the server responded with a status of 403 () backbone.min.js?ver=1.2.3:1 Uncaught TypeError: Cannot read property 'extend' of undefined at backbone.min.js?ver=1.2.3:1 at backbone.min.js?ver=1.2.3:1 at backbone.min.js?ver=1.2.3:1 wp-api.min.js?ver=5.2.2:1 Uncaught ReferenceError: _ is not defined at wp-api.min.js?ver=5.2.2:1 at wp-api.min.js?ver=5.2.2:1 load-styles.php:1 Failed to load resource: the server responded with a status of 403 ()
Server error 403 means “forbidden”.
Do I have to change wrong permssions?Thank you for your response, Steve Stern!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Webpage too narrow on my Huawei Display?? I ask myself, is this theme as dead as this discussion is?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Background Problem on mobileIs this a problem with transparency and mobile screens. Or does it belong to something like this?
Webpage too narrow on my Huawei DisplayForum: Themes and Templates
In reply to: [Twenty Twelve] Webpage too narrow on my Huawei DisplayHello, I saw noone replied, maybe this picture of my mobile scrren can best describe my problem:
- This reply was modified 5 years, 4 months ago by taifunorkan.