tomas85
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB Divi] Pro version of the plugin cannot be activatedit worked and data stayed in the database, thank you!
Forum: Plugins
In reply to: [Contact Form DB Divi] Pro version of the plugin cannot be activatedok, thanks. If I do what you describe, will not I loose the data from the form submissions that are already stored in the database?
Thanks,
Tomas
Hi Dana,
I contacted the support team via email and they said that they had forwarded it to their developers. So hopefully someone is working on it. The issue has not been solved yet in the latest updates of the plugin unfortunately:(
Regards,
TomasForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Buttons on AMP sitesHi,
thanks for help, it works perfectly!
Thanks a lot,
TomasForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Buttons on AMP sitesHi @jeffinho2016,
thanks for help, buttons now show up again. However, ho do I create spacing between the button and headline below it? When I use margin-bottom for the button in AMP css, it seems not to work. Any guess?
Thank you for help,
TomasForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Buttons on AMP sitesHi Marquas,
you can see the difference here on 2 same pages:
NON-AMP version of the pageVS
AMP version of the same page
On the non-amp version of the page, there are big red buttons (made via Site Origin call-to-action widget), however, these buttons are transfored into text links only in AMP version.
Would it help to put the code for button in plain html in AMP customizer or what do you suggest?
Anyone has guess what to do? I get “Prohibited or invalid use of HTML Tag” message for 6 pages in Search Console and because of this, AMP site are not indexed by Google.
Thank you anyone for help.Hi Mohammed, I am using the latest version of Social Media and Share Icons (Ultimate Social Media) – Version 1.6.3, free version.
Thanks for your help!
TomasForum: Plugins
In reply to: [Review Content Type] How to delete a feature image from the textnow it works! thank you very much!
Forum: Plugins
In reply to: [Review Content Type] How to delete a feature image from the textok, I am not unfortunately master of the code but I think I found the part of the code in content.single.php that deals with featured image. Can you please help me what to do? Here is the part of the code:
* Display the Featured Thumbnail */ echo layers_post_featured_media( array( 'postid' => get_the_ID(), 'wrap_class' => 'thumbnail push-bottom', 'size' => 'large' ) ); if ( '' != get_the_content() ) { ?> <?php do_action('layers_before_single_content'); ?> <?php if( 'template-blank.php' != get_page_template_slug() ) { ?> <div class="story"> <?php } ?> <?php /** * Display the Content */ the_content(); ?> <?php /**