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,

If you have the Yoast SEO plugin installed, please check and disable this setting from the plugin
https://www.screencast.com/t/n8Cc35EofLh
Then check and see if the composer is working properly.

Thanks

Simion C.
tagDiv Staff

Hi,

This is a quite a complex post template design dues to the parallax image effect and other elements, it is not supposed to be modified because it will probably not display properly or other issue might happen.
You could choose a different post template, if possible. Or try adding this to the code and check if this somewhat fixes the situation created by the previous modifications

body.single_template_7 .td-stretch-width {
width:auto;
}
body.single_template_7 .td-stretch-height {
height:auto;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you checked the theme panel system status
https://www.screencast.com/t/vMCoOEY1
And these parameters are not according to the guide, these changes have to be made. If then hosting does not provide support, at least they could point you in the right direction, regarding what would be the recommended method to do this.
You can try for yourself to locate the htaccess or php.ini file and simply modify the existing values of the parameters or add them entirely, depending of the situation.
Some useful topics here
https://stackoverflow.com/questions/6165558/how-can-i-find-my-php-ini-on-wordpress
http://www.wpbeginner.com/beginners-guide/why-you-cant-find-htaccess-file-on-your-wordpress-site/

Thanks

Simion C.
tagDiv Staff

Hi,

If you use Google Adsense ads, these can be responsive. More useful information here
https://support.google.com/adsense/answer/3213689?hl=en
https://support.google.com/adsense/answer/3543893?hl=en
https://forum.tagdiv.com/ads-adsense-overview/
If different ads are used, you can display for example particular ads for desktop, and other ads on mobile devices, optimized in that way
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Please note that if you use the mobile theme plugin, ad codes have to be entered in the mobile theme section
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

The browser inspector tool is a powerful tool that can be used to inspect the page and see the classes used. This is a useful guide for this purpose
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

1. That gradient on the slide could changed with a code like this
https://www.screencast.com/t/Bp9jkwGdR
Use the colors you want in the code, then enter it in Theme panel->Custom CSS section

.td_block_slide .td-image-gradient:before {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(25, 85, 199, 0.8) 100%);
}

2. The subtitle will be displayed on the post page
https://www.screencast.com/t/1hg237kqz
https://www.screencast.com/t/K2sRiSz2tI6
Block modules do not display subtitles, some display excerpts for the post
https://forum.tagdiv.com/excerpts-introduction/
The slide in particular does not display an excerpt. That could only be achieved through code modifications, here are some similar topic
https://forum.tagdiv.com/topic/subtitle-in-slider/
https://forum.tagdiv.com/topic/how-to-show-excerpt-in-slider-module/

Thanks

Simion C.
tagDiv Staff

Hi,

There are some meta properties in the page source fromm what I can see, but the Yoast SEO plugin does not seem to be installed
https://www.screencast.com/t/vB8N8RsC0OT
The plugin has to be installed and configured properly, it alone handles all the social sharing. The theme does not have any options in this matter, or does it affect the sharing.
The debugger detects the required meta as missing from the page.
For the crawl image problem, maybe you can check if there is an error log specifying what exactly is the problem with the images in the posts
https://support.google.com/webmasters/answer/35120?hl=en
Find if there are any errors and why they are caused and test again
-https://support.google.com/webmasters/answer/6066468?hl=en
Some possible causes and useful information here
https://support.google.com/merchants/answer/6098154?hl=en
https://www.searchenginejournal.com/definitive-list-reasons-google-isnt-indexing-site/118245/
https://moz.com/blog/how-to-fix-crawl-errors-in-google-search-console
The smart sidebar has to be enabled in the theme panel
https://www.screencast.com/t/3snWdHMu
These issues could be caused by plugins, try deactivating all your plugins except theme plugins and Yoast SEO, clear any installed caching and make tests. Check custom code in the theme panel, or added to the theme files directly.

Thanks

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

When you update the theme , this automatically activates the tagDiv composer plugin
https://forum.tagdiv.com/tagdiv-composer-tutorial/
This has a different functionality for the single image elements, than Visual composer. So the single images will be affected by both composers.
After making the update, go to the plugins section, and deactivate the tagDiv composer plugin. There should be no more issue with the single images.

Thanks

Simion C.
tagDiv Staff

Hi,

That can be done by setting a unique class for each block, then using it in the code. Like in this example
https://www.screencast.com/t/n0rDVBXw
https://www.screencast.com/t/nLbwQRdmaQmr
https://www.screencast.com/t/MEJUVT1pH5
Each block can be customized in particular, by setting a unique class to it.

Thanks

Simion C.
tagDiv Staff

Hi,

You could use a code like this, and set a bigger margin between the images
https://www.screencast.com/t/TSSkvw3v9
Use the value you want in the code, then enter it in Theme panel->Advanced CSS in the mobile section so it will only apply on mobile
https://www.screencast.com/t/H2h5PZ0n07P4

.td_block_image_box .td-custom-image a {
margin-bottom: 10px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Installing the demo with content will import the homepage structure as well. The result should be just like the live demo, only the dummy content will be different
https://forum.tagdiv.com/installing-demos/
If you installed it without content this will import theme panel settings, and custom design. Please try installing the demo you want again with content, and let us know if everything worked as intended.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe I am misunderstanding this, but I don’t know what extra CSS code you require to display an ad, on a page. Simply paste the Adsense ad code in the theme panel, in a custom ad section for example
https://www.screencast.com/t/Yn2t25uF4
Then using an Ad box, place it below the trending now present on the page or where needed
https://www.screencast.com/t/rhtQAFBSEuN
https://www.screencast.com/t/BkHyayeu4x
The Ad box will display the ad entered in the theme panel. The only limitation to the ad size is the theme width itself.
If I am not understanding this properly, please provide some examples of what exactly you are trying, and what is the problem.

Thanks

Simion C.
tagDiv Staff

Hi,

Updating from such an old theme version, is basically like installing a new theme. This could cause all kinds of issues. Much has changed in the theme from the version you used until the latest version. Previous customization, modifications may not work anymore.
The reviews for posts, like any other post meta should be present in the database, not lost. There is a topic describing a similar situation, and a solution is provided
https://forum.tagdiv.com/topic/reviews-disappeared-after-upgrade/

Thanks

Simion C.
tagDiv Staff

Hi,

1. The Facebook section seems to be displaying fine on both Chrome and Firefox, from what I can see at the moment
https://www.screencast.com/t/az1mAdpnhLIL
If there are problems it all depends on the html you used, it might need adjustments for other browsers, but I see no issue with it.

2. The theme does not have any newsletter options by default, that can be achieved by a plugin. There are multiple Newsletter plugins that you can try and choose the one you like, and has the options you require. You can also search the forum for plugin suggestions in this matter, and see what other users have installed and used for their websites.

Thanks

Simion C.
tagDiv Staff

Hi,

Glad it works. The load more text on the button can be changed to anything you require, in the theme translation settings
https://www.screencast.com/t/8kIGKeEP5K2Q
The color of the text can be changed with a code like this
https://www.screencast.com/t/eaVtgoj7

.td-load-more-wrap a {
color: #E84E1B;
}

The color of the border can be changed if needed, add this code
https://www.screencast.com/t/6Tvf0Tcr

.td_ajax_load_more {
border: 1px solid #E84E1B;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The theme does not have an option implemented to translate the backend. I am afraid that if you want to translate the post page backend options
https://www.screencast.com/t/m1bsGztYOB
It will have to be made manually in this theme file
https://www.screencast.com/t/Xpv3FGigiV
Or if you know a different way of doing it, you could go ahead and try that as well.

Thanks

Simion C.
tagDiv Staff

Hi,

You can change the block header style. This block header style provides a button that directs to the category page used in the filtering on the block
https://www.screencast.com/t/eUVG7CeABKjA
https://www.screencast.com/t/HGtywXB2wPe
These are the currently available block header styles, some display the ajax filter differently as it can be seen
https://demo.tagdiv.com/newspaper/block-header-1/

Thanks

Simion C.
tagDiv Staff

Hi,

After successfully activating it, the theme will not ask for another activation. The activation code does not disable or resets by itself. The theme code needs activation once and that’s it. You have a problem that resets the database most likely. Either it’s a malware or a plugin that needs resetting those fields. I can’t say for sure but it’s not a theme related issue.
There is an external influence over the db fields where the activation is kept. The theme only resets the key activation if the reset key button is pressed in the system status screen.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe these guides can help you with the Facebook sharing
https://forum.tagdiv.com/facebook-share/
https://yoast.com/social-media-optimization-with-yoast-seo/
https://kb.yoast.com/kb/facebook-sharing-updated-details/
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
https://kb.yoast.com/kb/warning-fb-app-id-hasnt-been-included-in-the-meta-tags/
For the image issue with Google tools please provide more details about what exactly is happening, so we can understand better. I found this similar topic if this is related
https://moz.com/community/q/why-google-isn-t-indexing-my-images

Thanks

Simion C.
tagDiv Staff

Hi,

It could be that cache that is causing the issue. The mobile theme is sensitive when it comes to caching. That could be serving the mobile style to be loaded on desktop, when it should not. The mobile theme should detect and load only when needed, and that is what it does if no interference is present
https://www.screencast.com/t/pOPUABFZ
https://www.screencast.com/t/c3b21kozMYkt

Thanks

Simion C.
tagDiv Staff

Hi,

If you cannot login as admin in your website, there are some solutions that you can try
https://codex.wordpress.org/Login_Trouble
http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-login-page-refreshing-and-redirecting-issue/

Thanks

Simion C.
tagDiv Staff

Hi,

Regarding the header styles, it is true that most of the header styles have a required logo image size to be used, but for example Header style 10 does not have limitations. Any logo size can be uploaded and it will be displayed in full
https://forum.tagdiv.com/newsmag-logo-favicon/
Header styles 7 and 8 are somewhat similar, but the logo size being limited by the container width as mentioned in the guide.
Regarding the ad size, I don’t fully understand the problem. If you use Adsense, create the ad you want and place the code provided by Google Adsense in the theme panel sections needed. Place it in a custom ad spot if that is what you need, that you can use on top of the page, using the page editor
https://support.google.com/adsense/answer/6002621?hl=en
https://support.google.com/adsense/answer/6002575?hl=en

Thanks

Simion C.
tagDiv Staff

Hi

The changes should be displayed everywhere, regardless of browser or computer (depending on the code used). This is most likely related to caching. Clear any caching installed, and the browser cache where you are testing.
If you could provide a link to your website and details about the code used, we will inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

Read the topic carefully and try the solutions. Clear caching and purge CDN files if used, after each modification. I found another similar topic here
http://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/
There are probably more suggestions online that you could try, or contact you hosting and explain the situation or provide theme with a screenshot of the issue (use the browser inspector console). They might be able to provide a working solution.

Thanks

Simion C.
tagDiv Staff

Hi,

I can make the code more exact, but there is no way to differentiate between links (email address or any link) only by the location the links are found.
For example this code will make only links found in the column text elements, have the color you want
https://www.screencast.com/t/U3WMG0kdp1
Adding the post content links to the code will change the color for those as well (all of them, not just website links or emails)

.wpb_text_column a,
.td-post-content a {
color: #E84E1B;
}

So now this code applies to links found in the post content, and links found in text column elements, like the one used in the page you provided.

Thanks

Viewing 25 posts - 15,626 through 15,650 (of 20,681 total)