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,


@chaudhrysohail
Edit the page and counter, modify it with your own socials. The counter can be placed in pages, in that case edit the page with the tagDiv composer, click on the counter and modify the settings that appear
https://www.screencast.com/t/nkT6Md22
It can also be used as a widget for widget sidebars or in the footer, in that case it can be modified in Appearance->Widgets
https://www.screencast.com/t/eebr1aXMo

Each instance of the social counter is independent from the others, if you use for example 3 social counter elements in various locations of the website, each will have to be configured with social data.

Simion C.
tagDiv Staff

Hi,

The top elements is a Big grid, it displays 4 posts. For example this post
http://prntscr.com/ka8gvz
The image it displays is the featured image set for it
http://prntscr.com/ka8hj0

I believe you want to configure the grids and blocks to display your own posts now. That would be the next step. Edit the page with the tagDiv composer and configure the grid to display posts from your categories instead of the demo categories
http://prntscr.com/ka8liw

So you don’t change the images, you change the posts. Those are simple demo posts. Your posts, the ones that you write and publish must have featured images or videos set for each post
https://forum.tagdiv.com/featured-image-or-video/

After you set a featured image, this image will represent the post in the theme blocks, grids, social sharing etc.

Hope this helps.
Thanks

Simion C.
tagDiv Staff

Hi,

It is small because of the line-height imported by the demo, installing a demo will import theme panel settings. The gadgets demo initially uses header style 5 and a line-height for the main menu of 48px
https://www.screencast.com/t/4PFowsFu
That looks good in that particular case, if you change the header style it may not.

That means the header will have a total height of 48px in this case. Set the line-height to default or a higher value for the main menu and the logo will be display fully.

Let me know if you have more questions or you need help with something else.

Thanks

Simion C.
tagDiv Staff

Hi,

I would help you, but I would have no idea how that plugin works unfortunately and what custom field would that be, or why the posts are corrupted with the plugin.
The theme is mainly designed to be used with posts created and published manually, the default way.
That will ensure they display properly and have the intended functionality. Posts from external sources or imported automatically from various places will most likely cause problems.

So the theme works in the conditions it is meant to work, up to this moment we have not made any tests for compatibility with the plugin you mention or any form of automatic posting.
Maybe there will be testing in the future, I am not aware of such plans however. There are many requests and more important priorities currently. Sorry for this inconvenience.

Simion C.
tagDiv Staff

In the WordPress plugins folder, that is the name of the AMP plugin
https://www.screencast.com/t/eC03MPXb

Simion C.
tagDiv Staff

Hi,

I was suggesting with CSS, hide the images and maybe also reduce the height of the menu
https://www.screencast.com/t/uxOXmWQ0QuQ

.td_mod_mega_menu .td-module-thumb {
display: none;
}
.td-mega-menu .td-mega-row {
height: 114px;
}

No option in the theme panel would allow a similar result. This code would be the easiest way top do something like this.

Simion C.
tagDiv Staff

Seems it does nothing, I can’t remember why exactly I used that there. You could remove the “right:10%” , maybe optimize the code more if needed. There might be better and simpler solutions to do it with enough time to experiment.

You could reduce the font used for smaller devices, that would be one way to do it to avoid breaking the text in two rows.

Simion C.
tagDiv Staff

That would be still by post views, if the theme panel views setting is active the count will go on for the cloud template posts.

You can choose to display the views or not with in the single template, as long as the theme panel setting is active the view count will work.

Simion C.
tagDiv Staff

Hi,

That is quite a sub-menu. The mobile sub-menu has a limit but not of actual category number, but a height limit. I could give you a code to modify that height (original is 2000px) to a higher value, 5000px max-height would be enough
https://www.screencast.com/t/m3ylD66dObBg

Enter the code in Theme panel->Custom CSS section

.td-mobile-content .td-sub-menu-open>ul {
max-height: 5000px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You can copy the demo files and folders and rename them, they are all provided for each demo in the demos folder of the theme. The demo pages, theme panel settings, custom stylesheet that will be imported when the demo is installed.

But renaming it or making modifications could cause problems, I can’t say for sure. There is no documentation for this, or similar topics in the forum.

Note that the recommended method is to install the demo through the install demos option in the theme. The process will automatically import the necessary demo data. Then you could customize it carefully.

Simion C.
tagDiv Staff

The files that are supported by the child theme can be modified in it. Once the child theme is active the files will be served from it, not the main theme.

Using a child theme is considered a safe way to modify theme files without losing changes when the main theme is updated. Some more useful information here
https://www.wpbeginner.com/beginners-guide/wordpress-child-theme-pros-cons/
https://wpapprentice.com/blog/wordpress-child-theme-need-one/

Simion C.
tagDiv Staff

@leaderzzz Please make sure you use the latest theme version 4.5 Instagram works properly in this version. If you do and it is not working, we can take a look. Send us an email as mentioned above.

Simion C.
tagDiv Staff

I believe that is the default header ad code with a default placeholder image, if you want to use that please check if the image it uses still exists in the media library. Maybe it is not found. Or replace that image with something of your own in the code.

That container is an ad spot, to display ads. Not meant to display blocks with posts. You can use Adsense or non-Adsense ads if you want depends on what you want
https://forum.tagdiv.com/newsmag-header-ads/
https://forum.tagdiv.com/newsmag-using-other-ads/

Simion C.
tagDiv Staff

Try a code like this and see if it works as you want
http://prntscr.com/k9xe0p
http://prntscr.com/k9xexy
It does not apply to the top grid

.td_module_wrap .entry-title a:visited {
color: #6f91c1;
}

Simion C.
tagDiv Staff

Hi,

This option in the theme panel has to be enabled
https://forum.tagdiv.com/7-days-post-sorting/
As soon as you enable that, and the posts gather views, that sorting will display them in order of the view count. This also requires that post views are active
https://www.screencast.com/t/6eMs99t7E1

Thanks

Simion C.
tagDiv Staff

Hi,

1. The unique thing about the black demo is the extensive design created to make it black. Since this not possible with theme settings most elements were colored with CSS. You could modify the demo stylesheet if you want to modify some aspects of the demo
https://www.screencast.com/t/jIeOStTdu1qg

2. What exactly are you referring to? I don’t quite understand what you mean. If you are referring to the website address please check here
https://codex.wordpress.org/Changing_The_Site_URL

3. There is a simple gallery for pictures, it can be used in pages as well (through a text element)
https://forum.tagdiv.com/gallery-2/
https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/

4. A general width setting does not exist, you can stretch rows or use full width grids. There are full width elements to be placed in pages, like grids
https://demo.tagdiv.com/newspaper/full-big-grid-1/ (10 types of full width grids)
Rows in pages can be stretched – https://www.screencast.com/t/LjPxJ1iLIIz
Header and Footer elements – https://www.screencast.com/t/HgtsNIs1
There are also multi-purpose elements in the tagDiv composer, you could check them out.

5. There is a news ticker element in the tagDiv composer, it looks like this
https://demo.tagdiv.com/newspaper/news-ticker/

Thanks

Simion C.
tagDiv Staff

Hi,

Try the column text or text with title elements for example. They will work with shortcodes. Enter the shortcode, save the page and then view it.

Thanks

Simion C.
tagDiv Staff

What you did is correct. You need to copy the file in the child theme, then modify it. Maintain the same directory path to the file when copying files from various theme folders
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Simion C.
tagDiv Staff

Hi,

I don’t quite understand what you want to do with that module. However it would be best to consult with a professional developer or freelancer if possible before making code modifications, to avoid unexpected results.

Simion C.
tagDiv Staff

Hi,

So you want the code to affect only some elements. I could create it for you, what exactly do you want it to affect only? You want it only for the homepage or the whole website? Provide also a link to your website.

Thanks

Simion C.
tagDiv Staff

Hi,

So by updating the theme and theme plugins now that error is displayed while using the composer. First please check the theme system status panel and this guide
https://forum.tagdiv.com/requirements-for-newspaper/
Similar issues were solved by increasing the WP-memory value, in many cases a value of 256M did the trick. You could try that as well, contact your hosting provider if needed or make the modifications yourself.

Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

I thought you have sent us an email as I mentioned in my previous reply, we will take a look if you could do that. Provide the necessary details and the circumstances in which the issue happens in the email.

Simion C.
tagDiv Staff

Hi,

The js the theme serves is already minified, you could minify the CSS with an online tool for example, or as mentioned in this topic
https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/

There are many topics in this forum concerning website optimization, you could search for some and take a look. They might be helpful for you as well.

Simion C.
tagDiv Staff

Hi,

So you want to install theme version 7.8 which is an older theme version. Note that may not work properly with the latest WordPress. Also you can see here how many fixes and new featured have been added since that version
https://themeforest.net/item/newspaper/5489609 (changelog at the bottom of page)

Maybe first check some similar topics online, instead of intentionally switching to an older theme version, I found these for example
https://www.mariehaynes.com/reasons-for-traffic-to-drop-other-than-penalty/
https://techbee.in/how-to-quickly-regain-lost-traffic-after-wordpress-theme-change-seo-website-redesign

If you still want to return to that theme version, you can send us an email at contact@tagdiv.com and we will provide it to you.

Simion C.
tagDiv Staff

@Vickydhumale Replied in your other topic.

Viewing 25 posts - 7,551 through 7,575 (of 20,681 total)