- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
For the footer you can change the font color sing the theme options
– https://www.screencast.com/t/tidRwIka
As for the sidebar there is no specific setting to change the font color, you could use some css to do it
– https://www.screencast.com/t/AJOkuVfqci8s
If you could provide details about what and how exactly you would like to change the font on the two blocks in the sidebar, I will give you a solution.
Thanks
Hey there,
I am still facing the issue currently. I have checked with the Visual Composer Support and they have checked my website and replied accordingly.
“It looks like the visual tab is missing even for the default WP editor at your end. We use the same editor in our text block and hence the issue exists there too. Looks like a third party code is altering it. Please try deactivating all the plugins except visual composer and especially switching onto a default theme like twenty fifteen to check the same. You can then activate them one by one to find out the exact one causing the issue. Let us know if the issue still exists.”
I would like to check if I were to do the following and switch to different themes . Will it cause any theme / content lost?
BTW, here’s an updated snippet for wp-content/themes/Newspaper/parts/header/td-login-modal.php …
echo '
<div id="login-form" class="white-popup-block mfp-hide mfp-with-anim">
<div class="td-login-wrap">
<i class="td-icon-modal-back"></i>
<div id="td-login-div" class="td-login-form-div td-display-block">
<div class="td-login-panel-title">' . __td('Sign in', TD_THEME_NAME) . '</div>
<div class="td-login-panel-descr">' . __td('Welcome! Log into your account', TD_THEME_NAME) . '</div>
<div class="td_display_err"></div>
<div class="td-login-inputs"><input class="td-login-input" type="text" name="login_email" id="login_email" value="" required><label>' . __td('your username', TD_THEME_NAME) . '</label></div>
<div class="td-login-inputs"><input class="td-login-input" type="password" name="login_pass" id="login_pass" value="" required><label>' . __td('your password', TD_THEME_NAME) . '</label></div>
<input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" value="' . __td('Login', TD_THEME_NAME) . '">
<div class="td-login-info-text">' . __td('Forgot your password? Get help', TD_THEME_NAME) . '</div>
<div style="position:relative;top:6px">' . do_shortcode('[apsl-login-lite]') . '</div><div style="position:relative;bottom:27px">' . $users_can_register_link . '</div>
</div>
' . $users_can_register_form . '
<div id="td-forgot-pass-div" class="td-login-form-div td-display-none">
<div class="td-login-panel-title">' . __td('Password recovery', TD_THEME_NAME) . '</div>
<div class="td-login-panel-descr">' . __td('Recover your password', TD_THEME_NAME) . '</div>
<div class="td_display_err"></div>
<div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email" value="" required><label>' . __td('your email', TD_THEME_NAME) . '</label></div>
<input type="button" name="forgot_button" id="forgot_button" class="wpb_button btn td-login-button" value="' . __td('Send My Password', TD_THEME_NAME) . '">
<div class="td-login-info-text">' . __td('A password will be e-mailed to you.', TD_THEME_NAME) . '</div>
</div>
</div>
</div>
';
Please let me know where the files are for the mobile version so I can start fiddling with it.
-
This reply was modified 9 years by
tomashley.
Hello,
I have a grid and block in my website. When i post something important, i want to show that post in grid. So i add a tag filter and called it #grid. Im adding that tag to important posts. The problem is when i posted something with #grid tag. It seems in grid and block at the same time. I dont want to show any post twice. If i use offset post. The new posts without #grid tag are not showing at anywhere. So i need a script which stops a post showing twice.
Sorry for my bad english by the way.
Optimize Images Resizing
Thanks! This plugin is a life-saver.
Hi there,
How do I edit block titles for demo magazine theme?
I cannot find the block edit region for the homepage blocks.
Many thanks,
Ben
Hello,
Here is my URL: http://www.khabribabu.com/
In the big grid block, i have entered id’s in Multiple categories filter:
48,49,26,24,6
Now what I need is that, left big part,should carry post thumbnail from only one category i.e, News [id=48] and rest 4 other categories[49,26,24,6] should be limited to small thumbnails on the right part.
plz refer to the scrrenshot https://www.screencast.com/t/d7rHMedH4r4O
How can it be made to be displayed in the pattern I have mentioned above?
Thank you..
That does help a lot, Bogdan, and please accept my sincerest apologies, I was referencing the wrong image on my cloud ;-( Hopefully this will make sense now, what I am trying to do is to go from this, which is how the page currently looks on mobile:
http://media.altimac.com.s3.amazonaws.com/images/obits-mobile-A.png
to this:
http://media.altimac.com.s3.amazonaws.com/images/obits-mobile-B.png
so that we can see more than the top of the deceased’s head. It looks like you have given me some clues, though, that I could try either
@media (max-width:767px) {
.category-obituaries .td_module_mob_2 .td-module-thumb {
height: 116px;
}}
Or I could use the API as you noted and do something like
td_api_thumb::update(‘td_???????’,
array(
‘name’ => ‘td_????????’,
‘width’ => 100,
‘height’ => 75,
‘crop’ => array(‘center’, ‘middle’),? ‘none’?
‘post_format_icon_size’ => ‘small’,
‘used_on’ => array(
‘Module 6, 7’, ‘Block 1, 2, 7, 8’
)
)
);
where “td_???????” are the thumbnails that are used in the mobile posts loop page for both the “grid” of the first three listings and then the list of the remainder. I am thinking they are td_324x160 for the grid and td_80x60 for the list of posts following but that is my best guess based on how they look on the mobile theme.
Hello,
the featured category is disabled by default in our theme as the name is used by our theme to mark posts as featured posts for the featured sorting option on blocks: https://forum.tagdiv.com/featured-posts-2/
If you want to show that particular category ,please change it’s name to any other except Featured
Thank you!
Unfortunately it is not we who must fix it. It is the visual composer plugin developers. Visual composer is not created by us. We simply have an agreement with the plugin author so we can provide the plugin free of charge and use our theme elements together with it. The post grid is not one of our elements but rather a plugin element. We did not create it and it is not up to us to make any fixes regarding the visual composer elements. In order to differentiate which element comes from the theme and which are plugin-specific elements you can check the element lists in the plugin. The theme elements are found under the blocks tab: https://www.screencast.com/t/XkPCkYyuSuig The other tabs are not theme specific and are not created by us.
I recommend using our own theme specific blocks and not visual composer elements. You cna use any block to show the posts not just the post grid.
Thank you!
Hi,
There is no option in the theme to change the width. The theme is designed with a fixed width, and it is not recommended to change it, because it will damage the layout. All the elements on the page are directly dependent on this fixed width.
The featured image set on posts is displayed on the blocks and other elements that are used to create a page in the Visual composer editor. I see that you are using a different editor then the one provided with the theme to create your pages. I do not know how I could help you in this matter, it is recommended to use the page editor provided in the theme package – https://forum.tagdiv.com/how-to-use-visual-composer/
Thanks
Hello,
1. Can you help me how to set different colors for block module on home page. I was created one row full width and now i want to set for example red color, but text inside this block i need to set with white color.
2. How to make full width drop down menu, and inside of them i want to put 3 rows with submenu?
Thank You best theme 🙂
Hello abhisheikhs,
Please keep in mind that here is talking about the type of sorting for this block. It is POPULAR and please notice that you cannot manually add what type of category you want because all of these will be automatically displayed based on how many posts each category has in descending order. -> https://www.screencast.com/t/6ZWzPQeLW1Oa
Thanks for your understanding!
Hello,
1) You can hide the meta data from blocks from the theme panel: https://www.screencast.com/t/lJ4UiFiYO4
2) Unfortunately our theme does not have a setting to change the font for all the elements at once. There is a workaround if you do not want to change all of the fonts from the fonts section: https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
3) In order to do that, you will have to change the block header style: https://www.screencast.com/t/QmIqQaNLoP
Thank you!
Hi,
I do not know how exactly you are creating this widget. The default widgets do not have the option to filter by taxonomy term. Maybe this topic will provide you some information if you would like to try and add this filter for the blocks – https://forum.tagdiv.com/topic/how-to-add-taxonomy-filter-in-block-filter-settings/
These are the only options at the moment regarding custom post types
– https://forum.tagdiv.com/custom-post-type-support/
Thanks
Hello,
You will need to edit the page and change the settings for each element. If the Instagram account needs changing, you need to go in and change it. If you do not know how to edit a page and edit a block’s settings, please use this guide: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi Catalin. I wasn’t providing a negative report on the design – i like it. What was confusing me was that it doesn’t work on single columns on a desktop display, but it does on a mobile (in terms of the large text behind the title text). This was confusing me and we couldn’t work out why it wasn’t displaying as expected.
Our designer decided that he preferred Block 10 anyway, so we changed to that one and are very happy!
Thank you BOTH!!!
One FINAL thing, I went through all of the blocks and couldn’t find a way to center the post titles using the block style I am currently using. Any way?

NO, I was asking for eg: in big grid 8 we have 8 blocks.So can we assign a specific category to one block/grid in big grid 8 rest of seven can have other category/multiple category?
No, no
This is the same style I wrote above.
I don’t want to show the administrator box on the mobile.
So I took the same CSS that you sent me and I put display: none; instead of display:block!important;
But it’s still showing in mobile, and I want to hide it.
Thanks!
Sorry Bogan, I’m not referring to the Block Title; the issue is with the text under the Posts. Sorry for not being clear, please forgive….
Hello,
You can adjust it from it’s padding like so:
.td_block_big_grid_fl_1 .td-big-grid-post{
padding-top:35%;
}
You will have to adjust it for responsiveness though on each screen size. Add it in the advanced css tab under each screen size and adjust the code for each one for it to work properly on all devices:
Thanks.
Hi,
I plan to use Big Grid Slide on my home page. I have 2 problems:
– I cannot put category tags to the posts in the Big Grid Slide, there is no option to turn it on in the Theme Panel / Block settings / Category tag on Modules/Blocks page for the Big Grid Slide. How can I turn it on?
– The nice mouse over effect – zooming in the images a little bit when cursor is over them – like on your demos pages doesn’t work. It is not working on any big grid either, nor on category pages. How can I make this effect work?
I use 7.8.1 version of the newspaper theme.
Thanks,
Adam
Hi,
If you take a look at our official demo here: https://demo.tagdiv.com/newspaper/ you will see that each block has another color set to the hover. This is done from here: https://www.screencast.com/t/nG9RJ9TckZYh
Thank you!
Sorry Bogdan; I did read the documentation but I do not see where to change the hover color within the block settings-General tab!