Search Results for 'ssl'

    No search results were found in Documentation!

Results from the Forum
Jerrad
tagDiv Member

I just figured out where the conflict is happening with Gravity Forms and Newspaper… which may also be in the same place for Newsmag!

Using Google Chrome Developer tools, I was able to trace back the error to the td_wp_booster_functions.php file where there’s some code for “css for wp-admin / backend”. It’s just this CSS code that seems to be causing the issue because I tried commenting out the javascript section and it didn’t help.

When I commented out the lines 382-399 and uploaded the file to the server, I was able to use all the tools on the Gravity Form pages which I wasn’t able to before. Of course now that I have done this, the Newspaper settings pages are not styled correctly and are completely non-functional.

Which wp-admin pages does this CSS script need to load besides the Newspaper/Newsmag admin pages = Welcome, Plugins, Install Demos, Support, System Status, and Theme Panel? Is it needed on post type edit screens? Is there a way to modify the code below to make it work on the required pages and not load on other plugin settings?

add_action('admin_enqueue_scripts', 'load_wp_admin_css');
function load_wp_admin_css() {
//load the panel font in wp-admin
$td_protocol = is_ssl() ? 'https' : 'http';
wp_enqueue_style('google-font-ubuntu', $td_protocol . '://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic'); //used on content
if (TD_DEPLOY_MODE == 'dev') {
wp_enqueue_style('td-wp-admin-td-panel-2', td_global::$get_template_directory_uri . '/td_less_style.css.php?part=wp-admin.css', false, TD_THEME_VERSION, 'all' );
} else {
wp_enqueue_style('td-wp-admin-td-panel-2', td_global::$get_template_directory_uri . '/includes/wp_booster/wp-admin/css/wp-admin.css', false, TD_THEME_VERSION, 'all' );
}

//load the colorpicker
wp_enqueue_style( 'wp-color-picker' );

// load the media library - necessary for block widgets with image params
wp_enqueue_media();
}

Thanks,

Jerrad

Excalibur777
Participant
#0

Hey guys / developers,

We’ve tested our blog with your theme on http and https, using Cloudflare and Wp Super cache and we’ve noticed that with https the performance of our blog (Google Pagespeed, Pingdom, GT Metrix) drops from A 99 % to B 70%. That’s a significant drop.

We saw in the results it has problems with some javascripts in your theme.
When we switched off some plugins, we got the same results.

Could you pls take a look at it and improve performance of your theme?

Simion C.
tagDiv Staff

Hi,

That is the way the slide displays on smaller devices. You could try a code like this and make the slide have a bigger height in this case
https://www.screencast.com/t/22w4mD3np
Enter the code in Theme panel->Custom CSS section

@media (max-width: 500px) {
.iosSlider-col-3 .entry-thumb,
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 250px!important;
}}

Thanks

simchris
tagDiv Member

Well, we have been using it every day on 20 websites for the past 3 years. So it’s being used on the CANW website “right now.”

It works. Since it’s a simple function, there hasn’t been anything that has changed in WP that would cause it to break. It basically fixes something that should be built into WP to begin with, frankly.

But also does neat stuff like create default thumbs for old posts which don’t have featured images assigned, etc.

So … up to you 🙂
Works for us every day, flawlessly.

That’s how all those thumbs are seen on the ‘national’ category on the CANW link. It’s making those from the images in the syndicated posts, which are hosted on Send2Press.com. Snazzy!

simchris
tagDiv Member

1) you need to actually use https:// for your website and need SSL cert.
2) your link spawned popup window “bomb”

umar-farooque
Blocked
#0

sometime newsmag theme serve style css file and all links with https://
that’s why source does not load css
check http://cantinhodarosy.com

redshoepaul
Participant
#0

Hey everyone, just after installing the theme, no images have been showing up other than the advertisement header. Updated to the newest version and it’s still not working. The theme worked flawlessly on my test server.. Examples below:

https://postimg.org/image/87v2dg46j/
https://postimg.org/image/4qt0ah54b/
https://postimg.org/image/400a4p2qz/

Is this in result to some poor CSS error by default? After trying to upload featured images myself, those still don’t show up either. Could this be a server side issue?

Thanks!

Mayapur Voice
tagDiv Member

Fair enough, Bogdan. You got to move on your own not depending on VC, a third party plugin, although it served a great purpose at a different time. VC is no doubt a great plugin but if you have to play at its tune then it’s obviously not the best option for Newspaper theme. So I understand your move. I sincerely hope the td composer will soon become popular among Newspaper users.

A suggestion that could save you lots of hassle- do not install td composer along with the theme upgrade. Let users understand what it is, how it works, and decide on their own when to or whether to install it. What happens now is, it is installed by default and by nature overpowers VC, and that seems to be causing issues. This, of course, only if it is technically feasible considering you may have written the theme codes keeping tdc in mind and may need it to be installed while upgrading. Just a thought… Have a good day!

Mayapur Voice
tagDiv Member

Thanks. Finally I upgraded from 7.8.1 to 8.1 today. Looks like our Facebook likes have gone for good. Doesn’t look like a theme issue. Perhaps something to do with facebook. I noted the Like count restarting from 0 on some other post/s also. Whatever the reason, it’s completely crazy. Anyway…just wanted to update you (one thing I noted is, the theme image on WordPress dashboard still shows Newspaper7 instead of 8).

BTW, the upgrade did wipe out my widget settings on Home and Post pages but it wasn’t that of a big deal. I could get them up again quickly. Yet to implement td composer. Hopefully it will work seamlessly. Keep up the good work, friends!

Scumbag
tagDiv Member

Well, the way that it currently has the drop down menu doesn’t work well. Users aren’t able to scroll down through all the states, it’s a pain in the ass. I want people to be able to search and browse and click the states quickly and painlessly without having to hit the drop down every single time. I would much rather prefer to have 6 rows of the states as opposed to one row with a drop down that spans 1,200 px down the page and people can’t see them all due to certain mobile phones. There has to be a way to change this. Where is this specific part of the code located at in the template? I can update the code myself there if you could tell me where this specific part of the code is isolated.

Thanks.

j0suedaniel
Participant
#0

This is the third time i Start over again on a new page, and after Setting up all the blocks, when i Save the page it shows this error after and no content.

It makes no sense for me, also it gives an error if i try to apply the unique article options, even if i not using any AJAX pagination.

In the previos version, i had ajas + unique articles on and it works flawlessly

Screenshot: https://cl.ly/1l082r1v0Z3R

Plexus7
tagDiv Member

Catalin,

thank you for your kind response, the problem persists even I deleted and installed the theme from zero. The theme icon in WP admin panel is also missing, just this icon, rest are visible. If you check my site with gtmetrix.com for example you will see on the preview that the icons is also missing, and this preview is generated on different location from my local machine. Also I’ve tried to deactivate SSL plugin in order to isolate mixed content problems. Same result. It is theme-related problem, but I have no idea how to deal with it.

Thanks also for the good guidelines for site optimization. I’ll try my best.

harshalone
Participant
#0

I have SSL enabled om my website https://www.lonare.com/ but on the home page its not showing that its ssl may be few components are not loaded correctly.

Can you help me figure out which components and how I can fix this issue?

Thanks

mrtkilic
tagDiv Member

Really Simple SSL I got it. Thank you.

Plexus7
Participant
#0

Hello tagDiv team,

I’ve just updated to new version 4 and have a problem with icons – down arrow in menu bar, search button, visitors icon and so on. I’ve never experienced such a problem till this version. My site is with Let’s Encrypt SSL and SSL plugin to deal with mixed content. Also I’ve switched to your new composer.

Also I’ve experiencing slower load speed, worse google speed test, lagging after update ;(

You can see my site on vivata.bg

Catalin
tagDiv Staff

Hello rtissler,

If you want to change the title color you should use a bit of CSS code. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-blog-fitness .td_module_wrap:hover .td-module-title a {
color: green !important;
}

The result is here -> https://www.screencast.com/t/vRyP6EXP

Thanks.

mrtkilic
Participant
#0

I switched to https on the web.
But I get the error you see.

Confirmed: Not Specified
https://www.demiryoluhaber.com

Would you help me with this?

Aldemi
Participant
#0

Hello everyone, sharing information

1 – TagDiv Composer not Loading, spinning cirlce always!

For you who have the problem when editing page with tagDiv Composer,
When editing the main page or any other page, the page turns gray
And, with a circle in the middle of the page always turning.

http://www.screencast.com/t/RWC1f6hN0W

How to solve:

Do you use HTTPS?

Do you use any plugins for the https configuration?
In particular this here “HTTP headers to improve web site security“?
http://www.screencast.com/t/6mFgyqjeGGoz
or
LH HSTS
Really Simple SSL

If your answer is yes, disable any plugins that are specific to https.

And if you have the “HTTP headers to improve web site security” plugin, delete this plugin that your site will work, and you will be able to edit the main page

2 – If you have another specific plugin that contains some of this confiction here:

http://www.screencast.com/t/B4b5py3H9

Some of these settings are causing the problem, and if you have other plugins that have some of these options here, DISABLE Possibly this is also the cause of the problem.

Now it’s just joy !!!! It is only to use tagDiv Composer, and enjoy this powerful and wonderful tool.
I hope I have helped!!!

Aldemi

slo
Participant
#0

Hello,
i have a problem with isntalling SSL certificate and locked myself out of cpanel and everything.
Now i restore database back for 2 days and when i load my page i see…

http://prntscr.com/fzkrm9

No icons for social network and also for Actual items down…
Also for weather…
http://prntscr.com/fzkrvy

What happened ? 🙁

Thanks for answers.

DaveS
tagDiv Member

I tried deactivating of all plugins and used wp-optimize – the paths in question are still accessible and index-able. These urls are not included in the sitemap. I hape only post sitemaps, post-tag sitemap and category sitemap. In the meantime duplicated content issues in the search console are counting.

I don’t have a caching plugin but use memcache and litespeed on the server (it’s a shared hosting). However I don’t think this has something to do with the problem.

I see that many sites have a similar issue:
https://www.google.bg/?gfe_rd=cr&ei=Gl1zWer0LqGz8weAj5eQBg&gws_rd=ssl#q=/wp-content/uploads/revslider/templates/

Any help will be much appreciated!

Aang359
Participant
#0

I am facing a weird issue after setting up SSL certificate for my site. My newspaper theme’s home page and all other pages are working fine but my post/article pages are continuously reloading. I tried deactivating plugins, .htaccess and web.config etc but none is working. Please help me if someone had faced such issue before. Mentioning below example post URL for you guys to check:
https://mbahunt.in/venkateshwara-open-university-distance-mba.

Thanks in advance.

Rani
tagDiv Member

Ok, this looks like I made a stupid error installing the theme. An error which should not able the theme function at all but it does 🙂 I had the theme installed in “/themes/Newspaper/Newspaper/” folder…

I need to reinstall it, sorry for the hassle.

Cheers

Torasko
tagDiv Member

That’s an interesting piece of information. I suppose Word Online uses character encoding that gives weird results once entered directly into WordPress. It seems like a bit of hassle to get Word Online to save it into a TXT-file with UTF-8 first, before putting it in an article, but it’s nice to know there is a workaround just in case.

Thanks and have a great day.

Catalin
tagDiv Staff

Hello Daniela,

We have no reports of this issue for the moment. It must be something local affecting it.
Please check to see if the implementation is done correctly:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/

If everything is in order, try it without plugins as there could be a plugin conflict affecting it. Disable all plugins except the page builder, clear cache and reset CDN files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functioning of the theme.

Thanks.

Amit
tagDiv Member

@cruising-sea

After installing SSL you must change your site URL and WordPress URL to https version
Refer: https://www.infophilic.com/resolve-mixed-content-warning/

Viewing 25 results - 1,026 through 1,050 (of 1,756 total)