Thanks,Fix.
kindly help our with the right support. I found the code on the forum, implemented it and is working great.
Note: I have isolated a lot of things like:
1. Deleting the Newspaper theme, running only the twenty sixteen theme
2. Deleted a lot of plugins
3. Deleted all duplicated pix in my upload folder
But with no result. I still see Newspaper broken theme comes up on my home page, instead of the twenty sixteen theme.
Looking forward to your urgent help.
I can send you a copy of my database if you want.
Regards,
Dear support,
I have reported the issue to my hosting provider to check, This is their comment below:
We have no caching tolls on the server, I assure you. The issue is local and can be caused by one of the plugins or the theme. I recommend that you address the developer on the matter.
I also changed to the twenty sixteen theme, but no result.
I have deleted the WP CACHE PLUGIN, but no luck.
I need your assistance
Hello Catalin,
Could you be so kind to give a detail step by step on how to get to this “Trending Now”area. I could not locate it.
Also, How can I also change the custom “title” background color
from black to red for block 3.
How can I also change “the Trending Now” background color from black to red.
Thanks in advance.
Dear support,
I will like to recommend that the dynamic home pages settings for two or more home pages be integrated into Newspaper theme.
Bogdan,
I dont want to use your Newspaper login button, because it does not give me what I want.
I am using Userpro plugin. I have created two pages called login and logout and placed the page menu on top-menu. But Userpro login does not change to logout when a user is logged in.
My only option is to use a plugin to hide the Userpro login menu on the top-menu when a user login.
But this has not worked with the two hide menu plugin I used. They are not supported by Newspaper theme.
So, I need assistance to make this work by any best solution you can offer. If there is also a plugin that you can also recommend to this work, I will also appreciate
The link: http://www.warrimarket.com
Regards,
Hello Support,
Unfortunately the theme has no setting for this. If you want to redirect the login link, you should use a 301 redirect.
As you know, when you click on your theme “Singin/Join”, what you get is a popup box without displaying the url. How do I get the url address, in order to use it as my source address for the 301 redirect?
Gibson
Dear support,
I have done everything as instructed above (All the size of icons has been inserted), but the picture icon does not show up on my mobile home screen. If it does not show up on my mobile home screen, how then can I click it to install?
May be something is wrong.
Please advice.
Thanks.
How does it work?
For example:
1. Does the theme automatically pop up the icon image?
2. Does this happen the first time a user visit the site or second time?
3. Does it keep track of the user who has added it?
4. How many times in minutes/hours does it pop up the image icon in a day?
I will appreciate how the configuration work.
Thanks.
-
This reply was modified 9 years by
pstgibson.
On question 2: Which ads plugins do you recommend that work well with your theme (Newspaper 7)?
On question 3: If all installed plugins work for your theme, can I install up to 60 plugins?
Thanks
I have applied your instruction but did not succeed.
It only worked with this:
Header add Access-Control-Allow-Origin “http://warrimarket.com”
But did not work with either lines hereunder:
Header add Access-Control-Allow-Origin “http://www.warrimarket.com”
and
Header add Access-Control-Allow-Origin “//www.warrimarket.com”
See full code hereunder:
Header add Access-Control-Allow-Origin “http://warrimarket.com”
# 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>
#RewriteEngine On
#RewriteCond !{HTTPS} off
#RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# END WordPress
What should do next?
Lastly, where should I clear the cache, and also reset the cdn?
Thanks.