Gujte
Forum Replies Created
-
Hi,
ive got multiple times a error of the same url. After 1 day you have hundreds of errors, but just for 5 urls.
Than ive tried to erase them. ive selected the items and hit the delete button. Nothing happened.
Where is the sense of these kind of plugins.
For example check “404 solution”. Works like a charm and does, what a 404 plugin should do.
Forum: Plugins
In reply to: [Super Progressive Web Apps] superpwa not working. AMP Plugin problems?Hi Jose,
thank you for your fast response.
Youre right, on my mobile browser it works.
Great and simple plugin. Ill give you 5 stars! And 10 when youll solve amp ??
- This reply was modified 6 years, 7 months ago by Gujte.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] category description in archive.phpHi, thats correct. But i got the solution with following code in the archive.php of my amp template:
<?php echo category_description(); ?>
Ahmed said, that there is a solution within the plugin.
@custom fields: For the bottom of the category/archive i use a custom field (content at the bottom of the category).
Now i get the content with following code:
<?php if( get_field('inhalt-unten', 'category_'.get_queried_object()->term_id) ): ?> <div id="category_description2"> <?php $catid = 'category_'.get_queried_object()->term_id; the_field('inhalt-unten', $catid); ?> </div> <?php endif; ?>
But images are not “amp-ready”. Is the “custom-field” extension of your plugin solving this issue?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] category description in archive.phpHi Ahmed,
without the code, the description will not displayed.
Do ive to set it up under “general”? Or how can i set it up, to display the descriptions fpr categories/archives?
@mohammed_kalud
Created a ticket and send all details. Thank you
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Link to the categories in archive.php@mohammed Kaludi.
Thank you. Your amp Plugin is fantastic. Create a Joomla plugin too.
The Joomla plugins are not even close to your plugin!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] “name” missing in structured dataEDIT: solved
use under “Structured Data” -> “WebPage”
Changed font-size
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Link to the categories in archive.phpEDIT: solved it with this code
<a href="<?php echo ampforwp_url_controller( get_category_link( $category->term_id ) ); ?>" ><?php echo $category->cat_name ?></a>
- This reply was modified 7 years, 2 months ago by Gujte.
Hi @sejito,
im using Version 0.9.73
Hi,
ive checked it at my site.
I just have the itemprop=”url” at the amp-version. Non-amp version the itemprop=”url” disapears
Forum: Plugins
In reply to: [Cachify] Not working with htaccess wp-content folderThx Torsten,
solved it with your solution