Hi,
The base64 encoding is used in many available themes and plugins
– https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding
Our theme also uses it but there will be no security concerns in this matter. Also those detected issues like “iframes are sometimes used…” or “themes should use…” are in general, not applicable here.
I would like to state that the theme is perfectly safe to use as long as downloaded from themeforest. The present theme is the result of years of development and improvements, also it is constantly updated.
However if you deduce that our theme presents a risk for your website, we will be able to provide a full refund if requested.
Thanks
Hi,
If you installed the demo without content, the demo homepage will not be provided. The design is imported, but it will only apply for the elements used to build the demo page.
Let’s take the top section of the demo you mention, the big grid and stretched row. The row contains a class set when the demo was built
– https://www.screencast.com/t/XYH6G0vnkxU
With class – https://www.screencast.com/t/eJrVjd9C
Without class – https://www.screencast.com/t/sl1J9PxBl
So you are missing the class “import_video_slider_bg”.
Of course this simple effect would be perfectly achievable in the CSS tab of the row, without the class, like this
– https://www.screencast.com/t/iPKionOiU9X4
This is exactly what the class does. Sets a negative margin top of “-48” and a padding top of “48”.
Despite installing the demo with no content and the homepage not being provided, you can copy the demo page content from the theme files and see how the page is built
– https://forum.tagdiv.com/topic/wish-about-the-demo/
Let me know if you have more questions.
Thanks
Hi,
Image captions have to be set per image, each image has it’s own captions. If you then use the images in a gallery for example, each will display the caption it has
– https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
Thanks
Hi,
The setting is in the post settings, each post has it
– https://www.screencast.com/t/z5jreRFHwZfb
There you can specify the primary category of the post.
– If no category is selected manually, the first one alphabetically is selected, from the categories the post has.
– If the post has only one category, that will be primary.
The primary category setting will affect the elements mentioned in the guide.
Thanks
Hi,
@10goC What sort of changes are you making in the page back-end? We will try to recreate the issue. Please mention what exactly are you doing, all the steps you are taking from the beginning, before the issue appears.
Hi,
I believe the plugin treats that page in the menu as a normal page, and inserts itself in it. Maybe the plugin has some exclusion settings to prevent it from displaying in certain pages.
I could give you a code to remove it from the menu, only in single post pages
– https://www.screencast.com/t/wusDkKsB
You could use the code if no setting is found within the plugin
.single .td-header-main-menu .menu-item-1558 .mailmunch-embedded,
.single .td-header-main-menu .menu-item-1558 p,
.single .td-header-main-menu .menu-item-1558 .td-mega-grid hr {
display: none!important;
}
Enter it in Theme panel->Custom CSS section if you decide to give it a try.
Thanks
You could do that with some CSS, like this example
– https://www.screencast.com/t/kftxN7C9lTf
Code used in example
.td-drop-down-search .td-module-thumb {
display: none;
}
.td-header-wrap .td-aj-search-results .item-details {
margin: 10px 20px 10px 20px!important;
}
The code will remove the thumbnail and position the post meta to occupy the remaining space.
Visual composer also has image elements you can use. It also works how you are doing it by adding the links in the media library.
The tagDiv composer will not take those links into account at the moment, sorry for the inconvenience.
Hi,
The author can be enabled in blocks/modules here
– https://www.screencast.com/t/sAP8SEAlx6L
For the post page and author box here – https://www.screencast.com/t/2Th20ub0
Without displaying these the website visitors would have no way of reaching the author page.
The redirection issue happens in most cases if the author archives are disabled in the Yoast settings here
– https://www.screencast.com/t/wRDIQDWeLEl
Please check if that is the case.
The code you mention is required by Google to be available in the post pages. If not loaded you will have structured data errors
– https://kb.yoast.com/kb/fixing-hcard-author-error/
The theme loads all the necessary structured data by default.
Thanks
Hi,
The second screenshot you provided displays the Jetpack mobile theme, that would not work with our theme. Disable it and it will not display anymore
– https://jetpack.com/support/mobile-theme/
If you want to use q mobile theme, try the one provided in the theme packahge
– https://forum.tagdiv.com/the-mobile-theme/
The plugin is optional, not required.
Thanks
Hi,
We reply in all topics as soon as possible, no need to worry about that.
For AMP auto ads, see this topic. I believe this is what you are looking for
– https://forum.tagdiv.com/topic/info-adv-amp/
For the mobile theme the header file is here
– https://www.screencast.com/t/XXXmvPipsV
Thanks
I also tested with an uploaded font I had around in the media libray, please see here
– https://www.screencast.com/t/NcPCmqrB4j
– https://www.screencast.com/t/NhM0VHyKW76g
I applied that in the main menu – https://www.screencast.com/t/8HxbpLF2
The font is loaded and applied – https://www.screencast.com/t/nnaCRgonW
So the same would have to happen for you. Do you have caching? clear the cache if that is the case, also force refresh the browser page a few times (Ctrl+Shift+R).
Hi,
I will try to help you.
1 .So you want to increase the size of the text in the post content I believe, when using the mobile theme plugin.
The default font-size is 15px with a line height of 26px
– https://www.screencast.com/t/ylTxhhEnsA
Using the browser inspector this is not difficult to modify
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
So a code like this will affect all the paragraphs in the post content
– https://www.screencast.com/t/tLRvOAl0
Code used in example, modify the values as you want, then enter it in the mobile theme CSS section of the theme panel.
.td-post-content p {
font-size: 18px;
line-height: 29px;
}
2. The mobile theme only has a single module that it uses for the latest articles. This plugin does not have many settings and is kept as light as possible for performance factors. Having many settings and loading heavy resources would only make it slower.
The plugin is optional and intended to be used if the website owner wants to display a simpler and faster variant of the website on mobile, with no dependency on page builder content.
Thanks
Hi,
I also see there are some errors with a certain kiosked js loader, from what I can find online it is related to ads
– https://www.screencast.com/t/08io2t6Z
Try as a test to remove temporarily the ads in the theme panel, see if the issue is solved.
There were a few cases before like this, scripts loaded in the theme ad spots caused issues with the theme.
Hi,
What ticket are you referring to exactly?
For the moment there are 5 custom ad spots available, we will try to add more. You could follow this topic if this is required now for you
– https://forum.tagdiv.com/topic/costum-ad/
Thanks
Hi,
1. Indeed, changes made in a child theme to theme files will not be lost. So if you plan to make consistent modifications to the theme files, you should use a child theme. The guide mentions which files are supported by the child theme.
2. The guide also mentions where the child theme provided in the theme package is found
– https://www.screencast.com/t/XrIi08OGdLY
– https://www.screencast.com/t/hKg84dh2q
Best you use the provided child theme, it contains standard stylesheet and functions file.
Let us know if you have more questions, we will try to help you.
Thanks
Hi,
Something is unusual in those screenshots, this thumbnail does not belong to module 4
– https://imgur.com/a/UUqh04z
– https://www.screencast.com/t/qkKuVwavuE9l
Module 4 uses this thumbnail – https://www.screencast.com/t/O7s8Z4vw
It seems you enabled that size in the theme panel, so the thumbnail should appear on all modules 4.
But here you are using module 1 or 2 – https://imgur.com/a/UUqh04z not module 4.
Thanks
Hi,
What my colleague suggested seems to work, I made an example
Before – http://prntscr.com/kdnxzy
After setting it as suggested – http://prntscr.com/kdny56
Result – http://prntscr.com/kdnyep
So it would be the same for you. Place it in content if you want it to affect the conten length
– http://prntscr.com/kdnypn
You want to remove the title as well? Enter the same in the title field. Then the posts that display in module 18 will have no title.
Hi,
That is possible, for example a code like this will remove only the slider meta
– https://www.screencast.com/t/Ahalhw7qp6g
.td_block_slide .td-module-meta-info {
display: none;
}
Try it, it should work. Let me know if this is not what you wanted.
Thanks
-
This reply was modified 8 years by
Simion C..
Hi,
1. I have inspected the website, for me the latest articles appear on desktop and mobile
– https://www.screencast.com/t/jGtdQgaR
2. That will be the case, you are using the mobile theme plugin. You can read more about the plugin and how it works here
– https://forum.tagdiv.com/the-mobile-theme/
The plugin is optional, so if you want the same page content that appears on desktop, to appear on mobile, deactivate the plugin.
3. The About us is part of the predefined footer content, in the footer template you are using. It will display text entered here
– https://www.screencast.com/t/bAW2bRkvXh
You can select other footer templates that do not display this section
– https://forum.tagdiv.com/footer-templates/
There are templates with predefined content, this cannot be removed, but there are also empty templates, there you can enter any widgets you want.
Thanks
Hi,
– SSL implementation has to be done by you, check with your hosting and online guides and solutions in the matter. These are some tutorials I found, please check them out
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/
From what I can see there are no mixed content issues, so the problem is elsewhere. I believe Google Chrome treats all http pages as not secure now
https://www.optimizepress.com/install-ssl-wordpress/
https://askwpgirl.com/how-to-install-ssl-certificate-wordpress/
Double check your SSL implementation and certificate, go over the required steps again. Maybe you missed something. Ask your hosting for assistance, they might have a service of their own for SSL or at least provide some information how you might achieve it.
– The theme will allow you to place ads, there are ad spots in the theme panel. You can use Adsense or different ads, depending on your preference.
There are article ads you can use in the post pages
https://forum.tagdiv.com/newsmag-article-ads/
In pages you can use the ad box element, place them in the page where needed. They will allow you to select from the custom ad spots in the theme panel
– https://www.screencast.com/t/dsjO0qvx5E
– That is a video playlist, edit the page with the tagDiv composer and click on the playlist element. In the composer sidebar you can then remove the default videos and add your own. Enter YouTube video IDs only
– https://forum.tagdiv.com/newsmag-video-playlist/
Hope this helps.
Thanks
Hi,
How would I access the author page, except looking through the page source? You seem to removed author name for blocks and also from the post pages, there are no author boxes as well.
Do you use the Yoast SEO plugin or a SEO plugin with author archive settings?
For me the socials appear in both Chrome and Firefox
– https://www.screencast.com/t/dID4zu23FB
I see you use a font-weight of 700 for the menu items, there are differences in Chrome vs Firefox. From what I can see these browsers interpret the bold font weight differently. Check this page in both browsers
– https://fonts.google.com/specimen/Roboto+Slab
I see there is a difference – https://www.screencast.com/t/zqfiIvnHsz
Left is Firefox, right is Chrome. So despite using the same font weight, the result are different by browser.
Nothing happens? I could take a look at this first hand, provide a link to the website where this menu item is located.
Maybe the code has to be modified in your case. In my test I added a sub-menu page below a menu item that is a mega-menu with sub-categories
– https://www.screencast.com/t/8dvXWOq9h
I believe that is how you did it so it should work or at least something should change.
Hi,
What exactly do you want to change, archives module or search results module? Both can be changed in the Theme panel->Template settings.
– https://www.screencast.com/t/e2Dl3Fuph
Modules 8 or 9 do not display a thumbnail, you could use those to display the posts.
Thanks