Hi,
@TheMediumUTM Thanks!
@zelatech Just close the php tag using ?> after } then add your code.
Thanks
Hi,
You cloud try to find a better way of targeting or leave it like that if you don’t know how to do it or hire someone to do it for you.
Thanks for the message
Hi,
Thanks Christopher!
@sbo Please send a link to your site I will check this or you can use this facebook debugger tool to check https://developers.facebook.com/tools/debug/
Thanks
Hi,
When you upload and image WordPress automatically crops that image on multiple sizes and based on that function the thumbs needed by the theme to the different modules you are using are made https://forum.tagdiv.com/modules-and-blocks/
You can read more about this here:
1. http://codex.wordpress.org/Function_Reference/add_image_size
2. http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Thanks
Hi,
Yes, you can use the “Homepage – bg – no article list” page template for your Homepage http://screencast.com/t/VTFrs9KuFE And then you can hide the big slider using this css:
.page .td-big-slide-background .td_block_big_grid {
display: none;
}
Result: http://screencast.com/t/Zwocn3wz26aU
Thanks
Hi,
Please make sure you use the 1170px layout, the big slider doesn’t work at the moment with the 980px layout: http://screencast.com/t/cGae18VuIrB
Also make sure you use the 4.2.3 version of Visual Composer plugin not a newer version, this may cause issue like that also, you will find the right version within themes files (..\Newspaper-tf\plugins)
Hope this helps!
Thanks
Hi,
The best way to use only fresh posts from a category would be to chose a specific category and then use the “latest” sort order feature from block editing, this way you will have all the time the latest post from that category shown into that block.
Another option if you want them random you could use the other 2 sort order type “Random posts today” – would be the best if you add posts daily or “Random posts from last 7 days” – if you add posts once 2 or 3 days for example http://screencast.com/t/LezYULX5i
Hope this helps!
Thanks for the message
Hi,
Please send me a link to your site, point me where you posted the link in your comment.
Thanks
Hi,
Maybe this plugin will help http://wordpress.org/support/topic/emojispecial-characters-breaking-displaylayout
Thanks for the message
-
This reply was modified 11 years by
Lucian.
Hi,
To use the classic blog style you will have to set it from theme panel > welcome > import predefined styles: http://screencast.com/t/7pxdUWa633t
Unfortunately if you set this style then the whole site will look and use that style and you can’t use it just for one or two blocks.
So if you want to use that style you need to change the whole site style from theme panel.
Sorry about this
Thanks for the message
Hi,
Unfortunately you can’t as the module 7 being extended from module 1 is using the excerpt, including the featured image and the module 1 is using the whole content.
As an alternative to the featured image set manually you could try to enable the featured image from theme panel then set the post from post editing panel to the gallery format, like this: http://screencast.com/t/hmOJ6328qNi In this way the featured image it’s not showed on post and you will be able to place it where you want on your post and in those cases in which it’s convenient fro you that it showed at the beginning of the content use the standard post format.
Hope this helps!
Thanks for the message
Hi,
You can exclude the subcategory the same way using that subcategory ID (-10), it will exclude just the subcategory and its posts.
Thanks
Hi,
Please provide more details. I’m not sure I understand, do you want to change the category page template? If so you can do it by modifying this file as you like http://screencast.com/t/2Yd7IixKavs
Thanks for the message
Replied via e-mail.
Thanks for the message.
Hi,
Looks like your css it’s missing, that is why the social counter widgets looks like that and may be the reason of the other issues.
Please disable all plugins and then check if this issue is still there.
Please let me know.
Thnaks
-
This reply was modified 11 years by
Lucian.
Hi,
You can use MySQL Query cache (if you are on a dedicated server). This will speed up all pagination and JavaScript database requests making the Mega Menu and modules with pagination to work faster.
Thanks
Hi,
This is the css that makes the background of the curent menu sub-items white, I have tested thi on your site: http://screencast.com/t/xN4PHl3XmZ5
You have to remove this custom css from tehem panel:
body.blog-stack .sf-menu .current-menu-item a {
background-color: #ffffff !important;
}
Then add this one:
body.blog-stack .sf-menu .current-menu-item a, .blog-stack .sf-menu ul li:hover > a {
color: #ffffff !important;
}
body.blog-stack .sf-menu .current-menu-item .sf-with-ul {
color: #1b6cd6 !important;
}
body.blog-stack .sf-menu .current-menu-parent .current-menu-item a {
background-color: #1b6cd6!important;
}
Like I said, I have tested this on your site and works, just make sure you remove that css I have pointed you and add the other to custom css.
Thanks
Hi,
Please make sure you add the code like this: http://screencast.com/t/dU6XKtP4
Paste the code from below into the functions file:
add_action( 'pre_get_posts', 'be_exclude_category_from_blog' );
function be_exclude_category_from_blog( $query ) {
if( $query->is_main_query() && $query->is_category() ) {
$query->set( 'cat', '-2' );
}
}
I have tested this and works fine, when viewing the featured category page the posts should show only in the slider as we have excluded the featured category http://screencast.com/t/GxyXjEG9y55
If you want other category excluded add the category id like this http://screencast.com/t/EYH2T8fAwcjG
Hope this helps!
Thanks
Hi,
I see you have managed to solve this issue, I just checked your site and seems like it’s working fine now. Please let me know if you have any other problems using our theme.
Thanks for the message!
Have a nice day!
Hi,
Please make sure you have this option enabled in theme panel, like this: http://screencast.com/t/bSLCqILG
I have tested this and works fine, if the feature image is set then it will show on module 7.
Thanks
Hi,
I have added this feature on our list and we will try to implement it in future updates.
@Michaelvb
You could try this: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
You cloud also read here about this https://forum.tagdiv.com/topic/how-to-block-google-ads-in-some-posts/
Thanks
Hi,
You will get a reply there! Thanks
Hi,
The http://cherrykoks.de/wp-content/themes/Newspaper/images/no-thumb/art-big-1col.png is the path fro the thumbnail placeholder, that image shows up when there is no images to show there.
Please deactivate all your plugins except those theme requires so this way you are sure that is no plugin conflict that generates this and then please make sure you add the video into the featured video field and regenerate thumbnails like this: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
If this doesn’t solve it please give us wp-access and send your user and pass at contact@tagdiv.com so we can check and also send a link to this topic.
Thanks
Hi,
Plaese just remove the mb_strtoupper() function, like this: http://screencast.com/t/WsY0sHSu
Thanks
Hi,
You could add a button to each tab which would link here “http://www.trojansnews.com/photos/” or anywhere you want on your site, like this: http://screencast.com/t/FU3hJ9wz6sQC
Add your link for the button here: http://screencast.com/t/RNZUCjo2Jzp
You will get this result: http://screencast.com/t/7HQZogNNBia
Hope this helps!
Thanks