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,

Unfortunately the theme features a single header menu and a top menu. That is the way it was created and it would not be easy to implement another menu. If you have too many items in the menu, they will just drop to another line like here – https://www.screencast.com/t/75zHRyBq4UU

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the Roboto Condensed font has a minimum of 300 font weight meaning the light version – https://fonts.google.com/specimen/Roboto+Condensed Try to enable the following settings in theme panel fonts – https://www.screencast.com/t/5FXjMwBjaXxI The result should be like this, do a cache clear after the modifications just to be sure – https://www.screencast.com/t/c73g5jA6Jrj More about font customization here – https://forum.tagdiv.com/font-customization/
I don’t know what to recommend about that table plugin, if you are using shortcodes and they are correct it should work properly. You could identify the elements on the page and make custom code using your browser inspector to further style and position the table, if the plugin has no settings for this – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

1. The post type filter by page – https://forum.tagdiv.com/block-settings-guide/ is used when you want to display pages on blocks, and I do not have a solution for you to show children of pages by using this filter.
2. if you want something like that you could use an image gallery element – https://www.screencast.com/t/FADB8oag where you can set links for the images by default – https://www.screencast.com/t/ITJpiqFUhttps://www.screencast.com/t/ITJpiqFU

Thanks

Simion C.
tagDiv Staff

Hi,

You could increase the size of the module thumb from the default media size using this code (just modify the height value as you like) keeping in mid the modifications you have made to the module thumb sizes.

@media (max-width: 767px) {
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb {
height: 170px;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

1. You could use the plugin recommended in this topic by Chris S – https://forum.tagdiv.com/topic/getty-images-plugin/ Give it a try and see how it goes.

2. Unfortunately not, the menu is limited to drop-down capabilities on mobile – https://www.screencast.com/t/PjRfeijrZ For the pages, you must enter your content in the mobile editor section – https://www.screencast.com/t/3TUtmys4 in order to be displayed on mobile when using the mobile theme plugin, as explained in the mobile theme guide provided above.

3. Yes the 7 days post sorting is based on page views, it will not work if this setting is disabled.

4. Unfortunately in this regard I have no recommendation, you will have to search for user role manager plugins and try a few of them out.

6. You can set a tagline and a site image like this – https://www.screencast.com/t/OhmMIeSHvbhttps://www.screencast.com/t/0SGYXRVW

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. If you mean the title in the category page – https://www.screencast.com/t/sSZBRVXYHRK you could change it with with some css like in the screenshot, for all the category page titles. Here is a tutorial about how to use your browser inspector and identify the elements on the page and their classes, in order to create custom code and easily change their color for example – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ This is the code I used in the example

.category .td-page-title {
color: blue;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the Latest articles section, you can increase the number of posts in Settings->Reading – https://www.screencast.com/t/hatHzgZJq

Thanks

Simion C.
tagDiv Staff

Hi,

Then you must make your custom modifications in the header-style-10.php file located in the theme folder->parts->header This is the structure of that header style – https://www.screencast.com/t/wXLnXfdjWhyv and you have to insert your code there. If your weather widget has a shortcode, you can use the do_shortcode function and place the code inside the structure like so – https://www.screencast.com/t/S7lSpP68Xh

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

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure you upload your logo image in full size – https://www.screencast.com/t/YUdMzVe4Ghttps://www.screencast.com/t/k5vUqMnbhqib Then it should display the full image size as there is no limitation in that respective header style for the logo.

Thanks

Simion C.
tagDiv Staff

Hi,

Replied by Catalin in your other topic.

Thanks

Simion C.
tagDiv Staff

Hi,

Please install the Visual composer editor plugin as it is an essential and required part of the theme. You can find it in the theme package that you have downloaded – https://forum.tagdiv.com/whats-included/ plugins folder. Then you can create a homepage using the elements available – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ from Visual composer – https://forum.tagdiv.com/how-to-use-visual-composer/ Also here is a tutorial on block settings – https://forum.tagdiv.com/block-settings-guide/ explaining how you can assign a category on your blocks and the different sort orders. You can see all the big grids and blocks in the Newspaper demo – https://demo.tagdiv.com/newspaper/big-grid-1/https://demo.tagdiv.com/newspaper/block-1/

Thanks

Simion C.
tagDiv Staff

Hi,

You can try this code if you want to hide the big grid displayed on mobile, just enter it in Theme panel->Mobile theme->Custom code – https://www.screencast.com/t/EDRafYlMcO

.td_block_big_grid_mob_1 {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Salut,

Asta depinde de calitatea imaginii acelui logo folosit, tema nu influenteaza sau proceseaza in nici un fel imaginea in cazul acesta. Aceasta este redata fara nici o modificare. Incearca sa creezi si sa folosesti ca si logo o imagine de o calitate mai buna, daca nu esti multumit de calitatea curenta. Eu personal nu vad nici o problema legata de claritatea logo-ului.

Multumesc

Simion C.
tagDiv Staff

Hi,

If you mean post markdown – http://www.wpbeginner.com/plugins/what-is-markdown-how-to-use-markdown-in-wordpress/ unfortunately the theme does not have this available for posts, but you could search for some plugins with that functionality and try a few of them out.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Theme theme will crop and create thumbs from the images used using center top cropping system – https://forum.tagdiv.com/featured-image/ The thumbnails used in the gallery have this size – https://www.screencast.com/t/UjCIEfXstgs and unfortunately in the image gallery it will not be so easy to make changes to the thumbs because it is a complex element.

2. You could increase the height of the module thumb for the module used on that big grid – https://www.screencast.com/t/aULcR8m3wofO overriding the default height set on the module thumb with custom code, and experimenting with different values, depending on the thumb modifications you have made.

Thanks

Simion C.
tagDiv Staff

Hi,

The plugins that come bundled with the theme including the mobile theme, are located in the plugins folder – https://forum.tagdiv.com/whats-included/ and you should find them in the downloaded theme folder – https://www.screencast.com/t/7IbgttUfhttps://www.screencast.com/t/7IbgttUf

Thanks

Simion C.
tagDiv Staff

Hi,

You can use any of the available Visual composer elements, big grids – https://demo.tagdiv.com/newspaper/big-grid-1/ and blocks – https://demo.tagdiv.com/newspaper/block-1/ to create the page layout you want. Please check these links to see what each big grid and block looks like. You can experiment with different elements in different settings – https://forum.tagdiv.com/how-to-use-visual-composer/ But if you want to modify these Visual composer elements there is no easy way. It requires modifications to the theme files and could mean a lot of hard work.

thanks

Simion C.
tagDiv Staff

Hi,

Well if you see it then the counter is working properly. Please keep in mind that the counter on the post page adds the likes received in your post page, and the ones received from the article facebook share, just like Bogdan explained here – https://forum.tagdiv.com/topic/facebook-like-and-share-button-problem/

Thanks

Simion C.
tagDiv Staff

Hi,

In order to remove the latest articles section, you must select a different page template – https://www.screencast.com/t/3WNixFQg7d6 in the page edit screen. More about page templates here – https://forum.tagdiv.com/page-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

If you have tried and did not manage to activate your theme with the manual activation method – https://www.screencast.com/t/Twem262oF4N please send us an email at contact@tagdiv.com and provide admin login information, and also paste a link to this topic, so we can investigate this issue.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

Please provide more details because I do not understand exactly what you want to achieve, so we can try to point you in the right direction.

Thanks

Simion C.
tagDiv Staff

Hi,

If you have set the font properties in theme panel – https://www.screencast.com/t/LyvnjmOk1VY4 it should apply to all the block or widget titles. Try to clear your cache, and also update your Visual composer editor to the latest version – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ and check to see if the problem is still there.

Simion C.
tagDiv Staff

Hi,

Then you could use an ad box element on your homepage, with a custom ad – https://www.screencast.com/t/vPYoKshVhttps://www.screencast.com/t/ttTtAga1NUVf That way you have an additional ad only for your homepage – https://www.screencast.com/t/7ecaZRRSOJRL

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the travel blog demo – https://demo.tagdiv.com/newspaper_blog_travel/ those are images inserted in a single image Visual composer element – https://www.screencast.com/t/wvzy0QGnF9u Here is a tutorial about using your browser inspector to identify the elements on the page and their classes – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

The child theme does not work without a parent theme installed. This is a simple process, just delete the main theme folder from the server and upload the new one. Then activate the child theme. If the child theme is not working properly after the update, you will need to go over the code, because some elements or classes may have been subject to change. More about the theme update here – https://forum.tagdiv.com/how-to-update-the-theme-2/ I can not see the screenshots because there is no link.

Thanks

Viewing 25 posts - 19,976 through 20,000 (of 20,681 total)