Hi,
There might be problems if you try to change the theme name. Other changes to make in addition to changing the theme folder and stylesheet name. Unfortunately we did not make any tests like this up to this moment.
There could be plugins or other solutions that you could use to hide the theme name in a WordPress website.
Thanks
Hi,
That is a font icon predefined in the theme
– https://www.screencast.com/t/XuAnAnUHvutm
It is applied with CSS in the theme stylesheet
– https://www.screencast.com/t/7SxZYXmRW1r
So if you want to replace that icon with the word “Views” you could make the modification there, in the stylesheet. Or use a custom code like this to override it
– https://www.screencast.com/t/uE0eol92
.td-icon-views:before {
content: 'Views';
}
The code can be entered in Theme panel->CUStom CSS code.
Additional styling may be required since there is no theme style for displaying a word in that location.
Thanks
Hi,
Maybe you can create exceptions to prevent the admin-ajax.php blocking. That would be the only way besides leaving it disabled
– https://support.cloudflare.com/hc/en-us/articles/200172336-How-do-I-create-a-Page-Rule-
Thanks
Hi,
Yes, this will surely be fixed in the next theme update. It is a general responsive issue with this particular block, it is not happening just for you.
Sorry for this inconvenience.
Thanks
Hi,
Send the login details to contact@tagdiv.com and also FTP login information. We will try to give you a solution in this matter. Also paste a link to this topic in the email.
Thanks
Hi,
Try entering in the mobile theme post template, there is only one post template for mobile
– https://www.screencast.com/t/X67Tukf33oe
Enter it there and check the results.
Thanks
Hi,
The widget needs only a Pinterest ID and board name entered
– https://www.screencast.com/t/68BLmjqgm
That board will be displayed as it is in the Pinterest page. The other settings that the widget has are for design, not functionality. So there should not be any problem.
Please provide a link to your website where the widget is located, so we can take a look.
Thanks
Hi,
Please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also paste a link to this topic in the email.
Thanks
Hi,
The easiest way would be to use Font awesome icons, like this
– https://www.screencast.com/t/GuoueFzXAk
Simply install the Font awesome 4 menus plugin and enter this code in Theme panel->Custom CSS section, the result should be like in the screenshot
ul.sf-js-enabled > li > a > i.td-icon-menu-down:before {
font-family: FontAwesome;
content: '\f067' !important;
}
The list of icon codes can be found here for example, so you could use any icon you want
– http://astronautweb.co/snippet/font-awesome/
Thanks
Hi,
That would only be possible thorough code modifications of the post template files, maybe. I couldn’t say if there are any plans to modify the current post template designs and functionality, or add new ones. At some point there will be more added.
Thanks
Hi,
The mobile theme is somewhat sensitive, in combination with some plugins and configurations it may not work properly. This plugin is also optional, it can simply be deactivated in the plugins section
– https://forum.tagdiv.com/the-mobile-theme/
Deactivating it will not cause any issues, because the main theme is fully responsive.
Thanks
Hi,
The easiest way would be to use a plugin, I am sure there are lightbox plugins that you could try in this case. That would be the best option to achieve a similar effect for post content images, please consider it.
Thanks
Hi,
The current implementation you have does not work together with the theme design for the logo. These are meant to apply to a logo image not a background
– https://www.screencast.com/t/t0b8Rilllf9
So if the logo is set through the theme panel, and has the recommended size, there will not be any issues in this matter.
Thanks
Hi,
The pages and posts you have created, along with theme panel settings and custom code, will not be lost after a theme update. As always it is highly recommended to make backups before any update. Please see this theme update guide
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The most recommended method to update would be by FTP.
Thanks
Hi,
Then you could enter the code in the Advanced CSS desktop section. This way the code will not affect the mobile version. Enter it without any media queries, they are not necessary there.
So remove it from there and enter this one in the desktop section in Advanced CSS, it should work properly
.td-header-style-9 .header-search-wrap {
right: 168px;
}
Thanks
Hi,
Now this is unusual, so by activating the mobile theme plugin the post sidebar gets reset.
Please check the theme system status and see if the parameters are according to this guide
– https://forum.tagdiv.com/system-status-parameters-guide/
We can take a look at the issue, send us an email at contact@tagdiv.com and provide admin login information. Also paste a link to this topic in the mail.
Thanks
Hi,
If that is Woocommerce then it surely is built with extensions and plugins. I believe those are not elements available by default in the Woocommerce plugin. Maybe check online for styling plugins created for Woocommerce, like these for example
– http://www.wpbeginner.com/plugins/20-best-free-woocommerce-plugins-for-wordpress/
– https://woocommerce.com/product-category/woocommerce-extensions/free-extensions/page/1/
Thanks
Hi,
1/2. That is a big grid element, this like any other block/grid elements has multiple filtering options, check them here
– https://forum.tagdiv.com/block-settings-guide/
The filtering will apply to all modules of the grid, so having one setting for the first three modules and a different one for the other two is not possible. One way to have specific posts displayed in the grid at all times, would be to enter post IDs in the post ID filter.
The displayed posts can be controlled by category and also sorted, check the filter tab for each element.
2. If you are referring to this slide
– https://demo.tagdiv.com/newspaper/ios-slider/
It has has the same filtering options as blocks. There is also a big grid slide
– https://demo.tagdiv.com/newspaper/big-grid-slide/
The revolution slider is included in the theme package
– https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
If you are not satisfied with the theme, or it is not suited for your project, you can always request a refund. We will approve it as soon as possible. Please let us know if you have further questions.
Thank you!
Hi,
@ianternet I believe you are referring to the margin after the header. It seems there is a header ad code entered in the theme panel, but the ad is not displaying. The theme detects it and ads a margin top, see header style 6 here
– https://forum.tagdiv.com/header-styles/
There is an approval period before Google ads are displayed on the website, it may take a while according to them
– https://support.google.com/adsense/answer/76228?hl=en
I could give you a code to remove that margin
– https://www.screencast.com/t/56I9eni8E
@media (min-width: 1019px) {
.td-header-style-6 .td-header-sp-recs {
margin-top: 0!important;
}}
Enter the code in Theme panel->Custom CSS section if you decide to use it.
Thanks
Hi,
Please provide a link to your website so we can inspect it. That modification should affect the post titles and open the links in a new tab.
Thanks
Hi,
This would happen if you have modified the thumbnail defined in The WordPress media settings here
– https://www.screencast.com/t/5QhvQXGM
Try changing it to default value, then regenerate the thumbnails
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks
Hi,
Please note that the theme has only been tested with the Automattic AMP plugin, which currently supports only post pages. I believe they are planing to support archives and pages as well in the future.
Thanks
Hi,
I could not say how it could be done. The search results will use the same modules as on blocks, the setting which affects them all is in the theme panel
– https://www.screencast.com/t/ldwfqQW8OxY
Thanks
Hi,
I believe that needs to be entered in the post page. Then the code has to be entered in the post template files. Each post template has a corresponding loop-single file (Ex: post template 2 -> loop-single-2.php)
The post template files are located in the main theme folder. Edit the post template you wish and enter the code in the structure, where you would like it to appear
– https://www.screencast.com/t/CAWfrL3b
These files can be edited through a child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
@ganybhai Please provide a link to your website so we can inspect the issue, if there is still a problem with the search.
Thanks