Home User profile
tagDiv Member
Geek that enjoys solving problems, technology, software development, food, reading, photography, blogging, and traveling.
reatlat
tagDiv Member

@themesic not sure which code you mean ?
but I think it’s impossible, BCS Issue gone ?‍♂️

reatlat
tagDiv Member

@perfectbodymate try to use specific plugin for that, which help you disable all comments first and after enable only on about page.
You can find this kind of plugins on official WordPress repository.

reatlat
tagDiv Member

@nd89vn what kind of text you would like to insert?

reatlat
tagDiv Member

@remarkablex just wrote you email

reatlat
tagDiv Member

@robertcfp just regenerate all thumbnails with plugin Regenerate Thumbnails

after clean cache if you have it on your website

reatlat
tagDiv Member

@mirkoko you can paste any part of code to each Ads containers on Theme Panel

  • This reply was modified 7 years by reatlat.
reatlat
tagDiv Member

@fabiobiondo try to enable debug mode in wp-config.php
restart page and you will see where is a problem.
Perhaps you have conflict with some plugin. which you can delete or rename plugin folder to wakeup your wordpress, also you can delete Visual composer, in this case WordPress deactivate it and you get access to wp-admin.

reatlat
tagDiv Member

Issue comes with new page layout via Gutenberg editor

<figure class="wp-block-image"></figure>

So perhaps in next release we can add js parser to get image url via attribute data-link

reatlat
tagDiv Member

@digitalchew the solution in your case very simple!
You have to deactivate and perhaps delete original AMP plugins from Automattic team, and after you be able to activate AMP plugin from tagDiv team.

reatlat
tagDiv Member

Hi @simion
TY for Wiki link,
TheITCrowd
It was very helpful 😉

Take a link from me

As you can see from my post I already know why my server return 503 error!

Error happened in file d_util.php line of code 1382

So looks like error happened in foreach loop

Merry XMas, and happy New YEar!

reatlat
tagDiv Member

@bogdan-b and @stuartmasson
The problem comes only on MacOS

the solution is pretty easy,
but should be implemented from @tagDiv side

SOLUTION 1 with padding-right for hiding scroll-bar


.tdc-inspector {
    width: 300px;
    padding-right: 17px; }

SOLUTION 2 with pseudo:class
also, the solution can be with CSS pseudo class (only WebKit… we don’t care about IE9)


.tdc-inspector {
    width: 300px; }
.tdc-inspector::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background:  transparent;  /* optional: just make scrollbar invisible */ }
reatlat
tagDiv Member

@bogdan-b done, I sent full access to your email.

reatlat
tagDiv Member

@bogdan-b problem happened on MacOS on Safari and latest version of chrome,
I test it on pure clean WP installation, tried on Incognito, I still see the problem! in this case, I think the problem on Newspaper… or maybe conflict with one of tagDiv plugins, because activated only Newspaper plugins

reatlat
tagDiv Member

use regular ads blocks for googleAdsense, just paste your own code

reatlat
tagDiv Member

PHP Version? – PHP/7.0.30 on Apache
Theme version? – 8.7.5

How you install the theme?
try to delete theme and upload theme again via FTP
or change read/write permissions to Theme folder to 755

reatlat
tagDiv Member

perhaps your server-side don’t have modules called GD and imagemagick

reatlat
tagDiv Member

Yes, I’m absolutely sure issue with SVG image, will be great have to option for the custom logo for AMP pages
TY
Have a great day

reatlat
tagDiv Member

hmmm,
yes, use SVG images not secure if you use SVG from a third-party resource, and yes I use a small plugin to enable SVG support 🙂
If you use own SVG built yourself its safe like regular raster images.

in this case, will be great have an option for custom logo specially for AMP pages
TY
Have a good day

reatlat
tagDiv Member

add to the end of functions.php next code


show_admin_bar(false);
add_filter( 'show_admin_bar', '__return_false', PHP_INT_MAX ); //extra method

reatlat
tagDiv Member

PS: For sure you can rename simple-plugin to your own name

reatlat
tagDiv Member

@alecaus yes for sure if you edit theme files and after you update theme you can lose all your edits(features)

Just create a simple plugin
use this example https://gist.github.com/reatlat/cd19243846a60ce531bb325d46013af1

Just create a folder simple-plugin in wp-plugins
and create one php file like you saw in Gist

Place any functions inside, and activate plugin.

reatlat
tagDiv Member

@dimitriskamaridis FaceBook use own version of AMP… it’s quite differnet product called Instant Articles by FaceBook

try to looks this plugin

reatlat
tagDiv Member

https://reatlat.net/blog/adding-subscribers-to-a-list-using-mailchimps-api-v3/amp

plugin version 1.2
I was tried install differnet images, perhaps problem because I use SVG

reatlat
tagDiv Member

TY @simion

  • This reply was modified 8 years by reatlat.
reatlat
tagDiv Member

Issue solved with rewrite theme from archive,
put for some reason path_migration8.7.2__8.7.3 have some mistake…

Viewing 25 posts - 26 through 50 (of 56 total)