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,

1. Either negate the page padding by setting a negative margin for the row where the slider is placed, like this
https://www.screencast.com/t/yRMFJaAS
Or enter this code in Theme panel->Custom CSS section to remove the padding
https://www.screencast.com/t/RKSZ6askezzN

.home .td-main-page-wrap {
padding-top: 0;
}

2. That white box allow for a custom title to be set for each image. It could be removed with a code like this
https://www.screencast.com/t/WjrpltufGfU

3. Maybe try and enter the image directly in the footer file, after the social icons section. The image should be displayed below these social icons
https://www.screencast.com/t/83TJSOxMR
Something as simple as this maybe
https://www.screencast.com/t/bcFtiGZHQ6
https://www.screencast.com/t/iWug2tHGoMG7

4. That can be done in the slider settings, according to this guide
https://www.themepunch.com/revslider-doc/general-settings/
https://www.themepunch.com/faq/turn-autoplay-off-sliders/
The Revolution slider is a very complex plugin, with an enormous amount of settings and options. It can be difficult to master or even find a setting at times.
This is the official plugin documentation
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks

Simion C.
tagDiv Staff

Hi,

Here you can see how all the blocks look, depending on the row layout
https://demo.tagdiv.com/newspaper/block-1/
Use the selection on the right to switch between blocks. The blocks and block design are predefined, there are no additional options to change how they display.

Thanks

Simion C.
tagDiv Staff

Hi,


@loirexplorer
Yes, pages will have to be recreated with the tagDiv composer and replace the old ones. Delete the old one and make the new one live at the same time.
Maybe keep the same slug for the new pages
https://www.screencast.com/t/MtV4zMp2pNgA
Editing pages built with the Visual composer, using the tagDiv composer is not recommended.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that some footer templates have predefined content, while others are empty templates
https://forum.tagdiv.com/footer-templates/
If you want to use your own widgets inside the footer, select an empty template and enter widgets in the footer sections.

Thanks

Simion C.
tagDiv Staff

Hi,

The unique articles feature will work for pages, not posts. The block widgets in the sidebars can be customized in terms of the content they display. The categories can be filtered, posts sorted etc
https://www.screencast.com/t/oTJHVVYJ
Here you can find more information about all the available block settings
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

As I said these could have been created by another theme, make a backup or export before deleting these fields in the database. This is not difficult and it is the recommended method of making modifications in the database
https://codex.wordpress.org/Backing_Up_Your_Database

Thanks

Simion C.
tagDiv Staff

Hi,

These have to be selected manually for each post, I don’t know how you want to make all of these settings become automatic. This is where the fields you mention are defined in the theme, and where you can try to make these modifications
https://www.screencast.com/t/tcVXpCiM

Thanks

Simion C.
tagDiv Staff

Hi,

So the Visual composer editor is not working properly. Check the theme system status and see if the server and WordPress parameters are set according to this guide
https://forum.tagdiv.com/system-status-parameters-guide/
Deactivate the Visual composer and delete it, then install it again from the theme package
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
If this does not have any effect, deactivate all plugins except the theme plugins, clear any caching installed and check again.

Thanks

Simion C.
tagDiv Staff

Hi,

You modified it right, but it seems that the htaccess method might not be the one needed. Remove it from there to get the website going with no errors. I don’t know what other suggestion I could give you, besides to keep trying to contact and plead with the hosting provider to help you. This is an easy task for them, the least they can do is to point you in the right direction or maybe they have a guide.
Basically the theme has these basic requirements, besides the server and WordPress parameters
https://forum.tagdiv.com/requirements-for-newspaper/
In these conditions everything should work properly, theme and theme provided plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

You can inspect the list you mention with the browser inspector and see how it is made
https://www.screencast.com/t/Q7FWdW5nrQ
https://www.screencast.com/t/BwasffptT
Then adapt the style to the theme smart list elements, something like this for smart list style 2 for example
https://www.screencast.com/t/b6iVdsbpxc
This is a tutorial about using the browser inspect to identify elements on pages and the styles used, to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Also this is the code I used in the example if it should be helpful to you

.td-sml-current-item-nr {
position: absolute;
top: -45px;
left: -42px;
width: 90px;
height: 90px;
line-height: 85px;
border-radius: 50%;
border: solid .3em #2D9EDD;
box-shadow: 0 2px 10px rgba(30,30,30,.2);
background-color: #fff;
text-align: center;
color:rgb(45, 158, 221);
}
.td-item {
border: 1px solid #ddd;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no way to modify the spacing between modules, these are carefully calculated and fixed. All the columns have fixed dimensions and it is not recommended to modify them. This ensures that the blocks will display properly, some examples
https://www.screencast.com/t/Itsimx9SrSsZ
https://www.screencast.com/t/oRb52xUlW
It could be attempted to modify these values but it will break other elements.
The theme width is also fixed and changing it will affect every element on the page, this is highly not recommended
https://www.screencast.com/t/qhfZART7fc5z
Blocks as a whole can be positioned differently by using the padding and margins that are available in the CSS tab
https://www.screencast.com/t/EmBIUNmRwj2
But the modules that form the blocks cannot and should not be modified, the results will not be satisfactory.
Stretching can lead to thumbnail issues for some elements, these thumbnails have predefined sizes and will remain the same after stretching their container. This will lead to the result you mentioned.

Thanks

Simion C.
tagDiv Staff

Hi,

You can disable the sidebar for the shop page, in the Theme panel->template settings
https://www.screencast.com/t/f2yzyGr2ht02

Thanks

Simion C.
tagDiv Staff

Hi,

The easiest way would be to use a code like this
https://www.screencast.com/t/oVRouo3W
It will remove the footer on mobile, enter it in Theme panel->Mobile theme->Custom CSS section

.td-mobile-footer-wrap {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Each block and grid can be customized in terms of the content it displays
https://forum.tagdiv.com/block-settings-guide/
There are multiple options to filter the categories or exclude categories for example. Everything is mentioned in the block settings guide.

Thanks

Simion C.
tagDiv Staff

Hi,

Add the code directly in the theme header file, between the head tags
https://www.screencast.com/t/cntSjJd0BtLg

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect it. The content that is displayed on pages in block and grids, is dependent on the sorting option that is selected. But that would display the same content regardless of being logged or not.
Something is interfering and causing the issue. Try deactivating all plugins except theme plugins and check to see if this has any effect.
Also make inquiries to the hosting provider and see if there is any server side cache. This is common these days.

Thanks

Simion C.
tagDiv Staff

Hi,

There should be no problems displaying Adsense ads through the theme panel. Adsense ads are fully supported by the theme
https://forum.tagdiv.com/ads-adsense-overview/
Simply enter the ad code as provided by Google and make sure the ads are not disabled
https://www.screencast.com/t/tL205R58

Thanks

Simion C.
tagDiv Staff

Hi,

The excerpt is set for the post, the block modules simply display it
https://www.screencast.com/t/4dvRHKTTj1H
https://www.screencast.com/t/iL2kFGFL
The excerpt type can be customized in general by words or letters, and the length in particular for each module
https://forum.tagdiv.com/excerpts-introduction/
The subtitle can be set for each post as well
https://www.screencast.com/t/koXBlrNeLYqK
This will be displayed on the post page as shown in the screenshot
https://www.screencast.com/t/LzBDz5ysgUxs

Thanks

Simion C.
tagDiv Staff

Hi,

There are no options at the moment that would allow something like this. Only admin level users have access to the tagDiv composer page editor. However I believe editor roles should have the capability to edit pages with the composer, since to edit pages is a default editor ability.
I will add this on our list, and pass it along to the developer team. If you would like to make the modification and use it in the meantime, you will have to edit the composer files.
Edit this file from the tdcomposer plugin and change the user capability so an editor will have access to the editor
https://www.screencast.com/t/fWoDCrFbL9
https://www.screencast.com/t/fuGvYkqY3fO
The option to use the composer will be displayed
https://www.screencast.com/t/8P6clonOp8O
This will enable editor roles and above to use the tagDiv composer, and it is according to the default WordPress user roles and capabilities
https://codex.wordpress.org/Roles_and_Capabilities

Thanks

Simion C.
tagDiv Staff

Hi,

If the post views have been disabled, then these should not be present in the database. Maybe these were kept from a different theme that you used before. Go ahead and delete them but make a backup or database export before, just to be safe.
This is how the post views are kept
https://www.screencast.com/t/vJXC1zZ7
https://www.screencast.com/t/pfZ0ZUu3iVl

Thanks

Simion C.
tagDiv Staff

Hi,

These are the available header styles, each displays the header ad differently
https://forum.tagdiv.com/header-styles/
There are header styles that display the ad just below the menu for example.

Thanks

Simion C.
tagDiv Staff

Hi,

Those can be removed in the Theme panel->Block settings
https://www.screencast.com/t/6blvp5h14P

Thanks

Simion C.
tagDiv Staff

Hi,

Looking at the menu used in the mobile theme, I see that it only has 2 menu items
https://www.screencast.com/t/0aSlxfymnJ06
Please check the menu used in the mobile theme
https://www.screencast.com/t/6nvLB5bFlY2
And make sure it has the elements you want in it, or use the same menu as on desktop
https://www.screencast.com/t/5hKriHUL

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for the confusion. Please note that the popular sort order that uses Jetpack will not work with other settings, or with pagination. It will all be processed by the plugin. No information that will be entered in the other fields for the block that uses this sorting option, will be taken into consideration
https://www.screencast.com/t/BLxAeGGsGQ6y
There may be an option to exclude specific posts, maybe something like this
https://jeremy.hu/jetpack-remove-top-posts/

Thanks

Simion C.
tagDiv Staff

Hi,

The theme has an option to reset the activation key, in the system status section
https://www.screencast.com/t/CEFH7vSP
Then it can be activated on the new domain.

Thanks

Viewing 25 posts - 15,526 through 15,550 (of 20,681 total)