dejanx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Share on InstagramI have one problem. On my adsense account
The Quick Notice of Quick Adsense has detected that your ads.txt file does not have all your Google Adsense Publisher IDs.
This will severely affect your AdSense earnings and your immediate attention is required.Your recommended google entries for ads.txt is as given below.
You can manually copy this to your ads.txt file or CLICK HERE to instruct Quick Adsense to try and add the entries automatically.I have a code, but there is still a warning. When I turned on the automatic ad / Android pit is the name, it came up. When I enter myhostname/ads.txt, the same code goes out. I have a plugin ads.txt manager. What can be a problem?
Forum: Fixing WordPress
In reply to: Share on InstagramI using Instagram Feed. Maybe plugin don’t good.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] htaccessYes understanding you.
I have one more question, when go on clear cache, see some tutorials, does tutorials stay or will be deleted?
Thanks.Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] htaccess# BEGIN WpFastestCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^rootsrbija.com
RewriteRule ^(.*)$ http\:\/\/www\.rootsrbija\.com\/$1 [R=301,L]
# Start WPFC Exclude
# End WPFC Exclude
# Start_WPFC_Exclude_Admin_Cookie
RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=dejanxx|Mikulino|peca
# End_WPFC_Exclude_Admin_Cookie
RewriteCond %{HTTP_HOST} ^www.rootsrbija.com
RewriteCond %{HTTP_USER_AGENT} !(facebookexternalhit|WhatsApp|Mediatoolkitbot)
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !(\/){2}$
RewriteCond %{REQUEST_URI} \/$
RewriteCond %{QUERY_STRING} !.+
RewriteCond %{HTTP:Cookie} !wordpress_logged_in
RewriteCond %{HTTP:Cookie} !comment_author_
RewriteCond %{HTTP:Cookie} !wp_woocommerce_session
RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(\bCrMo\b|CriOS|Android.*Chrome\/[.0-9]*\s(Mobile)?|\bDolfin\b|Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR\/[0-9.]+|Coast\/[0-9.]+|Skyfire|Mobile\sSafari\/[.0-9]*\sEdge|IEMobile|MSIEMobile|fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile|FxiOS|bolt|teashark|Blazer|Version.*Mobile.*Safari|Safari.*Mobile|MobileSafari|Tizen|UC.*Browser|UCWEB|baiduboxapp|baidubrowser|DiigoBrowser|Puffin|\bMercury\b|Obigo|NF-Browser|NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger|Android.*PaleMoon|Mobile.*PaleMoon|Android|blackberry|\bBB10\b|rim\stablet\sos|PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino|Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\bS60\b|Windows\sCE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Window\sMobile|Windows\sPhone\s[0-9.]+|WCE;|Windows\sPhone\s10.0|Windows\sPhone\s8.1|Windows\sPhone\s8.0|Windows\sPhone\sOS|XBLWP7|ZuneWP7|Windows\sNT\s6\.[23]\;\sARM\;|\biPhone.*Mobile|\biPod|\biPad|Apple-iPhone7C2|MeeGo|Maemo|J2ME\/|\bMIDP\b|\bCLDC\b|webOS|hpwOS|\bBada\b|BREW).*$ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
RewriteCond /home/rootsrbija/www.rootsrbija.com/wp-content/cache/all/$1/index.html -f
RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
</IfModule>
<FilesMatch “index\.(html|htm)$”>
AddDefaultCharset UTF-8
<ifModule mod_headers.c>
FileETag None
Header unset ETag
Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
Header set Pragma “no-cache”
Header set Expires “Mon, 29 Oct 1923 20:30:00 GMT”
</ifModule>
</FilesMatch>
# END WpFastestCache
# BEGIN GzipWpFastestCache
<IfModule mod_deflate.c>
AddType x-font/woff .woff
AddType x-font/ttf .ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
</IfModule>
# END GzipWpFastestCache
# BEGIN LBCWpFastestCache
<FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|webp|js|css|swf|x-html|css|xml|js|woff|woff2|ttf|svg|eot)(\.gz)?$”>
<IfModule mod_expires.c>
AddType application/font-woff2 .woff2
ExpiresActive On
ExpiresDefault A0
ExpiresByType image/webp A2592000
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/ico A2592000
ExpiresByType image/svg+xml A2592000
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000
ExpiresByType application/javascript A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType application/font-woff2 A2592000
</IfModule>
<IfModule mod_headers.c>
Header set Expires “max-age=2592000, public”
Header unset ETag
Header set Connection keep-alive
FileETag None
</IfModule>
</FilesMatch>
# END LBCWpFastestCache
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressFiles which must paste in htaccess.
Forum: Fixing WordPress
In reply to: How shows only name of posts only nameI know I find developer who know what need, but from support dont more give me support only that pay! But my site is for help people and dont pay me anything.Understanding that is everything do for money but dont everything in money:D. I am from Europe . Dont know from Sparkle themes from?
Forum: Fixing WordPress
In reply to: How shows only name of posts only nameCan you recommend a topic that suits me what I’m asking for. Thank you, Steve.
Forum: Fixing WordPress
In reply to: How shows only name of posts only nameOk Steve thanks, support requires $ 30 for editing.
Forum: Fixing WordPress
In reply to: How shows only name of posts only nameFoun Steve files , did this file must delete or?
Forum: Fixing WordPress
In reply to: How shows only name of posts only nameHere picture Steve from plugin
PictureForum: Fixing WordPress
In reply to: How shows only name of posts only namehttps://ru.ww.wp.xz.cn/plugins/show-current-template/ I dont see and dont have like on screenshot
Forum: Fixing WordPress
In reply to: How shows only name of posts only nameYes I install but dont see setting for plugin nothing .I dont understending you for ( What template file(s) are used to display the category listing) where I see for this files. I made screenshoot but dont know what?
Forum: Fixing WordPress
In reply to: How shows only name of posts only nameSteve I installed but again is same 🙁 When go in category and open again shows tutorials with text .
Forum: Fixing WordPress
In reply to: How shows only name of posts only nameThanks Steve
Now I install. Can you tell me, why on fronts pages don’t shows text bottom name of posts, but when go in some category shows name and text of posts?Forum: Fixing WordPress
In reply to: How shows only name of posts only nameHello Steve
I remove the text from post that appears below the title, I managed to not see it on the home page, but when you click on a menu in a category, the text is again visible. Here you see, I marked what I want to remove, just the title of the post to be seen on the homepage. How do I do it for categories?Thanks advance.On support they wanted 15$ that help me! Why have support? On my site I help people that work alone dont pay!
PicturesForum: Fixing WordPress
In reply to: How shows only name of posts only nameThink that made child theme and use this theme?, and then made that shows only name for post?