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,

Please follow this tutorial to configure your social counter – https://forum.tagdiv.com/tagdiv-social-counter-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

1. You could remove the More from author from the code so it does not display anymore. Just comment or remove this line of code from the file td_block_related_posts.php found in the theme folder->includes->shortcodes – https://www.screencast.com/t/vveTQPuDPSB9

2. If you want the block to display below the comments section in the post page, you must edit the single_template_2.phpfile like this – https://www.screencast.com/t/WXoV9CZ6yh3 and use the full Visual composer code with a full row – https://www.screencast.com/t/bnW23tVd2Pt This is the result – https://www.screencast.com/t/YJrBoBfBw

Thanks

Simion C.
tagDiv Staff

Hi,

1. The category tag background color on post page can be set for each category like this – https://www.screencast.com/t/tQIkymBuUhttps://www.screencast.com/t/9wcvSZAVHg9j You can find more information about the category settings in the documentation – https://forum.tagdiv.com/how-category-settings-work/

2. You can identify the color using your browser inspector tool – https://www.screencast.com/t/uxEcUOKqDbEhttps://www.screencast.com/t/Kr4H3plIid1E and change it accordingly in the code provided.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe it is best to use only the post title field for the title, as this is already in h1 heading. There would be no need for a second h1 title inside the post – https://www.screencast.com/t/IYFTdfxg because it will just be part of the post content. More information and recommendations about this regarding SEO here – https://yoast.com/blog-headings-structure/#basics

Thanks

Simion C.
tagDiv Staff

Hi,

There should not be any problems with the WP Super Cache and the theme. I have inspected your site and I do not see any problems with the responsive theme at the moment – https://www.screencast.com/t/uf5eJwK3yfhttps://www.screencast.com/t/yZvGtIeCY everything seems to display properly and the site loads fine. Here is a guide to help you configure the cache plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ You should also test this while having only the required theme plugins activated, maybe a plugin could be causing this.

Thanks

Simion C.
tagDiv Staff

Hi,

You could increase the height of the top menu by increasing the line height – https://www.screencast.com/t/KDAwpk7KUk with a code like this, just enter it in Theme panel->Custom Css

.td-header-sp-top-menu,
.td-header-sp-top-widget {
line-height: 56px;
}

Result – https://www.screencast.com/t/EqvGKqxi
If this does not work for you, it would be helpful if you could provide a link to your site for a better solution. Also here is a tutorial about the browser inspector tool to help you create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ by identifying the elements on the page and their classes.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme uses the default wordpress roles and capabilities – https://codex.wordpress.org/Roles_and_Capabilities According to those only an author has the privilege and access to those settings (post settings) – https://www.screencast.com/t/u66cnJEs and the contributor has the capability to create a post and submit it to review. If you would like the contributors to have the capability to access all the post settings you will have to modify this here – https://www.screencast.com/t/Cgtq1mFf but I can not think of a way to make only the reviews available to them.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems that due to some customization or by some other action, the html structure of the theme is broken. I would suggest to disable all the plugins except Visual composer, clear the cache and check to see if the problem is still there. If that does not fix this, please try to make a fresh install using the latest version of the theme and the required plugins. Here is a tutorial to guide you through the update process – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

1. The slider is a complex element and it would not be easy to change the way it is designed – https://demo.tagdiv.com/newspaper/ios-slider/ If you want to make these modifications you would have to take in account multiple elements and classes.

2. The theme can be renamed just by changing it’s name in the style.css file and the theme folder.

3. You could do a search and replace in the demo’s stylesheet file – https://www.screencast.com/t/3LbDTtmt

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a screenshot containing this problem, or more details about where is this occurring, in which sidebar selection screen.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment I see you don’t have the mobile plugin activated. A possible solution for the problem you are having is to deactivate all your plugins except Visual composer and the mobile theme, because this could be caused by a plugin or plugin conflict, clear the cache and purge cdn files. Then check to see if the problem is still there. If not go ahead and activate the plugins one at a time to identify the one causing this issue.

Thanks

Simion C.
tagDiv Staff

Hi,

Well there is a way actually in that case. You could use a do_shortcode to insert a block or big grid in your blog page. First get the shortcode for the element you want – https://www.screencast.com/t/sjVAkPkp4eChttps://www.screencast.com/t/2DeamXzFMKT1 then insert it in the index.php file located in the theme folder – https://www.screencast.com/t/jnuloZiEtqg with this result – https://www.screencast.com/t/NO3pj4kbwdCd
This is the code used

<?php echo do_shortcode ('your shortcode here'); ?>

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow the suggestion recommended in this topic regarding that warning – https://forum.tagdiv.com/topic/error-8/

Thanks

Simion C.
tagDiv Staff

Hi,

You can find the code used for featured videos here – https://www.screencast.com/t/2kwabn0mXwOO and here – https://www.screencast.com/t/vBmJyrwwM

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your site so we can inspect it and see the problem.

Thanks

Simion C.
tagDiv Staff

Hi,

Well if it is in chronological order, meaning sorted by latest posts (blog) a newly published article should appear on top of the list of articles. If you want to use a static page as homepage use this guide – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ and create your page using Visual composer – https://forum.tagdiv.com/how-to-use-visual-composer/ Here is a tutorial on the blocks used to create your pages – https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this guide to change your permalink structure – https://codex.wordpress.org/Settings_Permalinks_Screen

Thanks

Simion C.
tagDiv Staff

Hi,

A fix for this can found on the forum – https://forum.tagdiv.com/topic/mobile-plugin-5/ just make the necessary modifications to the file mentioned – https://www.screencast.com/t/0S3Uq1ns

Thanks

Simion C.
tagDiv Staff

Hi,

You can choose a template for the latest articles section like this – https://www.screencast.com/t/cRi49ySfd2IC and change the limit post number here – https://www.screencast.com/t/9sTYS6L2Z More information about page templates here – https://forum.tagdiv.com/page-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

1. That should not happen since the custom color change made through the theme panel – https://www.screencast.com/t/3VaaynWKsGF overrides the default one – https://www.screencast.com/t/Ehs23Ot7OeDG Try clearing your cache after you make then change to the menu. I can not view the attached link – https://www.screencast.com/t/A4p04T3dr

2. The color set for the category tags is for the post pages – https://www.screencast.com/t/JpYmujN0 If you want to change it on modules you can use some css – https://www.screencast.com/t/IuWRbfIuHBDG
Here is a link to the browser inspector tool to help you identify the elements on the page and their classes and create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Salut,

Am precizat mai sus ce presupune acel cod custom si ce efecte are in privinta imaginii din logo. Codul respectiv trebuie introdus in fisierul style.css al temei pentru a fi incarcat simultan cu restul stylesheet-ului – https://www.screencast.com/t/bjKuiHUx0bAM Ar fi recomandat si un clear la cache si un purge la cdn, daca este folosit.
Momentan nu vad acest cod incarcat pe logo – https://www.screencast.com/t/lTD77ueafSZ4

Multumesc

Simion C.
tagDiv Staff

Hi,

I do not see any problems with your sidebars or footer sections. You can add content to the footer in these locations – https://www.screencast.com/t/KlYPnsPpHMe More information here – https://forum.tagdiv.com/footer-templates/ You can add content to the sidebar the same way if you use a widgetised sidebar – https://www.screencast.com/t/D4fhQlzJF or in Visual composer page structure if you use a split row sidebar – https://www.screencast.com/t/MRwBn0HBDVX

Thanks

Simion C.
tagDiv Staff

Hi,

That is just a warning, you could check the status of WP_DEBUG in your wp-config.php file and change it’s value to false if needed – https://forum.tagdiv.com/system-status-parameters-guide/ Also the server should meet these requirements – https://forum.tagdiv.com/requirements-for-newspaper/

Thanks

Simion C.
tagDiv Staff

Hi,

I do not understand exactly what you want to change about the grid – https://www.screencast.com/t/nkwtoGCGH5f Please provide more details so I can help you.

Thanks

Simion C.
tagDiv Staff

Hi,

You must use a FTP client to access your server and the wordpress files. If you are not sure what login information is needed you could ask your hosting provider for clarifications. Here is some useful information about managing your site with FTP – https://codex.wordpress.org/Using_FileZilla

Thanks

Viewing 25 posts - 19,901 through 19,925 (of 20,681 total)