Hi guys – I’ve installed an SSL certificate on my domain and now want to switch from HTTP to HTTPS.
Am using the wordpress plugin “Really Simple SSL”, and it’s telling me this:
Before you migrate, please check for:
Http references in your .css and .js files: change any http:// into //
Images, stylesheets or scripts from a domain without an ssl certificate: remove them or move to your own server.
Can you please provide instructions on how and where to change the required .css and .js in the theme from http:// to // ?
Thanks!
Bran
i contact WPBakery Support after Visual Composer Update keep crashing my website !
on this websites am using Newspaper 8 and Visual Composer.
this what after Visual Composer support are saying !
WPBakery Support –
The issue can occur if get_row_css_class or add_shortcode_param was used in the theme. These functions were deprecated in past and your theme is still using it. You can contact the theme author to get rid of these from the theme so that the issue will be fixed at your end.
how can fix !
Make sure you have your site properly setup for https
a) change explicit setting in your wp-config.php file for website URL and plugin directory
b) change any settings in theme panel that still have http vs https such as logo, etc.
c) search/replace post meta via phpmyadmin for any old image links
d) make sure you have proper redirect for http requests to https for your site
e) check “what” is not loading via https– theme CSS or a plugin?
I did all that when moving to https back in 2014, and always a few gremlins….
not sure that helps… but there you are 🙂
CSS is not loading. How can I fix this?
Thanks a lot, I will not lose my theme customisation and/or custom css code when I update my theme in the future?
Please tell me it isn´t so.
I have just upgraded to 8 from 7.something.
Main aim – to get the black theme.
Just had a hellish weekend dealing with the fallout, and now I discover the mobile theme, i.e. that used by over 50% of our readers, remains in white.
I totally get that the mobile theme is all about speed, but black isn´t any slower than white is it? Usually faster if anything. Seriously, surely you understand that anybody wanting the black theme wants it for reasons of style and aesthetics? Surely if black wasn´t available you´d slap a big warning over the black theme, along the lines of ´we´ll warn you now that it isn´t compatible with the mobile theme so don´t waste a weekend masking everything look uber cool in black only to find out it isn´t, infact it will look a lot worse than it did before you started, because it has been designed for black but will be displayed on white. ´Surely you´d say that?
Tell me it isn´t so, but as i´ve a horrible feeling you won´t be able to, point me in the right direction of getting the mobile theme compat with the desktop. i assume there is some css in the default desktop demo that flips everything to make it the black version of the default demo.
(please don´t say carry on using the desktop version for mobiles if you don´t like its features)
Hello adam21s,
You can try using a bit of CSS code to do this. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-social-style-2 .td-icon-font {
top: -444px;
}
The result is here -> https://www.screencast.com/t/qSse0kDhh685
Thanks for your understanding!
Hello adam21s,
You should use a bit of CSS code in order to achieve this. Provide your website URL so I can take a closer look to it and so I can provide some code in this case.
Thanks.
Hello,
You can try to use a float:right on the banner. Please provide a link to your site so I can inspect the banner code and see if there is a css solution.
Thanks
Hello,
Please read the documentation:
https://forum.tagdiv.com/smart-sidebar-2/
The scroll to top button can be activated using this code in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks.
Hello Bogdan.
The widget and CSS-coding part of appearance have been slow from the beginning of installing the template, i.e. before any accumulation of plugins. Perhaps tagdiv could take a look at these two sections alone. I used another template prior to Newspaper, and widgets and CSS-coding worked well then.
Best GK
Hi,
For removing the gradient, you could try a code like this
– https://www.screencast.com/t/2WwLwdIxV9
Enter it in Theme panel->Custom Css
.td_block_big_grid_fl_7.td-grid-style-1
.td-module-thumb a:last-child:before {
display: none!important;
}
For the border I don’t know how exactly you want it to be. You could use something like this for example
– https://www.screencast.com/t/pyKTqI3tO
.td_block_big_grid_fl_7 .td-module-thumb {
border: 1px solid blue;
}
Or create your own code and customize the grid modules the way you want. Use the browser inspector to identify the elements present and their classes and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello Kostas,
Unfortunately, I do not exactly understand what you mean, sorry! Please notice that our theme does not have any such an option that allows you to make these changes, sorry! If you want to add some custom CSS to your website, notice that you can add it in Theme panel->Cusotm CSS code.
Thanks for your understanding!
Hi,
The “Hide on device” functionality is not working after updating the Newspaper theme to release 8.0.
I have some custom CSS, both in the panel as well as in the page settings. I have tried to remove everything but issue is still there.
I’ve setup an example page on this link: http://handballbase.com/herrar/division-5a/ pw: abc123
Best regards
Hello,
The spacing comes from the block’s and page margins and padding.
Try to add this code in the theme panel-> custom css box:
.td-main-page-wrap{
padding-top: 10px;
}
.td_block_trending_now{
margin-bottom:30px;
}
Thanks
Hello economiesofsport,
Unfortunately, please notice that we do not recommend doing this change because the theme layout can be broken, sorry! As a hint, you can try using the following code and place it in Theme panel->Custom CSS area.
The code is ->
.td-container-wrap {
width: 1105px;
}
Thanks for your understanding!
Hello,
No, making a child theme will not change the theme settings. But if you just want to make css modifications, you do not needs a child them at all. You can simply use the theme panel-> custom code-> custom css box to make you modifications.
Thanks.
Hi
I change ajax filter color with this css
.td-subcat-filter .td-subcat-link{
color:Black!important
}
Than ajax filter hover color does not work.
help me TT
Hello,
Each demo has it’s own style and custom features. If you want to replicate a feature from one demo and implement it on another demo, this is not covered by the theme support. Each of the demos has the stylesheet present in the theme files where you cna find the css code used. Here is the code you are looking for: https://www.screencast.com/t/LOQwGbh4y7f
Thanks.
Hi,
Please enter this code in Theme panel->Custom Css and it will remove the page title
– https://www.screencast.com/t/8rhKYsbFfK
.page-template-default
.td-page-title {
display: none;
}
Thanks
Hello,
Google requires the date to be activated on posts in order to get a full score. If you do not want to show the date you can simply hide it with css.
Add this code in your theme panel -> custom css box:
.td-post-date, .td-post-author-name span{
display:none;
}
And leave the option on in the theme panel.
Thanks
Hi and congratulations for this great theme.
I’m not so familiar with the theme’s structure (bought it only a few days ago).
So here’s the question:
Is there a Css snippet to modify theme’s default typography?
I find it much easier to group and define typography with Css instead of having to go pick it one-by-one through the theme panel menus. I tried myself to extract the relevant Css items from style.css, but it seems that I’m always missing something.
Thanks in advance.
Kostas
Hello elmundoboston,
You should use a bit of CSS in order to do this. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.page-id-1372 .td-header-ad-wrap{
display:none!important;
}
The result you should see here -> https://www.screencast.com/t/SBEp5CZwB
You should create your own CSS code for your desired page using the page ID.
Thanks for your understanding!
Hi,
1. Removing the Back/Next from the smart list pagination can only be done by modifying the theme files. You can try removing the text in this file, from these locations
– https://www.screencast.com/t/WtAQrsWo1w
– https://www.screencast.com/t/m5LXRTQNow
2. The author box displayed on the post page, can be disabled in theme panel
– https://www.screencast.com/t/ffTJUg8P20X
3. If you want to set a background color for the bottom sharing, you could do that with a code like this
– https://www.screencast.com/t/CImJhWySp
The code must be entered in Theme panel->Custom Css
.td-post-sharing-bottom {
background-color: red;
}
Thanks
i cant find the TD composer full options, for an example i only can see up to 7/8 blocks…i cant see any social media links under css option (according to your 3 min tutorials)
is there any service for a complete installation with my desired page or set up?this theme is driving me crazy…
thanks in advance.