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,

Visual composer has to be installed and updated manually, just deactivate the plugin and delete it – https://www.screencast.com/t/w9LLQE5uee then install it from the plugins folder in the full theme package – https://forum.tagdiv.com/whats-included/ according to this guide – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ Also here is a tutorial about using Ftp to access your host server and install your theme and plugins – https://forum.tagdiv.com/install-via-ftp/

Thanks

Simion C.
tagDiv Staff

Hi,

It should match that number in the url, like in this ascending smart list style 1 example – https://www.screencast.com/t/6fxVoOT26Othttps://www.screencast.com/t/7embd80HZoJz Please provide a link to your website if you are having problems with your smart lists.

Thanks

Simion C.
tagDiv Staff

Hi,

I used this code to make those changes, it will set a background color to those elements only on the single post page – https://www.screencast.com/t/HwEdyXYe2sjvhttps://www.screencast.com/t/dQAWtoBM When and if you identify more items you want to set a background color on, just add them to the code (careful to use the right css syntax)

.single .td-pb-row,
.single .td-main-content-wrap {
background-color: pink;
}

The code must be entered in Theme panel->Custom Css – https://www.screencast.com/t/AwIZ0nqXb7
Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately the theme can not display videos that are not set to public, since it does not have access to get the respective video – https://www.screencast.com/t/G90qNtzC Maybe you can find a way in your vimeo account settings to bulk edit your videos if there are many of them and change them all, or by groups to public. You could try the organizer tool from vimeo, maybe it is what you need – https://vimeo.com/tools or search for a different solution online.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

I see that you managed to solve your header ad problem and it is displaying properly now – https://www.screencast.com/t/WOhS06OLWH

Thanks

Simion C.
tagDiv Staff

Hi,

I can not access the first link you provided – https://www.screencast.com/t/cfAevsEeT71 and I do not understand exactly how to help you. I see that you are trying to set a float property on those items, you could group them by 4 in a div and then set a float on the groups, or float them one by one in a specified width. But I can not say for sure if I can not see how you are implementing this. Here is a css selector list maybe you can manage to find something that works for you – https://www.w3schools.com/cssref/css_selectors.asp
If you are talking about the text in the label, you could change the color with css, just enter this code in Theme panel->Custom Css

.label {
color: black;
}

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

Thanks

Simion C.
tagDiv Staff

Hi,

The theme does not enlarge the images to be of the required size used in a smart list for example, if that is what you are asking. Make sure that the images you are using in your smart list are of a minimum of this width size – https://www.screencast.com/t/RXX4nBmkHgLx I see that the pictures you are using in that smart list are not of this minimum size – https://www.screencast.com/t/vSpeW5p53https://www.screencast.com/t/kWACH62MDE Add the images in full size when creating your smart list – https://www.screencast.com/t/lp658GBHp so they will all be of the same width inside the smart list content – https://demo.tagdiv.com/newspaper/smart-list-style-2/

Thanks

Simion C.
tagDiv Staff

Hi,

The post navigation appears in the footer of the post, just after the post bottom ad – https://www.screencast.com/t/Bob6S10f66kr but in your case I see that additional plugins have inserted their content in the post content and pushed the pagination down. You should try if possible to change the display position of these plugins so they are no longer part of the post content. Or implement your bottom ad through a do_shortcode after the post pagination in the structure of the corresponding loop single file to your post template style – https://www.screencast.com/t/u4MER2tSev5Y

Thanks

Simion C.
tagDiv Staff

Hi,

Replied in your other topic.

Thanks

Simion C.
tagDiv Staff

Hi,

The featured video functions are defined in the td_video_support.php file found in the theme folder->includes->wp_booster – https://www.screencast.com/t/7cqfB6Xn

Thanks

Simion C.
tagDiv Staff

Hi,

You can install any of the demos available – https://forum.tagdiv.com/demos_introduction/https://forum.tagdiv.com/demos_introduction/ and choose which header template you want for your site – https://forum.tagdiv.com/header-styles/ The demo’s come with predefined content (menu, categories, posts etc) but you can also create and use your own. More information about creating a menu here – https://forum.tagdiv.com/main-menu/ and also a guide to make a mega menu here – https://forum.tagdiv.com/mega-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

Usually a fullhd image (1920x1080px) would work best for a background image, more information about the settings here – https://forum.tagdiv.com/background-introduction/ You can see the theme width size when using a background with your browser inspector, like this – https://www.screencast.com/t/lyYh5zYW

Thanks

Simion C.
tagDiv Staff

Hi,

You can create any page structure you want in Visual composer with the elements available – https://www.screencast.com/t/rfMGHQ1X or easily drag and change their position inside a created page – https://www.screencast.com/t/Du0eHRcHbCP More about this here – https://forum.tagdiv.com/how-to-use-visual-composer/ The featured category is created by default and it is specially designed not to display the category tag on posts – https://forum.tagdiv.com/featured-posts-2/ As for your other questions regarding assigning categories in blocks, sort order, post limit and filter, I think you will find the answers in this blocks tutorial – https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the post social sharing, that was created for posts and it could not work properly on pages even if you find a way to implement it by modifying the theme files. On pages you can use the equivalent social sharing elements from Visual composer – https://www.screencast.com/t/PTVOeGPlgX6 Please correct me if I misunderstand.

Thanks

Simion C.
tagDiv Staff

Hi,

There is no need to activate Visual composer because it is pre-activated from the start, just ignore the activation messages – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ Updates for all the theme’s plugins including Visual composer are provided along with the theme update. When a new version is available, just download the full theme package from themeforest – https://forum.tagdiv.com/whats-included/ then deactivate and delete the Visual composer plugin from theme panel and install the new one from the package. Your pages created with visual composer will still be there. But in case something goes wrong it is always recommended to have a backup – https://forum.tagdiv.com/how-to-update-the-theme-2/
The theme has a responsive design so it adapts to different device sizes. If the mobile theme is not activated then the same content of the desktop will be displayed on mobile. When you activate the mobile theme it will display a predefined layout on the homepage, with a top grid and latest articles and you can add content through the mobile editor. More information here – https://forum.tagdiv.com/the-mobile-theme/ You can use the browser inspector tool to see the site in mobile view – https://www.screencast.com/t/zdjQv4EZ

Thanks

Simion C.
tagDiv Staff

Hi,

Some of the footer templates come with predefined content and others are blank templates, more information here – https://forum.tagdiv.com/footer-templates/ If you want to have just your own content in the footer, select an empty template – https://www.screencast.com/t/Bn9NUU1sh and add your content in the widgets section.
To remove the post author name on blocks and modules go to Theme panel->Block settings – https://www.screencast.com/t/jlRInAea and disable it there. You could use the calendar widget available as a widget – https://www.screencast.com/t/HZreerRjG or in Visual composer – https://www.screencast.com/t/zTlqB9JYO but if you need a complex calendar with more options and possibilities, you must search for a plugin that can offer them as I can not make any recommendations because no such plugins are tested with the theme. Just try a few of them and select the one that you like.

Thanks

Simion C.
tagDiv Staff

Hi,

If you have added a widgetised sidebar on your page – https://www.screencast.com/t/D9KoQH3OW you must select a sidebar in it’s settings – https://www.screencast.com/t/g0qb79GYot3 When you use a latest articles page template, in order to have a sidebar in the latest articles at the bottom of the page, you must select or create a sidebar here – https://www.screencast.com/t/hPeLZTJLFHL Each sidebar can be customized in Appearance->Widgets – https://www.screencast.com/t/NiDLLtlscOS

Thanks

Simion C.
tagDiv Staff

Hi,


@jun
You can remove the sidebar from your blog or change the module used to display your articles on your blog page, in Theme panel->Template settings->Blog and posts template – https://www.screencast.com/t/1tQPt45Y8

Thanks

Simion C.
tagDiv Staff

Hi,

The Homepage post is just a Visual composer element that can be used just in any page you create and set as a static homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ as can be seen in the demo – https://demo.tagdiv.com/newspaper/homepage-one-top-post/ Since it is a homepage post it must contain a post to display. If you are looking to have something resembling it’s style you could use other elements like the slide element or a single image etc. You can find most of the elements used in the theme in the demo here – https://demo.tagdiv.com/newspaper/ in the features menu.

Thanks

Simion C.
tagDiv Staff

Hi,

To achieve that you must edit the header-style-12.php file located in the theme folder->parts->header and comment or remove these lines of code that are responsible with the header ad for that header style – https://www.screencast.com/t/PPSz68aU

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this topic and the solution provided there, in order to remove “All” from the mega menu – https://forum.tagdiv.com/topic/remove-all-sub-category-in-mega-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

You could just copy the functions.php file from the theme package you downloaded – https://www.screencast.com/t/KvyA4Gw37qg in the main Newspaper theme folder and replace the wrong one.

Thanks

Simion C.
tagDiv Staff

Hi,

These are the currently available font settings in the theme – https://forum.tagdiv.com/font-customization/ and at the moment the theme does not have an option to disable google fonts but it could be taken in account in a future update. A possible workaround would be to use the solution provided in this topic – https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/

Thanks

Simion C.
tagDiv Staff

Hi,

I see there are still a lot of js errors on the respective page that you are implementing that table, preventing the theme’s good functionality (thumbs not loading, search function and pagination not working) and also you are using multiple plugins, that I have no way of predicting which one is causing this and how they are affecting the theme’s css and js. I have no solution for this and can only suggest you try disabling them one at a time as a test and check the results.

Thank you for understanding

Simion C.
tagDiv Staff

Hi,

Please make sure you enter the correct Instagram id – https://forum.tagdiv.com/instagram-widget/ and also that your Instagram account is not set on private – https://www.screencast.com/t/WPAH6tg1U

Thanks

Viewing 25 posts - 20,076 through 20,100 (of 20,681 total)