- 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)
If you look at the page source for your pages, and you see the correct tracking code, then the theme is inserting it in the head properly. The theme doesn’t connect to GA, rather GA reads the code from the page when you identify your site via your GA account. If GA is unable to read the code, it’s very likely the code inserted is not correct or GA has not yet added your site to its tracking platform (wait time).
Obviously all the theme can do is insert the code you provide into your head section. It doesn’t do anything else with GA.
In our case it did take 3 days to start tracking properly.
Not sure that helps. But you are correct in that unless you have specified your site to run as http://www.yoursite.xyz (e.g., in webmaster tools, and your internal linking setup, such as for local SSL cert, etc.), most WP sites run without the redundant www (http://yoursite.zyx). SO, that should line up with the code you’re using and how you setup your code in the GA system … meaning, be consistent 🙂
Hi,
You can change it via CSS, just add this custom CSS:
.td_block_slide .item {
background-color: aqua !important;
}
..in Theme Panel > Custom CSS.
Here I have change on your site, simply replace the color with your own: http://screencast.com/t/thHEAxC5Auqe
Also if you want you can use this CSS to stretch the images to fill the whole container.
.iosSlider .entry-thumb {
width: 100%;
}
..like this: http://screencast.com/t/MeSeSF1Z
Hope this helps!
Thanks
you can even test it on your demo page. Just remove max-width attr. and see the difference. I realized that while looking to my category page which includes iOSslider. I saw that iOSslider had more clear images although the image link it used was the same with being used on posts.
It’s a problem of bootstrap I know, but iOSslider has clear images despite the fact that it uses max-width coming from bootstrap framework. So, I think if iOSslider can fix this bluriness, why can’t we?
I have searched this on google but only found this, which couldn’t help me at all.
hi,
for the slide use this css:
.td-sbig-title-wrap .td-sbig-title {
background-color: #d33232 !important;
}
.td_normal_slide .iosSlider .slider .item{
background-color: #ffffff !important;
}
here : http://screencast.com/t/pjBdlxoqM2
===========================
inline add is here: http://screencast.com/t/9EcmpU968
my advice is to take a look over all the settings of the theme,not just asking whatever.
Thanks for you message.
Radu A.
Hi, please foresee an update of the jQuery version hard coded into the plugin and also support for https loading, when the blog is accessed through an SSL tunnel.
Right now Chrome and Firefox mess up when loading a blog starting with https://, because they don’t allow jquery to be loaded from http://. The loader should borrow the schema currently in use.
Thanks,
Costin
Hi,
Add this CSS in Theme panel -> Custom CSS
.iosSlider .slider .td-sbig-title-wrap .td-sbig-title {
font-size: 15px !important;
line-height: 3px !important;
}
Thanks!
hi,
like marius said the solution is to increase the big slider post number with multiplier by 4 like :
4 posts – 1 slide
8 posts – 2 slides
12 posts – 3 slides
to hide the arrows use this css:
.td_block_slide .iosSlider .prevButton,
.td_block_slide .iosSlider .nextButton {
display: none;
}
here : http://screencast.com/t/GUsVUiyLVi
Thanks for you message.
Radu A.
Thanks Radu, i’m not gonna fiddle anymore with this, im kindof tired,
i just solved in my nginx.conf, here is the line of the server block for :80 that redirects all requests to /wp-login to the ssl part of the site:
location ~ \.php$ {
location ~* /wp-login { return 301 https://$host$request_uri; }
STUFF
}
it was:
location ~ /wp-(admin|login) { return 301 https://$host$request_uri; }
and was erroring for Newspaper theme, saw it in firefox web console..
Hi,
To remove the gray color add this CSS in Theme panel -> Custom CSS
.iosSlider {
background-color: none !important;
}
For the arrows with try this CSS
.iosSlider .prevButton,
.iosSlider .nextButton {
opacity: 0.7;
}
Thanks!
I think i got it, i had a redirect in nginx for ssl under wp-admin, commented out and it works now but.. why the hack does it call wp-admin/admin-ajax.php for the live search function? aint stuff in wp-admin/* supposed to be only for logged in users??
hi,
and here is the prof that I have tested again and it worked : http://screencast.com/t/zki4Y3U01F
you need to have a plugin that helps wordpress to send the email.
you can try this: https://wordpress.org/plugins/wp-mail-smtp/ .
You can set the following options:
Specify the from name and email address for outgoing email.
Choose to send mail by SMTP or PHP’s mail() function.
Specify an SMTP host (defaults to localhost).
Specify an SMTP port (defaults to 25).
Choose SSL / TLS encryption (not the same as STARTTLS).
Choose to use SMTP authentication or not (defaults to not).
Specify an SMTP username and password.
Thanks for you message.
Radu A.
Well, with a dedicated server with 12 cores (XEON), and 32GB of ECC RAM, RE4 RAID 5, blah blah, we should be able to generate images locally using image tools already on board the system (e.g., ImageMagick, old GD Libs etc.).
For our purposes creating external accounts to handle image creation and placement across multiple news portals is needlessly complex for our needs if we can do it “on site.”
So right now we have a plugin which will create a local “thumbnail set” per theme and media sm/med/lg, and then set featured image from both locally hosted ftp images inserted via relative URL (not using media manager) and will post to media manager; will do the same with external images placed inline, but pulled from the main news hub (not locally hosted); and will also not interfere with locally created articles which have images uploaded via media manager and placed inline at top and flush right within body text.
Testing the next step, which is separate element/task which takes the featured image set either automatically or manually, and then creates the zoomed/cropped/enlarged versions and saves to media location so that theme can pull that size for the featured images on category pages and home page. This also uses the server side built-in image processing horsepower without any external I/O.
Once posted images are further optimized by mod_pagespeed and cached server side.
Stay tuned 🙂
I am testing this momentarily, in fact (Fri. May 2, 2014).
Expect either happy face or frowny face once I try this.
Also installing upgrades to our ecom system which is always a barrel of monkeys (for those of you old enough to remember that). 🙂
-
This reply was modified 12 years by
simchris.
Any chance of getting this sorted today guys? Or a refund if it’s too much hassle?
hi
.iosSlider .td-sbig-title {
text-transform:lowercase !important;
}
Thanks for you message.
Radu A.
hi,
the images are scaled so that all the image will fit the slider.
either add bigger images or use this css (will increase the image size but show only a part of the image, as the image is increase )
.td_normal_slide .iosSlider img.entry-thumb{
width: 1045px ;
max-width: auto;
}
here: http://screencast.com/t/3Qh4ATJm
Thanks for you message.
Radu A.
hi,
that arrow is from element.png sprite image (images/sprite/elements.png) , so to change the color of the arrow you need to change the arrow images in the elements.png.
to make the arrow appear all the time use this css:
.iosSlider .prevButton, .iosSlider .nextButton{
opacity: 100;
}
here: http://screencast.com/t/Mr1D43Fi
Thanks for you message.
Radu A.
Disabling all plugins isn’t an option. I need most of them to make my website work. I was just wondering if it is something theme related or wordpress related. Maybe the theme is set up to load all external js before rendering the page? And if not, how can i make the page render before those scripts are loaded? Also, the wp-postview and ajax vies count plugins slow down the rendering of the page! Are you guys planning on integrating these ajax views counters in the next update? I would be nice to so the theme functions working flawlessly with caching plugins. I mean, that is what you guys advertise with: the theme’s speed and functionality 🙂
Love to hear some opions from other people and would like to know if somebody else is experiencing the same problem with plugins or functions that make js calls to social media api! I can’t be the only one who uses plugins that show how many times a post is shared on social media.
Hi,
@thomaspe what is the status there, you have managed the issue?
Hi,
DO you want to hide the slider arrows?
Use this CSS:
.iosSlider .prevButton {
display: none !important;
}
.iosSlider .nextButton {
display: none !important;
}
If you’re running IE11 on Win7/64, try using Chrome.
I have a lot of java and security based issues with IE on Windows.
If you’re not running IE, then sorry for the post.
Chrome works great on everything in 3.6 so far for me. I no longer use Firefox due to prior hacks allowed via insecure code in FF that has only taken 5 years to fix. IE11 “mostly” works, but then will just spin and spin.
Not a problem for me… have you tired disabling and re-enabling again?
After updating to 3.6. visual composer seems to be broken.
I deactivated all plugins.. no change.
The VC keeps on loading forever.
See:

2) Ok. Any clue to how I can remove them from the iosSlider?
hi,
1) remove:and $td_query->found_posts > 1 from here : http://screencast.com/t/Q2swGH0fW2N6
2) those arrows are from the iosSlider (we integrated this in our theme) so from the there it has to be removed.
Thanks for you message.
Radu A.
Thank you for this! I added this code:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
and the theme “breaks”!
It’s my first day with the new theme and I’ve lost approximately 9000-10000 of my average daily tracked visitors! Can you please tell me how to fix this issue?
