Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Fochesato
tagDiv Member

Bogdan, one more question please.

If I use the post template = from panel + smartlist, shouldn’t the ads in-line be presented inside the post (according to the paragraph numbers) or not?
Because the post which I did this is not presenting the “post ad in line”.

Fochesato
tagDiv Member

Thanks Bogdan!

I found the error,

I was updateding the changes, by my cellphone, so when I’ve pressed the save button, that update was not sent due to the quality of my connection, the problem was solved.

Thank you so much.

Fochesato
tagDiv Member

Thanks Bogdan,

I perform the steps 1 to 5 for “post ads in line”

The ads aren’t being displayed in my post, I set the post template as “from panel”, what I did wrong?

Fochesato
tagDiv Member

Hi Cris, thanks for your support, I’ve tested my website (www.neuronews.com.br) via GTmetrix.com and it’s seems very nice (apparently), be in homepage or some post page, but when I do the scanning via Google pagespeed the page score is 63/100 plus a lot of issues, do you know what’s going on in this case? Which scanning tool is more accurate?

Fochesato
tagDiv Member

Thanks Cris, actually I’ve tried your DIY guide, some I was able to do, but some not, I’ll try again.

I’m having difficulty with css and Javascript minify, I’ve tried some plug-ins which performe this action, but they blocked some theme features like Ajax filters for example.

When hostgator turn on my website once again, I’ll check my website by GTmetrix.com what’s going on precisely, thanks for now!

  • This reply was modified 10 years by Fochesato.
Fochesato
tagDiv Member

I didn’t change the code, only the TAGS, grids, category names, things like that, I think that this is too high level and should not be lost, right?

Fochesato
tagDiv Member

Nice, I’ll try it, tks!

Fochesato
tagDiv Member

Thank you guys

Fochesato
tagDiv Member

OK, thank you.

Fochesato
tagDiv Member

Hello,
Sorry I made a mistake, Actually the solution that was initially proposed solved my problem. It seems that was some type of cache or cookie of the web browser. I’ve performed a cleanup of the web navigation, passwords and auto complete data and it is working apparently well.

Fochesato
tagDiv Member

Thanks Bogdan for your reply,

I’ve solve the first problem, but the second not yet.

My .htaccess file was previously this way:

# 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 WordPress

So, I add the code mentioned in the link that you suggest and the code became as below:

# 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>

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>

# END WordPress

This didn’t works, so I’ve tried another way:

# 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>

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “www.neuronews.com.br”
</IfModule>

# END WordPress

But in the samsung galaxy S4 powered with chrome the problem remains.

What did I wrong?

Fochesato
tagDiv Member

Great!

Thanks Catalin.

Fochesato
tagDiv Member

Thanks Catalin for your support, my issue was resolved.

Viewing 13 posts - 1 through 13 (of 13 total)