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

Replied via email.

Simion C.
tagDiv Staff

Hi,

I believe you followed this topic as well
https://forum.tagdiv.com/topic/featured-image-show-caption/

I have entered the code provided there like this, in single template 6
https://www.screencast.com/t/0fveK0lY13
This will position the caption directly in the locations you want
https://www.screencast.com/t/iBwHGEgVJI
You can use the CSS code from the same topic to style the caption, or create your own styling.

Thanks

Simion C.
tagDiv Staff

I have tested this and the solution works. Enter the code that is provided in that topic here in this file
https://www.screencast.com/t/PXvipAgOl
Then the views have to be called in each module file that you are using> example for module 1
https://www.screencast.com/t/8UMPo2c8n

<?php echo $this->get_views();?>

The views will show in the module – https://www.screencast.com/t/CeuSAQ4J
Now apply some styling, the one provided in that topic will make the views look like this
https://www.screencast.com/t/qHYMP4GLP
But you can style them further with CSS code if needed
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Simion C.
tagDiv Staff

Hi,

This code will increase the height of the mobile header, like this
https://www.screencast.com/t/2OBzz0URu
It will remain the same size when sticky as well
https://www.screencast.com/t/nJTTeiaXT
This is the code used

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu, #td-header-menu {
height: 100px !important;
}
#td-top-mobile-toggle,
.header-search-wrap {
top: 23px;
}
.td-main-menu-logo img {
max-height:100px;
}
.td-header-menu-wrap.td-affix {
transform: translate3d(0px, 0px, 0px)!important;
}}

You may modify values if needed, or leave it as it is.

Thanks

Simion C.
tagDiv Staff

Hi,

The latest version of Visual composer provided in the theme package (5.4.5) is tested with the theme and it works properly. So there should be no problem using updating it.
When the tagDiv composer is active, Visual composer elements may be affected. That would be the only situation when issues are present.
So keep the tagDiv composer deactivated and there should be no problem with the pages, if the pages were built with Visual composer.

If you used this Elementor page builder as well on those pages, note that we have not made any tests with it and the theme or compatibility tests between all these three builders.
Pages should be created using only one composer, also not edited with a different one. That will not cause any problems such as the ones you mention. Use only the page builder that was used initially to build the pages.

We will be able to provide a refund in this case, if you cannot use the theme and theme page builders included in the package for the website.

Thanks

Simion C.
tagDiv Staff

Hi,

If you use the mobile theme this has a scroll to top button. If the plugin is not active, the scroll icon will not show. It could be made to appear with this code if necessary
https://www.screencast.com/t/FRA3s9jKrrU
Enter it in Theme panel->Custom CSS section

@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

All the page elements can be removed if needed, this is not specific to a demo. The demos are built with the tagDiv composer. Simply edit the page with the composer and remove/modify/add elements as you wish.

The composer should be available as an option to edit pages, please check in the plugins section if it is installed and active. Re-install the plugin if necessary. let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual, I can confirm all the plugins are included in the full theme package, Download the theme package again and extract it. Check in the plugins folder, all the plugin are located there
https://www.screencast.com/t/CtshvbUZ
https://www.screencast.com/t/PnQQjqE7
Please check again in the mentioned folder, the mobile plugin is there as well
https://www.screencast.com/t/b05aBUu9

Thanks

Simion C.
tagDiv Staff

Hi,

That probably means the mobile theme is not interpreting the code, it displays it as simple post content text. It should not appear if the code is wrapped in script tags. If you could provide a link to your website pointing to this issue we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t quite understand what you mean. If you have a problem, please provide a link to your website we will inspect it.

Usually layout issues are caused by modifications to the theme, custom code or maybe having both composers active at the same time.
Try deactivating all plugins except theme plugins, leave only the composer you are using active (either Visual composer or tagDiv composer) and other theme plugins. Temporarily remove any custom code used in the theme panel, or code entered in theme files.
If you use a child theme switch to the main theme. Try these suggestions and see if you can identify what is causing the issues.

Thanks

Simion C.
tagDiv Staff

Hi,

Try it like this – https://www.screencast.com/t/WGwySrzWlTnl

.td-ps-bg .td-social-mail .td-social-but-icon,
.td-ps-bg .td-social-mail .td-social-but-text {
background-color: green!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

It seems there is some kind of misunderstanding here. The theme basic markup cannot simply be deactivated, there is no option for that. The default markup meta for articles is in this file, as mentioned previously
https://www.screencast.com/t/3YL5u06c
Remove them manually from that file if this is required for your website.

Thanks

Simion C.
tagDiv Staff

Hi,


@Adcomm_Media
Replied by email. The solution seems to work on both browsers at the moment
https://www.screencast.com/t/wbiQS6tjkeu
https://www.screencast.com/t/9k5CKpQOF9p

Thanks

Simion C.
tagDiv Staff

Hi,

@Stevivor Placing it there among the default socials might cause issues. The implementation of the socials has changed in the latest theme version. It could be placed on top of the socials maybe, next to the like buton
https://www.screencast.com/t/M2ruKQ8Q
https://www.screencast.com/t/aC66Nnr3AIG
Or maybe in a different place, except the default socials.

Thanks

Simion C.
tagDiv Staff

Hi,

Blocks might not look properly when inserted in the footer and then stretched. This option is useful but for certain elements, blocks are not part of those elements. There are full big grids that you could use for full width, like this one for example
https://demo.tagdiv.com/newspaper/full-big-grid-4/
These would be some footer examples of use of the stretch to full with content option (with multi-purpose elements)
https://demo.tagdiv.com/newspaper_technology/
https://demo.tagdiv.com/newspaper_dentist/
https://demo.tagdiv.com/newspaper_construction/
Try and use full big grids for full width, or try with different elements than blocks.

Thanks

Simion C.
tagDiv Staff

Hi,

Remove all content from the link, the socials will not display anymore. Example
https://www.screencast.com/t/9d8Ek44oGM
https://www.screencast.com/t/ykh5zsvhg
The field must be completely empty, no link or link placeholder (#).

Thanks

Simion C.
tagDiv Staff

Hi,

The author name can be disabled for all blocks/modules in the theme panel
https://www.screencast.com/t/p5dEymLdI

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed it seems to happen. For me initially it did not work, but after browsing for a while it worked every time when clicked. It seems there are some js errors present on the website, when the mobile theme is loaded
https://www.screencast.com/t/CbHXIHTN
Please try again as a quick test top deactivate all plugins (important), leave only theme plugins active. Clear all caching after doing this, if you have any. Test to see if these errors are still displayed. If you entered any code in the mobile theme custom code sections, remove it temporarily.
The mobile theme can be affected by other plugins, this might be the case here. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme uses the default WordPress search functionality, a search for recipe and recipe parameters could be done through a plugin if this is required. That would be the easiest way. Other than that you will have to modify the WordPress search code, or implement a different one
http://www.wpbeginner.com/wp-tutorials/how-to-create-advanced-search-form-in-wordpress-for-custom-post-types/

Some recipe plugins might include a search widget that can be used specially for recipes. You could search for recipe plugins and try a few of them
https://colorlib.com/wp/wordpress-recipe-plugins/

Thanks

Simion C.
tagDiv Staff

Also there is an approval period before the ads are served, according to Google
https://support.google.com/adsense/answer/76228?hl=en
Ads will be blank until the review is complete
https://support.google.com/adsense/answer/2708537?hl=en

Simion C.
tagDiv Staff

Hi,

So you want to create a sub-menu and the users should not be able to click on the main menu item. You could do that by using a custom link element. This is an example
https://www.screencast.com/t/pZT60Kok
https://www.screencast.com/t/qqMxQ4aRxF
The resulting menu item cannot be clicked, the sub-menu items will be displayed on hover.

Thanks

Simion C.
tagDiv Staff

Hi,

1. The theme does not have such options. Once entered in the theme panel, the ads will display at all times. Settings for the frequency or more advanced ad options are not available.

You could try the Adrotate plugin, this might have such options to control how an when the ads display. This plugin is highly recommended here on the forums by users that want more advanced control over the ads. This is some documentation on the plugin
https://ajdg.solutions/manuals/adrotate-manuals/
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/

2. Regarding monetization strategy, you could search online for guides and tips. I am sure there are many in the matter
https://www.google.com/adsense/start/resources/earn-money-with-google-adsense.html#/
https://www.adpushup.com/blog/11-adsense-tips-tricks-maximize-earning-potential/

Thanks

Simion C.
tagDiv Staff

Hi,


@jOOc
Usually hosting providers offer the possibility to change the PHP version of the server. You could ask them to lower the version and use the theme.

We are currently working to provide 7.2 support, the theme will receive an update as soon as the tasks are completed. I could not give you an exact date for this, however it should not be long now.

Thank you!

Simion C.
tagDiv Staff

Hi,

All the demo sliders are provided in the theme package, you can import any of theme and use them, regardless of demo installed
https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
So import the demo and place it on the page
https://www.screencast.com/t/fxkqhXhf
Save the page and view it, the slider will appear.

Thanks

Simion C.
tagDiv Staff

Hi,

The category that displays on a module can be controlled by the primary category feature
https://forum.tagdiv.com/primary-category/
Setting a primary category for the post will display it’s category tag on the modules. So the solution is to manually set the primary category you wish, for the posts you wish
https://www.screencast.com/t/BgxeAtDYQQF
The posts will inherit also the sidebar from the primary category, unless a sidebar is set manually. It is all mentioned in the guide.

Thanks

Viewing 25 posts - 12,576 through 12,600 (of 20,681 total)