Hi,
Tested this and look like you can’t do it. The button doesn’t gets the color only if it’s one of these: http://demo.tagdiv.com/newspaper/buttons/
If you want other colors you have to add it via css and you can use the buttons class and re-write the color.
For example in your case you can use the class for green and add your own color so when you use the green for color it loads your custom color, like this:
.td-post-text-content .wpb_green {
background: #52D017 !important;
}
Thanks
Hi,
1. For the first one try adding the rev slider and the text content like this: http://screencast.com/t/tIvpXH01
Result: http://screencast.com/t/cjKYuy8b
2. You can do it like @TheMediumUTM said and add it using custom layout http://screencast.com/t/avK5ot1Kn9c
3. Please provide more details/screenshot of what are you trying to archive and we will try to provide you a fix for it. I have tested the button and doesn’t seem to work we will look into this.
4. You can use this custom css in Theme Panel > Custom CSS filed to center the header main menu:
#td-top-menu .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
Try this ones: http://screencast.com/t/athHle0z
Thanks for the suggestion, will add more in the future updates if more people demand this.
5. Like i suggested above you can use an “Text Block” element for that and you can chose a custom class and use it to change the font style by adding a custom css like this:
http://screencast.com/t/owpfgD3uXp
6. Like @TheMediumUTM suggested you can use a row and split the row into 2/3 content and 1/3 sidebar.
Hope this helps!
Thanks
Thanks @Christopher!
Hi,
You can use the do_shortcode function and add the ad to the attachment page template like this: http://screencast.com/t/tP77pTc4a
You can find the other ad boxes short-codes here
Here is the code I used:
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_3"]') ?>
Just make sure you have the ad code in the ad box in Theme Panel > Ads: http://screencast.com/t/CPxv1iSrw
Should get this result: http://screencast.com/t/0W2FtlZU
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
We have missed this, sorry about it, I have added this as an issue and we will make sure the VC plugin will be updated in the next theme version.
Unfortunately Radu O. is not available for now as he is in vacations but we will remediate this as soon as he gets back.
Thanks for understanding and we are sorry abut this inconvenience.
Hi,
You can change this from Theme Panel now from here http://screencast.com/t/4zGlot5y5
I have tested this and it works fine now for titles from big slider: http://screencast.com/t/7uC3Obg9
Unfortunately we have missed this option for the normal slider in theme panel.
Sorry about this, it will be added in the next update. Until then you can still change it from here: http://screencast.com/t/N2M9WLcavq
Thanks
Hi,
I have checked your site and I don’t think you have added the tag cloud widget right, that’s why the style doesn’t apply correctly, this is how it should look like: http://screencast.com/t/T5Q67GqH3tc
Please make sure you add the widget like this, using page builder: http://screencast.com/t/Xt7OTIhLq or like this if you add it from Appearance > Widgets in your sidebar http://screencast.com/t/g3vWxYZLSit0
Regarding the I have noticed that the logo doesn’t show up right on mobile also , please make sure you have uploaded the logo correctly from Theme Panel > Header, like this, and try again: http://screencast.com/t/SWrXem1O
If this dose not solve the issue please give us wp-access so we can check, provide the user and pass at contact@tagdiv.com, also send a link to this topic or specify this issue details.
Thanks
Hi,
Please make sure you have added the code right in the functions.php file.
Add only this code for the parent theme, paste it from below, and try it again, make sure you add it like this:http://screencast.com/t/O1dMaenrpcFK
/**
* Add theme compatibility
* @param array $themes - array of default compatible themes
*/
function newspaper_theme_compat( $themes ){
$themes['newspaper'] = array(
'post_type' => 'post',
'taxonomy' => false,
'post_meta' => array(
'embed' => 'tie_embed_code'
),
'post_format' => 'video',
'theme_name' => 'Newspaper'
);
return $themes;
}
add_filter('cbc_youtube_theme_support', 'newspaper_theme_compat');
/**
* On bulk post import, set up all extra fields needed by the theme to flag post as video
* @param int $post_id - ID of newly created post
* @param array $video - array of video data returned by YouTube
* @param false/array $theme_import - theme import configuration
*/
function newspaper_post_fields( $post_id, $video, $theme_import ){
// check if setting is to import as theme post
if( !$theme_import ){
return;
}
$postarray["td_video"] ="http://youtu.be/".$video['video_id'];
update_post_meta($post_id, 'td_post_video', $postarray );
}
add_action('cbc_post_insert', 'newspaper_post_fields', 10, 3);
Hope this works!
Thanks
Hi,
This issue it’s in our todo list and we will fix it in one of the next updates.
Sorry about this!
Thanks for the message!
Hi,
You can also use MySQL Query cache (if you’re 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.
Hope this helps!
Thanks for the message!
Hi,
Glad you solved it.
Thanks for the message!
Hi,
I have inspected the banner also. Please make sure that your ad code is not set for a fixed size, for 320 X 50 in your case, this may be the reason your banner is always at this size.
If it’s not please send us an e-mail at contact@tagdiv.com and give us wp-access so we can check, send a link to this topic or specify the issue details.
Thanks
Hi,
Please go to functions.php file and make this changes: http://screencast.com/t/KrtxPK3n
Replace this code: http://screencast.com/t/8ykL9nVJr
You can find the code here: http://pastebin.com/xBwqDQrR
Hope this helps!
Thanks
Hi,
I believe somehow you have a block added in the top right widget area like this: http://screencast.com/t/IgPFd4kiw
You have to go to WordPress Dashboard > Appearance > Widgets and at the Top Right (Social) widget area please remove the block you have there, like this: http://screencast.com/t/I4u4rzG2S
Should fix this, like this: http://screencast.com/t/19NHXetana
Thanks
Hi,
That’s right, I have forgotten to mention that, unfortunately that’s true and you will not be able to modify that because it came’s from the grid.
Sorry about this!
Thanks for the message!
Hi,
I have tested this css and works fine for me http://screencast.com/t/4fWN1KDwBc
Use it like this in your custom css are in theme panel, I have made some changes, also don’t know if you figured out or not you have sent me the css for the button without the period in front of the class, that may be the cause of your code did not work for you.
.td_search_subtitle, .td-widget-search-input {
font-family: ‘Helvetica Neue’!important;
}
.wpb_button {
background-color: #f5f5f5!important;
color: #4b4b4b !important;
}
Hope this helps!
Thanks!
Hi,
Unfortunately we can not offer support for WPML, you can look for documentation on their site http://wpml.org/documentation/
An alternative would be to use qTranslate, here you have some tips on how to use it: https://forum.tagdiv.com/translate-your-site-in-multiple-language-with-qtranslate-plugin/
Also we will remove the WMPL compatibility statement from theme’s presentation page, we will put it back when the theme will be fully compatible with WPML plugin. For now unfortunately we do not have time to work on this project but we have it on our list and we will try to remediate this as soon as possible.
If you are unhappy with our theme we can offer you a refund.
Sorry about this.
Thanks for your message!
Hi,
Thanks for your suggestion. We know about this and still working on a better implementation.
Thanks for the message!
Hi,
The best way to do this is to create a custom home page like the latest blog post using page builder. This way you will be able to select your custom module no 10 and remove the sidebar http://screencast.com/t/gy8AqRGykm
After that set it as your front page like this: http://screencast.com/t/Fk9aRgeXK3h
Your solution involves custom work and it’s not an easy task. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!
Thnaks
Hi,
You can do it like this: http://screencast.com/t/9UjNVCcRhek
Or via css using this css:
.td-post-text-content .wpb_button {
background-color: red !important;
}
Thanks
Hi,
You can find the code for subtitle field here http://screencast.com/t/1tvKUKfyo
You could try to move it form post settings or use Advanced Custom Fields plugin to create and custom field where you can edit it like you said it should work although it’s not an easy task so you can try to search the web for a solution to this or hire a freelancer to do it for you if you don’t know how to do it.
Thanks
Hi,
You could do this from WordPress Dashboard > Reading Settings and set the front page to display your latest post like this http://screencast.com/t/GAUbd2Op
Then go to Theme Panel > Template settings and set Module 1 for Blog and posts template like this: http://screencast.com/t/jwAMA2oAun
Another way would be to create your own page like this http://screencast.com/t/kAy8dK9tEl9
And then set it like your homepage http://screencast.com/t/nWipxn9UP
Hope this helps!
Thanks
Hi,
You can do it using css and overwrite the page/container’s element width and height and make it fixed.
For what you are trying to do i suggest to try to find a solution on the web. I have found and tried something like this:
#go-pricing-table-race_pricing_table {
height: 100%;
overflow-y: scroll;
width: 100%;
overflow-x: scroll;
}
… but unfortunately this dose not work, because the table columns still slide one under the other. If you could find a way to stop this this css might work just like you want it..
Hope this helps!
Thanks
Hi,
The ie8 class is added to the <html>tag of your site when IE8 browser it’s used so you can use that class to style your site when viewed using IE8 browser you can add in your Theme panel > Custom CSS an css that sets a smaller font-size for the menu-item.
Try this css then check your site using the IE8 to check if your menu it’s still in 2 lines.
.ie8 .sf-menu > li > a {
font-size: 15px;
}
Hope this works!
Thanks