- NewspapertagDiv Composer – Website Manager
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperModules Builder in Newspaper Theme
- NewspaperWooCommerce: Happy “Add to Favorites!”
- TutorialsFrom WPBakery to tagDiv Composer
- NewspaperCloudflare (CDN)
You likely need to change the file where that login code happens to be, and implement something like a form post explicitly from
post > (wp sitename)/login.php (or whatever)
to
post > https://www.myrealsite.xyz/login.php (or whatever)
So if you can figure out where the actual snippet of code is, you can likely manually change that, so all Radu and/or Lucian would need to tell you is where to edit that login code (the file/module).
-
This reply was modified 12 years by
simchris.
The site is set up with an SSL certificate and I already use SSL/HTTPS for my admin area, what I am looking for is if the login form provide by the theme picks up the fact that I have defined define(‘FORCE_SSL_ADMIN’, true); in my congig.php file!
It works for the standard WordPress login form, that picks up and is submitted via HTTPS.
I don’t want to have my site as HTTPS for all pages just a so the login form is sent via SSL to secure login details.
Hi,
the url that you provided is not currently using ssl/https. Our login form is tested to work with ssl/http. If you encounter any problems, please let me know.
some info about ssl: https://yoast.com/wordpress-ssl-setup/
hi,
plese give me your url where you enabled ssl so that I can check it up.
Radu O.
Hi,
Use this css to stretch the small thumbs of block 1:
.td_mod3 .entry-thumb {
width: 100px;
height: 65px;
}
And this css is to remove the video icon:
.iosSlider .slider .item .video-play-icon-big {
display: none;
}
Hope this helps!
Thanks
Hi,
I believe you want to make the slider the same size of the image in the right from your homepage. In that case the height should be 416px if you want 500px just modify the height in the css from 416px to 500px.
Add this custom css in Theme Panel > Custom CSS:
.td_normal_slide .iosSlider-col-2,
.td_normal_slide .iosSlider-col-2 .item {
height: 416px !important;
}
Also go to functions.php file and change the images size like this: http://screencast.com/t/iHzRmY8GwF44
Then you have to regenerate your thumbnails like this: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Hope this helps!
Thanks
Hi
I have set SSL for login and admin in the config.php and I am checking that your forms for login and registration will be submitted via https, when this is done?
Hi Christopher,
a) I never used www in any place, wp settings, htaccess etc. I double checked anyways. Neither SSL. We never used it. No need.
b) We do not use mobile version plugin.
c) I will pay attention to this item, but we did not change our htaccess for a while now.
I let you know.
Thanks anyways.
-
This reply was modified 12 years by
rbaccaro.
I have never gotten that message and we’ve been doing responsive design sites since 2011.
This is more common message when
a) you’re mixing http://www.mysite.com and mysite.com – when you should one or the other, not both (www.mysite.xyz for ecom sites with SSL, no www for all others)
b) you have a plugin still running to generate a mobile site version in addition to desktop version
c) you have a redirect of some kind in place which “senses” a mobile user and is redirecting to homepage, when no redirect is needed; this may have been added to your htaccess file from a former theme or plugin; so double check your htaccess file
Hope that helped 🙂
It looks like the demo has dropped to a 68 because Google is weighting image size in the score more than they used to. I understand part of it is that we are serving the 745×483 image size on mobile. The other half of the equation is that the images are not “losslessly compressed”
What does Google want us to do to “losslessly compress” images? I am exporting them in Pixelmator, then running them through “ImageOptim” where the file size is reduced even more. Yet, when I upload them to the site and wordpress resizes them, the images seem to have about 1 KB of extra data in them that Google doesn’t like.
Any ideas on how to reasonably get these images down in size? It seems impractical to download every thumbnail size of every image off the server, compress it, and then re-upload it. Thanks!
Hi Marius,
This post took me here.
I apply the code that you gave and work perfectly in my module 6.
However I would like to put the categories above the title with the same style they have when I open the articles (boxed colors) like this:

I also like to show only the categories of a specific parent category, it’s possible?
Thanks
-
This reply was modified 12 years by
Pjump.
Radu this mod
.iosSlider .td-slide-item-main .entry-thumb {
width: 745px;
}
doesn’t work on version 4.1. can you tell me how to fix it?
Hi,
Your template is great, one of the best. However is missing a small “feature” that is really important.
It’s possible to show the categories in the front page, right above the title, like this:

Thanks
hi
try to use this :
.iosSlider .slider .item img {
width: 1980px !important;
max-width: none;
}
change 1980 to what ever you want
Thanks for you message.
Radu A.
Hi,
Please add this css in Theme Panel > Custom CSS:
.wpb_row.row-fluid div.thumb-wrap a img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.wpb_row.row-fluid .iosSlider div.thumb-wrap a img {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
Thanks
Hi,
To change the big slider and normal slider color font use this css:
.iosSlider .td-sbig-title-wrap a, .iosSlider .td-sbig-title-wrap span {
color: red !important;
}
To change the mete info/category color use this css:
.iosSlider .slide-meta a, .iosSlider .slide-meta span {
color: red !important;
}
If you don’t want to change the date color also, remove the .iosSlider .slide-meta span
For the tag widget use this:
.widget_tag_cloud .block-title span {
color: red !important;
}
The size of the tag widget is determined by the amount of tag displayed there, so you can’t re-size it only if you reduce the size of the tag container. Use this css to do that:
.widget_tag_cloud .tagcloud a {
padding: 0px 5px 0px;
font-size: 11px !important;
}
Hope this helps!
Thanks
Hi Radu,
with 4.1 update I have the same problem with Big Slide in homepage (with pc desktop).
I try to:
– deactivate the w3 cache plugin
– delete cdn
– delete browser cache
– delete all cache
But I have always the same problem, I see only the first big image.
POSSIBLE ERROR: in the code of big slider I found many div with ID that start with “iosSlider_…..” (in the previous version the div class start with “iosSlider…”)
Hi, Thanks!
Instead of enlarging the image, is there also a way to make it auto fit?
Something like:
.iosSlider-col-2 .entry-thumb {
width: auto !important;
}
And for both width and height?
What code should I use for auto fitting?
Thanks
-
This reply was modified 12 years by
OuweAap.
Hi,
Please make sure you have the add the two sliders like this: http://screencast.com/t/eylddWnw
After you done that add this custom css in Theme Panel > Custom CSS to hide the big slider on mobile:
@media (max-width: 767px) {
.iosSlider.td_block_big_grid {
display: none;
}
}
Let me know if it works!
Thnaks
Hi,
@yoluca
You can remove that color to make it transparent or to enlarge the image to fit the area.
Use this CSS for the removing background:
.iosSlider {
background-color: transparent !important;
}
To enlarge the image use this CSS:
.iosSlider-col-2 .entry-thumb {
width: 100% !important;
}
Also I have noticed that you have some JavaScript errors in console.
Thanks!
-
This reply was modified 12 years by
Lucian.
Hi,
1. Please remove this code from page-category-slider.php file, like this: http://screencast.com/t/JEZpd4Ysa
2. Use this css:
.iosSlider-col-2 .entry-thumb {
width: 100% !important;
}
Thanks
Hey…
your links look like this in your source code:
<a target="_blank" href="#detail">
so, obviously that should not have the target_blank in there; if you do a target make it target="_top" or nothing at all there. You may be getting these as default when inserting links and you would want to NOT do target blank as that is expressly designed to open new tab (as with social media links, external sites, etc.).
Hi,
Please add this custom CSS in Theme Panel > Custom CSS:
.iosSlider-col-2 .td-sbig-title-wrap .td-sbig-title {
font-size: 35px !important;
line-height: 20px !important;
text-align: center;
width: 100%;
}
.iosSlider-col-2 .td-sbig-title-wrap {
bottom: 0px;
width: 100%;
}
Result: http://screencast.com/t/pmhiX95XJ7yO
Thanks
Hi,
You can add this code in Theme Panel > Custom CSS:
.span4 .iosSlider-col-1 .slider .td-sbig-title-wrap .td-sbig-title {
font-size: 15px !important;
line-height: 3px !important;
}
I’m not sure it will work for you, I need an URL to see the exact issue.
Thanks