If you disabled all plugins then the header problem would have gone away. The only other explanation, besides a plugin conflicting somewhere, is if you have custom code that is conflicting somehow.
I see you also use WP Fastest Cache. Turn off JavaScript minification and combination in the settings. That *can* cause this issue. NewsMag theme documentation says not to minify the .js because it breaks the code. You can leave on all of the other settings for WPFC, including the css minification and combination features.
Be sure to completely clear the cache, including the CSS and JS (the bottom option on the admin bar WPFC menu) after you change the settings.
Let me know.
Hi Lucian,
here is the modified code of td_module_6.php with 2 custom fields and 2 CSS selectors
<?php
class td_module_6 extends td_module {
function __construct($post) {
//run the parrent constructor
parent::__construct($post);
}
function render() {
ob_start();
?>
<div class="<?php echo $this->get_module_classes();?>" <?php echo $this->get_item_scope();?>>
<?php echo $this->get_image('td_100x75');?>
<div class="item-details">
<span id="datfei"><?php the_field('datum_feiertag'); ?></span><br/><span id="gueltigkeit"><?php the_field('gueltigkeit'); ?></span>
<?php echo $this->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) { ?>
<p class="td-post-sub-title"><?php echo $td_mod_single->td_post_theme_settings['td_subtitle'];?></p>
<?php } ?>
<div class="meta-info">
<?php if (td_util::get_option('tds_category_module_6') == 'yes') { echo $this->get_category(); }?>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php //echo $this->get_comments();?>
</div>
</div>
<?php echo $this->get_item_scope_meta();?>
</div>
<?php return ob_get_clean();
}
}
here are 2 links:
this is a category page using the module 6 (working fine):
this is a page using the block 7 in the sidebar (it would also not work if I add a VC block 7 in the content – already tried that) – you see that the CSS is there (black background) but no content…
regards
Christoph
Hi,
To use RTL you should localize your WordPress: http://codex.wordpress.org/WordPress_in_Your_Language
Install WordPress in your language then automatically the theme will use the RTL.
Search the forum for suggestion and fixes for the issue you may encounter with this and you should also consider that unfortunately we recently have decided that starting with the next theme update we will not include RTL support within the theme. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the RTL support or you can update it and make yourself the necessary adjustments needed.
The theme’s grid will be changed on v.5 and with it the whole css, from the code perspective it will practically be a new theme and unfortunately we don’t plan to add RTL support for it, sorry for this. There are a lots of new elements and we had to take this decision because we don’t have too many RTL customers and designing the theme to support RTL layout will cost us lots of resources.
If you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure.
Sorry for the inconvenience!
Thanks for the message and for understanding!
Hello Tagdiv support team, i just would like to ask you how can i increase the width of the logo to more than 300px. Could you please tell me the right css code to use?
Thanx in advice
Filippo
B2 Studio
Thanks for considering the inputs …
the css is working fine …
thanks a lot
Hi,
There is an option to set the default site post template but this is overwritten by the post template from the backend when you add/edit a post: http://screencast.com/t/oNcWv836D0
Unfortunately this cannot be set from category settings, but we will think to add an option if more users will ask this. We have over 200 features on our list we have to pick very carefully what we implement. Thanks for suggestion!
Please try this custom css for that issue: http://screencast.com/t/dr7NTR9W
.single_template_1 .td-post-text-content p{
clear: left !important;
}
Hope this helps!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/K5X9pprHmBH
.td-menu-wrap #td-top-menu {
padding-left: 0px;
}
Thanks!
Hi,
1. Please try this custom css for background color: http://screencast.com/t/3Nd1pdmNKB
.td-page-wrap{
background-color: rgba(42, 172, 203, 0.38) !important;
}
2. I think that you refer to this shadow: http://screencast.com/t/w3vHbM9pk so please try this css code in Theme Panel > Custom Css: http://screencast.com/t/K7V92H9tCC0
.td-full-layout .td-footer-wrap{
background: none !important;
}
3. Please remove this code from td_block.php: http://screencast.com/t/MCSkzGbWD
And also add this css to remove underline when you hover: http://screencast.com/t/ztNDEiKt
.td_block_wrap .block-title a:hover{
text-decoration: none !important;
cursor: default;
}
Also for background I think that you want something like this: https://forum.tagdiv.com/topic/background-color-for-title-of-block-or-widget/
For the arrows you can use a background image to replace them, as the arrows are images and you cannot change the color: http://screencast.com/t/Xsbs6PmTqZ5
.td_ajax-prev-page, .td-ajax-next-page{
background-color: blue;
}
4. You can try customize a module for example comment this code in module_search.php: http://screencast.com/t/jwd5LedNCV use it for category page from Theme Panel: http://screencast.com/t/3OW8Hp2l8
And use this custom css: http://screencast.com/t/eUkykVx7QCe
Or you can create a new module: https://forum.tagdiv.com/topic/has-anyone-successfully-made-custom-blocks-that-show-up-in-visual-composer/#post-10478
5. You can add an extra class to the column and target block 10 using inspector tool.
6. Unfortunately theme doesn’t an option for this and you will need custom work for this. You can try to follow this topic but this will affect all blocks: https://forum.tagdiv.com/topic/how-to-sticky-post-on-big-silider/#post-12938
7. WordPress has some default cropping sizes http://screencast.com/t/ifk8fE1HYk and we added more sizes inside the functions.php file – http://screencast.com/t/2QaaubXnqxL
Those sizes are used on modules and sliders (including the Big Slider), you can read here about the thumbs used on modules and sliders https://forum.tagdiv.com/modules-and-blocks/ It isn’t an ideal image size so it can look good on all thumbs.
Thanks!
Hi,
Yes you can do it like that or if you want to that css code apply on all pages you can add the css in Theme Panel > Custom Css: http://screencast.com/t/iDEq2ytyZx0D
Thanks!
The issue was that the menu was not being center aligned properly. It was positioned more towards the left side, rather than center.
So I did these 2 things:
1. Removed the word ‘container’
2. Changed ‘span11’ to ‘span12’
Now, the menu is positioned more towards the right side, rather than center.
I need it to be exactly center-aligned. Please tell me how to do this.
P.S. I added the css to fix the 2 rows you mentioned, and it worked. That wasn’t the reason I wrote this post, but thanks anyway! 🙂
ENC Definitely picked up speed from the changed, even when checking during your downgrade.
There’s no question about it, NewsMag 1.7 has something wrong with it that’s affecting installations on multiple server platforms, types, and configurations.
Looking at the update log for 1.7 I only see one possibility for where the problem could be, and that’s in the lazy loading code. The adjustments to the search function could be causing it, which seems unlikely, but there is no longer an option to enable/disable the search from the main menu.
I know there were instructions for disabling the lazy loading feature, but 2 lines of php and one CSS class do not a comprehensive lazy load make. I can’t think of anything that would cause every entire page to load at half speed, or worse.
After 9 years with WordPress and 20 years with webdev… and the sticky post in this forum on how to upgrade the theme … um, yeah… I updated it with fresh version.
I have to do completely fresh version as I tweak the theme for some minor things like custom field for hit counter, remove the XLRPC thing from header, minify the style.css, remove the breadcrumbs from search template, and put in our custom functions for optimization and disabling some things like not loading the visual composer CSS on post pages, etc.
So, in theory all things being equal the 1.7 site should behave just like the 1.6 sites except with lazy loading on top.
And I never use child themes, and all files are uploaded with Linux/unix line breaks vs windows, etc.
(I’m an advanced user …. obviously …)
Hence my … what the hell, man reaction with the ENC site.
So… going to roll that back once I get couple more client things done.
Basically going to use our tweaked 1.6 version – same exact thing running musewire.
Of course the dbase for ENC is hideously huge, and 10x the size of musewire, but other than that …
We have 32GB RAM, 12 cores of XEON power, and dedicated gigabit switch in Class A datacenter (SoftLayer) … so, we’ve got the juice.
ENC has 512MB allocated to PHP. So… may I just say … “sheesh!” 🙂
Hi,
I’m not sure how could you achieve that easily. The theme also adds some css to the WordPress’s admin panel but the main one comes from WordPress and I’m not sure if you can remove it’s responsiveness.
You can switch to a default WordPress’s them to notice the differences.
Thanks
Hi,
Not sure what you mean by category based post style Please provide more details on that.
Not sure if this is what you meant but for post template style 1 you can use the css below to make the image on the right, like this: http://screencast.com/t/xSE1rCYgVf
.single_template_1 .td-post-featured-image {
float: right !important;
}
Thanks
Hi,
1. You can try to hide them via css:
.single-gallery .td-a-rec-id-content_top{
display: none;
}
.single-gallery .td-a-rec-id-content_inline{
display: none;
}
.single-gallery .td-a-rec-id-content_bottom{
display: none;
}
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/DAyW1St9R
2. An alternative will be to duplicate the content’s function from td_module_blog.php and rename it also remove the ads from that new function: http://screencast.com/t/i5zov8gB After this just call the new function in your template: http://screencast.com/t/MtYutvtC1PA
Hope this helps!
OK thanks, and if we want to change this color? -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-03-24%20alle%2015.39.56.png
We can do this for each page by entering CSS code of Visual Composer? See this -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-03-24%20alle%2015.41.42.png
Hi,
I’ve also tested this using the latest theme version and it seems that the color settings for block title doesn’t works.
I’ve added this issue on our todo list and we will fix it in next theme update.
Until then you can use the css from below to change slider’s block title: http://screencast.com/t/CPUskhkh0
.td_normal_slide .block-title span {
color: #EDC5C5;
background-color: #4726E0;
}
Thanks for reporting this!
Sorry for the inconvenience!
Hi,
@zoheb127 Please provide more details about what you exactly trying to do as Emil said this is no tested and you probably will need more css customization. You said that you have deleted the search so you will only need remove classes that Emil suggest above(just delete span11 and container words from the code). Please make a backup of your file first so you can revert if you don’t like the result.
I have checked your site URL so if your issue is that the menu on two rows on tablet screens please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/09HQx4U1j
@media (min-width: 768px) and (max-width: 1018px){
.td-menu-wrap #td-top-menu {
padding-left: 0px !important;
}
.sf-menu > .td-menu-item > a{
font-size: 12px !important;
}
.sf-menu > li > a{
padding: 0px 8px 0px 5px !important;
}
}
And change span11 to span12 if you don’t need search on menu(you already deleted the code): http://screencast.com/t/HwXZTo8iSXd
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try the css code from below and add it in theme panel custom css filed: http://screencast.com/t/xbJSKdQbyCEs
.wpb_revslider_element {
padding: 0px !important;
}
Thanks
Hi,
This issue appears because you use Header style 3 with blog stack. For Classic Block stack we made a special header, this one http://screencast.com/t/FEoXVhLMpcv and in combination with other headers is not guaranteed that everything will work fine.
So it is better to change the header if you use blog stack, but also if you want to use it like this you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/gHftD9jg3R
@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img{
width: 30px;
}
}
Thanks!
Hi,
The megamenu was not designed to work on rows, that why you have this issue. You have changed the number of post displayed on megamenu from the code and get this issue.
You can try this css code in Theme Panel > Custom Css if you want to use the megamenu like that: http://screencast.com/t/BQ0CaXA9PU0
.td_mod_mega_menu:nth-child(6){
clear: left;
}
Thanks!
Hi,
For some reason get_the _time function take the custom post date also in the sidebar. A solution it will be to leave the default sidebar for this custom posts and change sidebars for all other categories, posts, pages…
Also use this custom css to hide the date only for that custom posts: http://screencast.com/t/l6xp0psI1
.single-event .entry-date {
display: none;
}
Also please read plugins documentation maybe there you ca find some details about plugin’s post templates.
Hope this helps!
Well as of now I’m using the latest theme and jetpack, also the following plugins
Add Meta Tags, Akismet, Contact Form 7, Limit Login Attempts, Post in Page, Remove Category URL, Revolution Slider, tagDiv Social Counter, tagDiv Speed Booster, WP-GeSHi-Highlight, Visual Composer and WP QuickLaTeX.
In Jetpack I’ve activated Custom CSS, Custom Content Types, Gravatar Hovercards, JSON API, Jetpack Comments, Manage, Publicize, Shortcode, WP.me shortlinks and WordPress stats.
So far there is no problem.
Hi and thanks in advance,
I updated the theme a few days ago, I notice i see a warning in chrome:
https://support.google.com/chrome/answer/1342714
When i check the console I see many errors:
element.style {
}
.td-content-wrap {
position: relative;
top: 0;
left: 0;
}
* {
line-height: inherit;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div {
display: block;
}
Inherited from div#td-outer-wrap
* {
line-height: inherit;
}
Inherited from body.page.page-id-201.page-template-default.logged-in.admin-bar.emergency-room-near-me.white-menu.wpb-js-composer.js-comp-ver-4.3.5.vc_responsive.td-boxed-layout.customize-support.td-js-loaded
body, p {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 21px;
color: #222222;
}
body {
visibility: visible !important;
}
* {
line-height: inherit;
}
Inherited from html.js_active.vc_desktop.vc_transform
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
* {
line-height: inherit;
}
Pseudo ::before element
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Pseudo ::after element
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
position0
0margin‒
‒border‒
‒padding‒
‒1349 × 2933‒
‒‒
‒‒
‒‒
‒
.
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1 Mixed Content: The page at ‘https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-88998694171090…&srr=1&fu=16&bc=1&ifi=1&xpc=J8rlV6L4Gn&p=http%3A//bnearme.com&dtd=65&dpt=1’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext’. This request has been blocked; the content must be served over HTTPS.
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1Z.Cb
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1 Mixed Content: The page at ‘https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-88998694171090…&srr=1&fu=16&bc=1&ifi=1&xpc=J8rlV6L4Gn&p=http%3A//bnearme.com&dtd=65&dpt=1’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&su…tin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic’. This request has been blocked; the content must be served over HTTPS.
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1 Mixed Content: The page at ‘https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-88998694171090…&srr=1&fu=16&bc=1&ifi=1&xpc=J8rlV6L4Gn&p=http%3A//bnearme.com&dtd=65&dpt=1’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400it…tin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic’. This request has been blocked; the content must be served over HTTPS.
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1 Mixed Content: The page at ‘https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-88998694171090…&srr=1&fu=16&bc=1&ifi=1&xpc=J8rlV6L4Gn&p=http%3A//bnearme.com&dtd=65&dpt=1’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Droid+Sans%3A400%2C700%7CDroid+Serif%3A400%2C700%7CArimo%3A400%2C700%7CVollkorn%3A400%2C700’. This request has been blocked; the content must be served over HTTPS.
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1 Mixed Content: The page at ‘https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-88998694171090…ppjl=u&fu=16&bc=1&ifi=2&xpc=58Di0bRcQt&p=http%3A//bnearme.com&dtd=99&dpt=1’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext’. This request has been blocked; the content must be served over HTTPS.
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1 Mixed Content: The page at ‘https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-88998694171090…ppjl=u&fu=16&bc=1&ifi=2&xpc=58Di0bRcQt&p=http%3A//bnearme.com&dtd=99&dpt=1’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&su…tin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic’. This request has been blocked; the content must be served over HTTPS.
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1 Mixed Content: The page at ‘https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-88998694171090…ppjl=u&fu=16&bc=1&ifi=2&xpc=58Di0bRcQt&p=http%3A//bnearme.com&dtd=99&dpt=1’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400it…tin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic’. This request has been blocked; the content must be served over HTTPS.
ads?client=ca-pub-8899869417109027&format=300×250&output=html&h=250&slotname=9856088599&adk=1582781…:1 Mixed Content: The page at ‘https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-88998694171090…ppjl=u&fu=16&bc=1&ifi=2&xpc=58Di0bRcQt&p=http%3A//bnearme.com&dtd=99&dpt=1’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Droid+Sans%3A400%2C700%7CDroid+Serif%3A400%2C700%7CArimo%3A400%2C700%7CVollkorn%3A400%2C700’. This request has been blocked; the content must be served over HTTPS.
s:1 Refused to display ‘https://googleads.g.doubleclick.net/pagead/drt/si?p=CAE&ut=AFAKxlQAAAAAVRBX…rh_k2nZ4nzX_yjto5JFX3sLi7uWdOjAhxyOfGViNG7bZ4YUFOl9VD1ZCFceKTpxq0UMQ&dpt=1’ in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’.
s:1 Refused to display ‘https://googleads.g.doubleclick.net/pagead/drt/si?p=CAE&ut=AFAKxlQAAAAAVRBX…acem6sxibGmFktPY71WwUf7-Eda_J-Dy7E47A8Yvf5_z1MCxzr5gbuezX2GhvV_xk1Gg&dpt=1’ in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’.
s:1 Refused to display ‘https://googleads.g.doubleclick.net/pagead/drt/si?p=CAE&ut=AFAKxlQAAAAAVRBX…Cw4M8RFO0VrdEpnaVvnBMGNFGEmzlklJK14ZYE27_I3EFFXlR8YsSWvrwpmC0Z-vnZZQ&dpt=1’ in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’.
my site is now behind an ssl and I dont use any external plug in in this pages.
any help would be appreciated.
.
BUt on the html i do nto see anything wrong. even it says scaled but html or css doesnt show any change.
IF there is any problem with this tumbs how we can solve.