Hi,
If you use a shortcode, you ned to see if he plugin that is providing the shortcode has some options for this, because the holder doesn’t, in this case, the Single External Shortcode
Thank you!
Hi,
For me the stars from the menu no longer appea,r so it should be ok now https://i.imgur.com/fQilNMG.png
Sorry, the link was from Newsmag not newspaper, but the settings and options are the same – https://forum.tagdiv.com/reviews-2/, the results should be:
https://demo.tagdiv.com/newspaper_pro/td-post-laptop-with-128-bit-processor-32gb-of-ram-and-24mp-front-camera/ https://i.imgur.com/AvWxUHn.png
Thank you!
Hi,
Related to your screenshot, you have set the background color for the borders, but you have not set any borders. https://i.imgur.com/uyS7xLe.png Therefore, it is possible that the settings are from a different element or tab.
Thank you!
Hi,
1. Edit the Homepage using tagDiv Composer and select the empty row from the top (that line) use the right click or drag and drop to delete it.
2. This is because you set the image width to 108%, use tagDiv Composer, edit the main page, select the block and in the layout tab check the image with and set it to 100% instead of 108.
Thank you!
Hi,
If the layout and error persist, please disable the mobile theme and use only the amp plugin and set the template mode to reader.
Thank you!
Hi,
The Free News demo is coming only with cloud templates, so you can simply disable the tagDiv Standard Pack. After that, check the website; if you see some shortcodes, then there is an element that is coming from the tagDiv Standard pack and should be replaced. You enabled the standard apack, edited the template/page using tagDiv Composer, and replace the element.
Thank you!
Hi,
Maybe there is a misunderstanding and you are referring to another element, but the one for bredcrumps – https://i.imgur.com/g2O9ugv.png do not have a link on it on the last element that is the article title – https://i.imgur.com/tymZ8vH.png – https://i.imgur.com/Fx4QGup.png
Hi,
The mobile header will be displayed when you eit the desktop header, then in tagDiv Composer you select the mobile viewport or you use the Manager to select the headers – https://forum.tagdiv.com/header-manager/
Thank you!
Hi,
Unfortunately, we have only a guide – https://forum.tagdiv.com/modules-builder-newspaper-theme/. Those modules can be created using tagDiv Composer and tagDiv Cloud Library – https://i.imgur.com/6bzfukz.png. Select a module if there is one you like, and after that, just edit/adjust it according to your needs.
Hi,
Indeed, this can be done using ACF and CPT. This is the most recommended solution because you can add all the settings you need. We have a few demos using those plugins – https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/?demo-type=directory
Othere solution is to use a plugin that provides a portfolio:
https://ro.wordpress.org/plugins/tlp-portfolio/
https://www.wpbeginner.com/showcase/9-best-wordpress-portfolio-plugins-for-designers-photographers/
Hi,
This situation was caused by the code in the child theme you have. Setting the main theme, the Opt-in builder was displayed – https://i.imgur.com/uDBM3LD.png therefore to make those settings, you need to set the main theme or to edit the code from your child theme.
Thank you!
Hi,
The best one is WP Rocket, but there are other cache plugins that can be used, this differs from website to website and what settings are used. Most of the plugins provide enough options so you can control whether the cache should be used or not on specific sections/functions.
Hi,
1. Set the product template as global, this can be done from Cloud Templates > Shop – https://i.imgur.com/1N8ySPP.png
2. In the image, you have set a block that use custom modules, and those no longer exist or are no longer set. Those can be assigned using this guide https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/ and can be created using this one https://forum.tagdiv.com/modules-builder-newspaper-theme/
An alternative is to replace the flex builder with flex block 1 or other flex.
3. Use tagDiv Composer and edit that template select the row over image and cehck the css tab, there should be an option for backgroun image – https://i.imgur.com/GzP9ePp.png
We are glad to hear that!
Hi,
You can edit the product template with tagDiv Composer https://i.imgur.com/K9JHW5R.png select the notice and set the fonts you need – https://i.imgur.com/X7GWd3J.png
Thank you!
Hi,
The results should be like in my screenshot https://i.imgur.com/8W85BvO.png
Please try the css with important:
body .td_woo_menu_cart .tdw-wmc-widget .remove_from_cart_button {
left: 16px;
}
body .td_woo_menu_cart .tdw-wmc-widget .mini_cart_item a:nth-child(2) img{
right: 10px;
}
body .tdi_36 .tdw-wmc-widget .mini_cart_item a:nth-child(2), body .tdi_36 .tdw-wmc-widget .mini_cart_item .variation {
padding-left: 0!important;
padding-right: 46px!important;
}
Hi,
To have the same layout for the articles you can use the flex block 1, the settings will be similar and all of them can be done from the element settings.
To align the stars with the price please use this css:
.cls-wpb .td-excerpt{
padding-bottom: 16px;
border-bottom: 2px solid #e7f0f1;
}
html body div.cls-wpb .star-rating {
float: left;
}
and please remove this css:
.cls-wpb .star-rating{
position: absolute!important;
left: 10%;
bottom: 7%;
}
.cls-wpb .price{
border-bottom: 2px solid #e7f0f1;
}
Hi,
Yes, you can use the Single External Shortcode element on the single post template and set the shortcode there, or directly in column text or text with a title in the text zone.
Thank you!
Hi,
In case you are referring to this one – https://i.imgur.com/sraPNfK.jpeg it is coming from a plugin, I think it is this one – https://wordpress.org/plugins/kk-star-ratings/ maiby you can exlude it from plugin options, if not you can use a css –
.tdb-menu-item-text .kk-star-ratings.kksr-align-center {
display: none;
}
You can use the option from the theme – https://forum.tagdiv.com/newsmag-reviews/
Hi,
Regarding the theme’s js, it is set in the tagdiv_theme.min.js file and it is loaded in any situation where a script is needed because the js is in this file. Unfortunately, for the time being, this code has not been broken down in the Newsmag theme, only for the Newspaper theme.
Also, in terms of optimization, it relies heavily on optimization plugins, some of the most used are:
WP Rocket (paid) and Flying Scripts (free) – if you don’t want to fully unload, you can delay/defer the theme JS until interaction/idle to cut main-thread work.
Perfmatters (paid) – has an excellent Script Manager to disable scripts per page, everywhere except…, by device, etc.; also supports delaying
Asset CleanUp (free / Pro) – lets you unload JS/CSS per page, post type, taxonomy, or site-wide. Great for preventing the theme’s big JS file from loading where it’s not needed.
Plugin Organizer – broader hammer that can disable entire plugins per URL (handy if a plugin injects heavy JS on all pages).
Thank you!
Hi,
Please do like this, install amp plugin and tagDiv Mobile theme plugin and go to Newspaper > theme panel > Mobile theme and set the mobile settings only for amp – https://i.imgur.com/es0kaR6.png after that, go to amp plugin and let it only for posts – https://i.imgur.com/Qfp2Ypn.png last thing, make sure that the amp option for redirecting mobile users to amp is disable – https://i.imgur.com/bJzB3JD.png
Hi,
Please try this custom css for the cart elements align: https://i.imgur.com/u8gHbWd.png
body .td_woo_menu_cart .tdw-wmc-widget .remove_from_cart_button {
left: 16px;
}
body .td_woo_menu_cart .tdw-wmc-widget .mini_cart_item a:nth-child(2) img{
right: 10px;
}
body .tdi_36 .tdw-wmc-widget .mini_cart_item a:nth-child(2), body .tdi_36 .tdw-wmc-widget .mini_cart_item .variation {
padding-left: 0;
padding-right: 46px;
}
Hi chrisberke, if you are using acf and cpt to create a frontend submission, on the button “Posts Form Submit” there are some options that can be used – https://i.imgur.com/BjftDNx.png but you also make sure that you have an email system that is working, because the theme itself can not send emails. You can use a SMTP plugin – https://wpmailsmtp.com/
Hi,
Thank you, we’ll check the email as soon as possible!
Thank you!
Hi,
Could you please provide some screenshots of the settings you’ve configured for ads using our theme? Typically, our theme doesn’t affect ads; it simply offers a few locations where ads can be displayed, but it doesn’t manage them itself.
Thanks!