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,

You can find the list of changes in the last theme update here – https://themeforest.net/item/newspaper/5489609 @Mochal Probably your menu items do not fit in the available space in the header menu so they are being displayed in a second row, if you could provide a link to your website I can take a look and try to give you a solution if possible. Try modifying your fonts again in Theme panel->Theme fonts for the elements you want, and clear your cache after the changes.

@Incrosnatu
Where exactly are the sidebars not showing? Try setting a sidebar again for your pages and posts or categories.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see your site is not displaying properly, at the moment it is full width so you can not see the background behind it, you should try to disable all the plugins except Visual composer and make sure you use the latest version of this plugin – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ clear the cache and purge cdn files if you use it. You should also consider updating to the latest version of the theme – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

To change the structure of the post template, you must edit the loop single file corresponding to the post template you are using. The default post pagination is part of the footer section in the post – https://www.screencast.com/t/Ml35zAkIIE You could move the social sharing right after the post content by rearranging the code – https://www.screencast.com/t/ytqeeEb4sZEThttps://www.screencast.com/t/sBI4I8aKxwihttps://www.screencast.com/t/4EoqRETSToix Just remember to edit the loop single file related to your post template style. Please correct me if I misunderstood the question.

Thanks

Simion C.
tagDiv Staff

Hi,

It should be the same for the links, unless maybe you used some custom code, you can try to change the color of the hyperlinks with the methods provided above, inside the posts – https://www.screencast.com/t/TxRoZOh3WM or using the custom code to change them all at once on every single post page. If these methods do not work for you, please provide a link to your website so we can inspect it and see why the the color is black on the hyperlink text.

Thanks

Simion C.
tagDiv Staff

Hi,

Try this code, it should work now for header style 8 also

@media (max-width: 767px) {
.td-header-top-menu-full,
.td-header-top-menu,
.td-header-style-8 .td-header-sp-top-menu {
display: block!important; }
.td-header-style-8 .td-header-top-menu {
margin-left: 0!important;
width: 100%!important;
}}

Result – https://www.screencast.com/t/BBY2CMidx5JF

Thanks

Simion C.
tagDiv Staff

Hi,

You could try these custom css codes for the footer block titles, this one is for the facebook widget title color and also you could set a background color to it too (with colors of your choosing) just enter them in Themepanel->Custom Css, or if you don’t want any background just remove the background property from the code

.td-footer-wrapper .widget_facebook_likebox .block-title a {
color: #8e0039!important;
background-color: yellow;
}

Result –
And this code is for the other two block widgets if you would like to set a background color to them

.td-footer-wrapper .td_block_7 .block-title span {
background-color: yellow;
}

Result – https://www.screencast.com/t/SVvzPJQubhJ
You could try entering a standard html link – http://www.w3schools.com/html/html_links.asp inside the title text, but I do not know if it will work or not, give it a shot.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately it is not possible to sort posts by sub-category in the category page. The sorting options available are the ones displayed on the category page, the default one being by Latest.

Thanks

Simion C.
tagDiv Staff

Hi,

This could be a plugin conflict or a plugin interfering with the theme’s js. I suggest you try to disable all the plugins except Visual composer and see if the problem is still there. If you still have this issues please contact us by mail at contact@tagdiv.com and provide wp-admin login information so we can investigate. Also paste a link to this topic as well.

Thank you for understanding

Simion C.
tagDiv Staff

Hi,

The easiest way of achieving this is to remove your article bottom ad and use a do_shortcode with a custom ad, by editing the corresponding loop-single file found in the theme folder – https://www.screencast.com/t/zO7NsDOfV3yw to your post template style used.
For example if you are using post template 3 you must edit loop-single-3.php Then in the loop single code – https://www.screencast.com/t/UzcBqq2O0hF insert the do shortcode provided below – https://www.screencast.com/t/IsVdYBV6b1 You can use any of the custom ads available – https://www.screencast.com/t/lfePgI8yj just remember to change the code accordingly

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Result is like this – https://www.screencast.com/t/aDiwWJkjJ

Thanks

Simion C.
tagDiv Staff

Hi,

You should be able to upload a pdf file in media library as this type of file is supported by wordpress – https://codex.wordpress.org/Uploading_Files The theme doesn’t have an option to display pdf files in browser, you can only upload a pdf file like an attachment and the user can download it. You could try the method provided in this topic – https://forum.tagdiv.com/topic/how-to-show-pdf-content-on-site/ and see if it works for you. Please correct me if I misunderstood your problem.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure the menu item you set as a mega menu, is a root menu item and does not have sub-menus – https://www.screencast.com/t/wrCxNzuJtM or if you want to create a simple drop-down menu, make sure that the menu items used are not mega menus also. This guide in the documentation explaines how to create different mega menu styles – https://forum.tagdiv.com/mega-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe it was a temporary issue with the envato servers so you should try to activate the theme again. Regarding your site I do not see any problems with the images or in general, everything seems to work properly – https://www.screencast.com/t/uM5mKtKyOq Please provide an example with the issues you are having so we can try to give you a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see now, it seems the site has a background-color set on the page – https://www.screencast.com/t/Uhw3mn8ixcJ this will result in the site being switched to the boxed version as specified here in this background guide – https://forum.tagdiv.com/background-introduction/ Go to Theme panel->Theme colors and clear any background color set if you want to change back to full width state – https://www.screencast.com/t/S0VP8eFR

Thanks

Simion C.
tagDiv Staff

Hi,

Glad you managed to work something out, this is strange indeed. Here is the list of changes for the latest version of the theme – https://themeforest.net/item/newspaper/5489609 Please let us know if you need further help.

Thanks

Simion C.
tagDiv Staff

Hi,

If i understand correctly you are trying to align the menu items in the header menu in a different way. Each of the menu items have a float property set on them – https://www.screencast.com/t/FsVhME7M so the menu items will align one after the other starting from the right in the space available in the container. You could try to set a margin on the first menu item so the menu will look more centered if that is what you want – https://www.screencast.com/t/B1KbtNqP4u or set a margin on all the menu items – https://www.screencast.com/t/xCDxl30fBin Here is a link to the browser inspector tutorial that you can use to identify the elements on the page and their classes – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ If this not what you are asking please correct me and I will try to provide a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested the code you are using and it seems to be working – https://www.screencast.com/t/W0IvYl68rhrN maybe the image you are trying to use as background has a wrong URL path or a mistake in the link.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Try changing the colors to your footer block widgets again maybe the settings were reset – https://www.screencast.com/t/1B8glqQtZ or if you used any custom code to change them and the changes do not work anymore use the !important tag to force the code to apply. Also check the Theme panel->Theme fonts to see what setings are set for the widgets header color – https://www.screencast.com/t/ld2nMFokx

2. From what I can see that plugins title you have set inherits the post content heading title font and color – https://www.screencast.com/t/gLj9pr7ny set here – https://www.screencast.com/t/z4iV8VGlzQhttps://www.screencast.com/t/6hwMXL63v

Thanks

Simion C.
tagDiv Staff

Hi,

The file you want is td_templates_settings.php and it is found in the Theme folder->includes->wp_booster->wp_admin->content-metaboxes here – https://www.screencast.com/t/pgeQuaEh

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you Edward, indeed that will work but it would apply to all the single post pages too so if you would want to hide it only on the homepage post you can use this custom css code, enter it in Theme panel->Custom Css

.homepage-post .td-post-template-8 .td-post-title .td-post-views {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can understand you want to set a widgetised sidebar in your page, that can be achieved by setting up your page structure like this – https://www.screencast.com/t/zOseFYDTg3 You can find more information about Visual composer here – https://forum.tagdiv.com/how-to-use-visual-composer/ and a blocks tutorial here – https://forum.tagdiv.com/block-settings-guide/

Please correct me if I misunderstand something
Thanks

Simion C.
tagDiv Staff

Hi,

That solution applies for the theme’s blocks widgets but for the WordPress widgets you must change the tag in td_wp_booster_functions.php located in the theme folder->includes->wp_booster – https://www.screencast.com/t/snTCQZ17Kc

Thanks

Simion C.
tagDiv Staff

Hi,

You could remove the view count on the homepage post using this code, just enter it in Theme panel->Custom Css

.homepage-post .td-post-template-8 .td-post-title .td-post-views {
display: none;
}

Result – https://www.screencast.com/t/C24ljdFTnby5
Thanks

Simion C.
tagDiv Staff

Hi,

In order to do that you must edit the loop single file located in the theme folder – https://www.screencast.com/t/NURtp3ftIA3A coresponding to the post template style you are using for your post. For example if you are using post template 3 you must edit loop-single-3.phphttps://www.screencast.com/t/TmseQThJMG and modify the structure of the post – https://www.screencast.com/t/loQ9hLwtGU
Result is here – https://www.screencast.com/t/vXtIiQeh0t

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see you are using a plugin to create the table, this may cause problems displaying the table because the plugin could be conflicting with the theme in some regard. A default HTML table – http://www.w3schools.com/html/html_tables.asp would work just fine with the theme responsiveness. In this case the plugin uses a class that sets a min-width property on the table cells – https://www.screencast.com/t/TZfO80GDtN resulting in a bigger table width then the space available and a overflow property – https://www.screencast.com/t/xGLwpURcswM You can try to identify where this min-width is set in the plugin’s style and lower that value, or try adjusting it with custom css using something like this in Theme panel->Custom Css

.td-post-content .wpsm-comptable td {
min-width: 98px;
}

Result with code added – https://www.screencast.com/t/YjTwihrRH
Thanks

Simion C.
tagDiv Staff

Hi,

That feature is a WordPress implementation and the theme has no setting to remove those items from the admin bar. A sugestion would be to do an online search for an answer regarding the matter, like this topic here – https://premium.wpmudev.org/forums/topic/how-to-remove-edit-post-from-admin-bar?mkpp=b&utm_expid=3606929-97.J2zL7V7mQbSNQDPrXwvBgQ.1&utm_referrer=https%3A%2F%2Fwww.google.ro%2F

Thanks

Viewing 25 posts - 20,201 through 20,225 (of 20,681 total)