Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

Yes you could create a custom field – https://www.screencast.com/t/9UM1JSfaM and then use this guide to implement it – https://codex.wordpress.org/Using_Custom_Fields and further customize it. But you can also use the subtitle feature like suggested. If you would like it to be displayed on top of the article title you could change the structure in the single.php or loop-single.php files – https://www.screencast.com/t/Sx6VLelR like in this example – https://www.screencast.com/t/XneyJTdKIoR with this result – https://www.screencast.com/t/3AvUc71OuiSi Then you can modify the font properties in theme panel – https://www.screencast.com/t/BW2ZE3oy or with css – https://www.screencast.com/t/PlxVtmjiY87C Alternatively you can set a color on the post title in theme panel – https://www.screencast.com/t/azf9rKvgX

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately these are the only options available for styling the big grids, as it can be seen in the demo – https://demo.tagdiv.com/newspaper/big-grid-1/ Each grid contains a combination of modules – https://www.screencast.com/t/5cPHjrzzXg and each module meta, like the article title is positioned on the big grid through the module structure and the theme’s css – https://www.screencast.com/t/ze1CktCs if you want to modify the module title for example to be displayed outside of this container it will have to be custom made, either by modifying the structure in the module used on the big grid itself – https://www.screencast.com/t/tQwwG1A9tAYz or by css code – https://www.screencast.com/t/KKlm1lMNawGG Here is a tutorial about using the browser inspector tool to identify the elements used and their classes and create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

You could change the color on the block titles in the sidebar depending on how you have the sidebar set. If you have a split row sidebar you can do it like this in Visual composer – https://www.screencast.com/t/ijcM3Ivgt or if you have a widgetised sidebar you can do that in Appearance->Widgets – https://www.screencast.com/t/lH4DA1lWh1Fhttps://www.screencast.com/t/v7U6IjSwQk
As for the post title on modules, I do not understand exactly what you want to achieve – https://www.screencast.com/t/XnXiadlyyua7 please provide more details.

Simion C.
tagDiv Staff

Hi,

If you mean that the scripts are not saving in theme panel after you enter them in the ad fields, please follow this tutorial and increase the mentioned parameters – https://forum.tagdiv.com/system-status-parameters-guide/ then try again.

Thanks

Simion C.
tagDiv Staff

Hi,

If you have many posts you could set a different sidebar by category then, in theme panel – https://www.screencast.com/t/BlAKbCCm6N8https://www.screencast.com/t/4lEbHpXpFNm

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see you are using an article bottom ad – https://www.screencast.com/t/X4T5Ljr31hQI and it does not interfere with your custom post type – https://www.screencast.com/t/DT9z5gmSA Unfortunately it would not be easy to remove these ads just for this custom post, because they are part of the post content and will display in all the post templates when an ad code is inserted in the article ad field (top ad, inline ad and bottom ad)

Thanks

Simion C.
tagDiv Staff

Hi,

You can deactivate the theme in the system status like this – https://www.screencast.com/t/AskZyy3K and activate the theme on your new site. Please note that the reset option is only available on the more recent versions of the theme, maybe you need to update the theme first – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

You could use a subtitle that appears just under the article title – https://www.screencast.com/t/sJhXQfnrp like this – https://www.screencast.com/t/ONYlYCmL7Oas and then further customize it if you want in Theme fonts – https://www.screencast.com/t/1vjEfP1saa6

Thanks

Simion C.
tagDiv Staff

Hi,

On your blog page containing latest posts, you can set a sidebar here – https://www.screencast.com/t/AXQvyrNI If you want to have a different sidebar on your single post pages, you must set it in the post edit page – https://www.screencast.com/t/GfUPYLrGj This way you will have a sidebar for your homepage and another one for your posts.

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this guide and modify the mentioned parameters – https://forum.tagdiv.com/system-status-parameters-guide/ Also here is a guide to improve page speed – https://forum.tagdiv.com/how-to-make-the-site-faster/ and configure the cache plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ If you still have problems on a fresh theme install, installing only the theme’s required plugins and after using the recommendations above please provide a link to your website so we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

You could search for some plugins with those capabilities, and try a few of them. Some users here I see that are using the Contact Form plugin, give that a try.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme uses the default user role capabilities of wordpress, so you can create users with a contributor role – https://codex.wordpress.org/Roles_and_Capabilities that do not have the capability to publish posts, they will have to be approved first – https://www.screencast.com/t/y9vGrw8muKkvhttps://www.screencast.com/t/zuguERRVlg
You could also try to search for a plugin with these features, if you are not satisfied with the default ones.

Thanks

Simion C.
tagDiv Staff

Hi,

This could be happening when the complex visual composer elements present on your page, make multiple ajax requests under heavy visitor traffic. You should try to reduce the number of requests, like block pagination, ajax filter etc. from each of the block settings – https://forum.tagdiv.com/block-settings-guide/ Also make sure you have updated Visual composer – along with the theme update. Alternatively this can be caused by a plugin, so you could deactivate all of them if possible, except visual composer and check the results. Here are some guides to help you configure the WP Super Cache plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ and optimize site speed – https://forum.tagdiv.com/how-to-make-the-site-faster/
Lastly please make sure the server meets the theme’s requirements – https://forum.tagdiv.com/requirements-for-newspaper/ Hope this helps and let us know how it goes.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check to see if there are any redirects being made in your htaccess file. Also deactivate all your plugins except Visual composer, clear your cache and purge cdn files. Please also check any custom code you may have entered in theme panel or added to the theme files. If you are using a child theme switch to the main theme.

Thanks

Simion C.
tagDiv Staff

Hi,

We are aware of the issue with the weather widget. Please note that the developers are currently working to fix the problem, and hopefully this will get fix as soon as possible.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

The theme has a setting to modify the headings inside the post content to the lowest of 5px – https://www.screencast.com/t/euM8DHOLb If you really want to make them 0px, enter this code in Theme panel->Custom Css but please note that this will make the headings in the post content invisible

.td-post-content h2 {
font-size: 0;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the padding on the page wrap – https://www.screencast.com/t/f6glx01Y you could modify it using some custom css like this, just enter it in Theme panel->Custom Css. Here is a guide about the browser inspector tool to help you identify the elements on the page and their classes in order to create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

.home .td-main-page-wrap {
padding-top: 24px;
}

If this not working for you or it is not what you meant, please provide a link to your website so I can give you a more accurate solution.

Thanks

  • This reply was modified 9 years by Simion C..
Simion C.
tagDiv Staff

Hi,

You could use a little bit of css for this, to change the block titles only in the footer. Enter this code in Theme panel->Custom Css and modify the font size as you like

.td-footer-wrapper .block-title span {
font-size: 25px;
}

Also here is a tutorial about the browser inspector tool, so you can identify the elements on the page and their classes, to make custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

You can change the article title font in general, or by module used to display the posts on your blog page – https://www.screencast.com/t/WxRg88puuTd like this – https://www.screencast.com/t/GzmNNf56M

Thanks

Simion C.
tagDiv Staff

Hi,

1. Please check to see if you have the default thumb size set in wordpress – https://www.screencast.com/t/uosBOW2xYg and make the changes if not. Also clear your cache after the modification.

2. If you are using the mobile theme, this plugin was designed with speed and performance in mind, so it comes with predefined templates for the homepage, posts and categories. So you will have the mobile theme post template regardless of the post template used for the post. More information here – https://forum.tagdiv.com/the-mobile-theme/ If you do not use the mobile theme, the theme has full responsive design so it always looks good on all devices.
Post template style 8 – https://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ could be a bit slower in loading since it features a background image.

Thanks

Simion C.
tagDiv Staff

Hi,

You must enter the author id in the required field – https://www.screencast.com/t/xnnhsRese This can be found like this – https://www.screencast.com/t/gFACPbsK Then you will have to enter the author page for that user and the link text.

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this guide and increase the mentioned parameters if required – https://forum.tagdiv.com/system-status-parameters-guide/ Also you should try as a test to disable all your plugins except Visual composer, clear your cache and check the speed again, maybe a plugin is causing this. Here is a guide to help you further improve your website speed – https://forum.tagdiv.com/how-to-make-the-site-faster/ and recommended configuration for the cache – https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

Simion C.
tagDiv Staff

Hi,

Like Chris S specified above you need to check if the code contains an actual link, in order to direct on clicking the ad. Like in this example ad from the theme – https://www.screencast.com/t/AWQcE41Hg More information here – https://forum.tagdiv.com/sidebar-ads/ If you can not manage to solve this, please provide your site so we can inspect it and see the problem.

Thanks

Simion C.
tagDiv Staff

Salut,

Acel cod se aplica pe toate paginile site-ului unde un logo e folosit. Daca doresti sa il folosesti, trebuie introdus in Theme panel->Custom Css – https://www.screencast.com/t/sSvf9gzq5hb Trebuie luat in considerare ca acel cod css nu face altceva decat sa micsoreze width-ul spatiului destinat pentru logo, apoi il pozitioneaza inline, spatiu care nu are initial nici o limitare. Daca apare un delay la incarcarea paginii si afecteaza logo-ul, incearca sa introduci codul respectiv direct in fisierul style.css al temei, gasit in folder-ul principal.

Multumesc

Simion C.
tagDiv Staff

Hi,

Unfortunately the theme was not tested with any rss plugins, and does not have this implementation in it’s structure, so I could not have a solution to provide you in this regard. The Newspaper theme was built with creating your own content in mind, not pulling from external sources using feeds. Maybe the plugin simply does not work with the theme or you just have to configure it further. Please try to understand that not all plugins are compatible with premium themes, maybe you should search for other plugins with this functionality and try a few of them out.

Thank you for understanding!

Viewing 25 posts - 19,951 through 19,975 (of 20,681 total)