Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,
Unfortunately for Newsmag theme on desktop there is no option to disable the live search, what you can do is to hide it (with css) and set another form search in sidebar. However, if you use the mobile theme plugin, then you can disable it on mobile -> https://i.imgur.com/c0Nf6kP.png
Thank you for your understanding!

Calin
tagDiv Staff

Hi, I can not delete the topic, but I removed the links.
Also If you want to change the background colors is no need to hire a developer, I can help with this, for example use this css -> https://i.imgur.com/1qIkBJd.jpg
body {
background-color: #b51717;
}

Add it in theme panel> custom code> custom css or remove that class from body then it will apply the colors from theme panel.
Hope this will help!
Thank you!

WillHobbes
Participant
#0

I am trying to create a custom load-more button. I’ve read through all the related posts in this forum, and I’ve managed to customize the button’s size and background color, but the button text doesn’t change when I add a color property. In the inspector it looks like the color property is being overridden somewhere, but even if I add !important to the line, the color of the text doesn’t change. Any ideas?
Thanks

inpeaks
tagDiv Member

Thanks Jesper. The css works. Hope it does not impact other areas in the theme.

https://prnt.sc/10l3sn9

anderss1
tagDiv Member

I fixed it by adding the following custom CSS to the theme:

.td-author-comments-count, .tdb-author-comments-count {
visibility: hidden;
}

I hope that is safe long-term!

stringbenderb5
Participant
#0

Hi,

Can you please watch this short video and teach me how to enable these options?

If you just tell me Dashboard > TagDiv Composer > Flex Block > General, Layout, Style, or CSS > Setting > Selection > etc….

I should be able to fix.

Thanks

anderss1
tagDiv Member

Is this the massive white space?

https://imgur.com/a/GgT8rSj

Looks fine to me. You can probably edit the css to reduce, but really it looks fine.

ddj
Participant
#0

I’m working on the navigation area on http://www.schoolnewsnetwork.org and am running into a problem on Safari and Firefox. It looks good on Chrome.

The issue is that extra space is appearing below the navigation. It’s the purple area that’s about 60 pixels tall that I need to get rid of. It should be more like 10 pixels tall. The screenshots show the difference.

I’m using a customized Template Header and have set the bottom padding and margins to 0 everywhere I could find, which makes it look perfect on Chrome.

I’ve simply run out of ideas on how to do this through the TagDiv Composer, and can’t find the right CSS to make the adjustment.

I’ve cleared cache on my browsers and on the web server.

https://www.dropbox.com/s/eqlumzgwb2s1uwr/SNN-extra-space.jpg?dl=0

Anamaria
tagDiv Staff

Hi,

To have the same color when you add a new row go in CSS tab on the row and set the same color for background => https://prnt.sc/10joc1l -> https://prnt.sc/10jocpz and need to stretch the row as are the other rows =>https://prnt.sc/10jodqe, and then you will no longer have that margins.

Thank you!

veganInventions
tagDiv Member

Hello,

I have make it that element hidden.

I have also try with css with display:block !important. But its not showing in admin.

Thanks

Calin
tagDiv Staff

Hi,
If the options from theme panel are not apply, that is because the demo that you use has an extra class on body -> https://i.imgur.com/Ov9dMcG.png that makes the default css stronger then the one from theme panel.
There are only two things that you can do:
1 remove the extra class from body to can use the theme panel settings.
2 use a stronger css to overwrite the one that is apply on the body class.
Thank you!

Ssethioscope
Participant
#0

Hello,

Mobile Issue:

caption in the image in the mobile version is messy. I was given CSS code but could not insert the code. The space for mobile CSS file not letting me do that. I deactivated WP Security plugin momentarily to see if that could help. Looks like the mobile theme is locked or something. In article ads for mobile is not showing either.

Image in the slider :

It has become hard to get picture with the right resolution in the slider. When I use the recommended image side for featured image, it cuts of head or something. I can get it right.

Facebook like count widget :

I would like to use facebook like count at the end of the post. Not sure which tagdiv theme to activate.

__

Thank you!
url :https://borkena.com/

Bettina
tagDiv Staff

Hello!

1. This situation appear when you are using the mobile theme plugin and the cache plugin that you have does not feature options for a separate mobile theme plugin therefore do not know when to deliver the mobile version and when to deliver the desktop version.
We tested with our theme the WP Super Cache and with the settings from our guide this is working correctly: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Hope that helps you!

2. Your child theme needs to contain in the style.css file the following code:

/*!
Theme Name: Newspaper Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 9.0c
*/

Thank you!

Eduardo-C
Participant
CSS glitch - topic
#0

Hi,
I believe I ran into a css glitch.
I styled some posts very much to my liking using the tagdiv composer, but the appearance is different in Safari and in Firefox/Chrome.

Please see with Safari desktop: https://test.wcta.com.br/tdb_templates/blank-single-template/

The row where the post title goes has a margin-top of -104px, and padding-top of 28px. But it displays differently in Firefox and Chrome, the row was moved up inside the slider as in Safari.
I tried to solve it with a margin-top of -76px for the element in that row, but then it displays wrong in Safari desktop.

Thank you

day14
Participant
#0

hi
feutured images on my articles be zoomed in front, i work hard on my images so i want not being zoomed, if you can give css code to disactivate this fonction and thanks
curiosecret.com

Bettina
tagDiv Staff

Hello!

If you will use a cloud/PRO template for the pages mentioned above, then you will be able to set the sizes for content body and sidebar. You just need to edit the templates with TagDiv Composer, click on the element’s columns or row and you will have some settings in the CSS tab, so there you can adjust your width.

Hope that helps you!

Thank you!

bzeegers
Participant
#0

Hi,
I have recently updated to the latest version of the Newspaper template and now the header font sizes are incorrect. The settings in the theme panel seems to be ignored. I have cleared the cache multiple times and there is no custom CSS for the headers.

See screenshots:
https://ibb.co/VVSsySR
https://ibb.co/QMLpdSW

See example page:
https://bgmagazine.nl/lees-alles/

Anonymous
tagDiv Member

Another follow up:

“Another thing that can be done is to set the font-display:swap; in wp-content/plugins/td-composer/mobile/style.css -> https://i.imgur.com/kxMEzky.png”

And it worked!

Bettina
tagDiv Staff

Hello @marijnvdgruiter!

You need to add that code here:
wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_admin.php
Save the file, refresh the page and it should working.

Thank you!

anderss1
tagDiv Member

I put in a -40 for the columns text CSS. That brought things down since I guess this part was overflowing a bit.

row->column->inner-row->inner-column: Column text

Anamaria
tagDiv Staff

Hello,

If I understood correctly, you want to remove/hide this link => https://prnt.sc/10hropd, you can remove/hide the Single Post Categories using the right click on the single post category icon -> https://prnt.sc/10hsc4k or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page. To hide you can check the option from the CSS tab on the Single Post Category => https://prnt.sc/10hsdig
If this is not what you mean, please send a link to your website and provide more information.

Thank you!

Calin
tagDiv Staff

Hi,
It looks that you have set some colors in theme panel https://i.imgur.com/FgFr24S.png most for them are from here https://i.imgur.com/CcYM7uF.png if there are other elements.
Also to change the background color you need to use a custom css https://i.imgur.com/q17Njil.png
body .td-container {
background-color: black;
}

This code need to be set in theme panel> custom code> custom css.
Hope it will help you!

leoakins
tagDiv Member

Ajax request are not blocked as that same page makes several successful ajax call to the server as seen from the attached picture. its only the ajax call made whenever i want to save any edits I make to the fields in the ads section that fails.

Maybe if you point me to the direction the ad data is saved I can hardcode it in.

confirm

As seen from the image above, a previous successful ajax requestwas sent to ajax-admin.php with the same get parameters as the failed request.

the ajax request only fails and returns with a 404 error when its been initiated by the save button.
below is the post data of the failed ajax request

f

Request URL: https://homelandnewsng.com/wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=10.3.9.1
Request Method: POST
Status Code: 404
Remote Address: 162.0.215.51:443
Referrer Policy: strict-origin-when-cross-origin
access-control-allow-credentials: true
access-control-allow-origin: https://homelandnewsng.com
cache-control: no-cache, must-revalidate, max-age=0
content-type: text/html; charset=UTF-8
date: Tue, 09 Mar 2021 10:35:09 GMT
expires: Wed, 11 Jan 1984 05:00:00 GMT
link: <https://homelandnewsng.com/wp-json/&gt;; rel=”https://api.w.org/&#8221;
server: Apache
vary: Origin
x-powered-by: PHP/7.4.14
:authority: homelandnewsng.com
:method: POST
:path: /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=10.3.9.1
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: en-US,en-GB;q=0.9,en;q=0.8
content-length: 25440
content-type: application/x-www-form-urlencoded; charset=UTF-8
cookie: vchideactivationmsg_vc11=6.4.2; wordpress_sec_79ad5c672b1ca262471ddb9edbacac91=laolu%7C1615378936%7Cv9OL99sDTZnE15qMqsoLw3So1aTYBYZ24q4B6n8G2Fv%7C13971a14d7aecc49cc01da457b34c1c76c1c147c6f03c6ffe30b4f2f2576c8ef; _ga=GA1.2.258078545.1611819518; __gads=ID=7ad9d6f67ecaf2f1-22fcbe76a8b8006d:T=1611819519:RT=1611819519:S=ALNI_Mb1Z2wqHO8QrRGCecq0P7_b0cF3Cg; Drupal.tableDrag.showWeight=0; fpestid=R4m_jdXRCHaEhwIW29O14j-_c75uzAiS2Fbb4TxonfOnC-WWwDskLJ25fKd1sMmufTngAQ; SESSbc0055cac0556120bcafb6d1c4dad492=a45WJEb4wjRSnuk1pj_EZ2pfKdaytBz6IRxcwfvsF3U; has_js=1; cpsession=%3a_vl5oluMB04ye3s1%2c04dbf008ffd4aa2f5f537af2f38decaf; timezone=America/Guatemala; wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_79ad5c672b1ca262471ddb9edbacac91=laolu%7C1615378936%7Cv9OL99sDTZnE15qMqsoLw3So1aTYBYZ24q4B6n8G2Fv%7C9db9fec7d9597c3ace7344d28933be8a07658fc70884ed9653a028dd0a022381; wp-settings-1=posts_list_mode%3Dlist%26libraryContent%3Dbrowse%26edit_element_vcUIPanelWidth%3D650%26edit_element_vcUIPanelLeft%3D951px%26edit_element_vcUIPanelTop%3D74px%26editor%3Dtinymce; wp-settings-time-1=1615206137
origin: https://homelandnewsng.com
referer: https://homelandnewsng.com/wp-admin/admin.php?page=td_theme_panel
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36
x-requested-with: XMLHttpRequest
td_theme_name: Newspaper
v: 10.3.9.1
td_magic_token: 76efbf69c6
action: td_ajax_update_panel
td_option[tdb_header_template]:
td_option[tds_header_style]: 3
td_option[tds_search_placement]:
td_option[tds_top_bar]:
td_option[tds_top_bar_template]: tdm_top_bar_template_1
td_option[tds_top_menu]:
wp_theme_menu_spot[top-menu]: 167525
td_option[td_social_networks_show]:
td_option[tds_data_top_menu]:
td_option[tds_data_time_format]:
td_option[tds_data_js]:
td_option[tds_weather_top_menu]:
td_option[tds_weather_key_top_menu]:
td_option[tds_weather_location_top_menu]:
td_option[tds_weather_units_top_menu]:
wp_theme_menu_spot[header-menu]: 167523
td_option[tds_mega_menu_ajax_preloading]:
td_option[tds_snap_menu]: smart_snap_always
td_option[tds_logo_on_sticky]:
td_option[td_social_networks_menu_show]:
td_option[tds_logo_upload]: https://homelandnewsng.com/wp-content/uploads/2021/03/homeland-logo.png
td_option[tds_logo_upload_r]: https://homelandnewsng.com/wp-content/uploads/2021/03/homeland-logo.png
td_option[tds_favicon_upload]: https://homelandnewsng.com/wp-content/uploads/2021/03/favicon.png
td_option[tds_logo_alt]:
td_option[tds_logo_title]:
td_option[tds_logo_text]:
td_option[tds_tagline_text]:
td_option[tds_logo_menu_upload]:
td_option[tds_logo_menu_upload_r]:
td_option[tds_login_sign_in_widget]:
td_option[tds_header_background_image]: https://homelandnewsng.com/wp-content/uploads/2021/03/Capture.png
td_option[tds_header_background_repeat]:
td_option[tds_header_background_size]:
td_option[tds_header_background_position]:
td_option[tds_header_background_opacity]:
td_option[tds_ios_icon_76]:
td_option[tds_ios_icon_114]:
td_option[tds_ios_icon_120]:
td_option[tds_ios_icon_144]:
td_option[tds_ios_icon_152]:
td_option[tdb_footer_template]:
td_option[tds_footer]:
td_option[tds_footer_template]: td_footer_template_8
td_option[tds_footer_page]:
td_option[tds_footer_instagram]:
td_option[tds_footer_instagram_id]:
td_option[tds_footer_instagram_on_row_images_number]:
td_option[tds_footer_instagram_rows_number]:
td_option[tds_footer_instagram_image_size]:
td_option[tds_footer_instagram_image_gap]:
td_option[tds_footer_logo_upload]: https://homelandnewsng.com/wp-content/uploads/2021/03/homeland-logo.png
td_option[tds_footer_retina_logo_upload]: https://homelandnewsng.com/wp-content/uploads/2021/03/homeland-logo.png
td_option[tds_footer_logo_alt]:
td_option[tds_footer_logo_title]:
td_option[tds_footer_text]: HOMELAND NEWS is an online news platform built to provide reliable, verifiable and authentic source of news from Nigeria; Politics, Security, Economy, Health, and any topic that is news.
td_option[tds_footer_email]: info@homelandnewsng.com
td_option[tds_footer_social]:
td_option[tds_footer_background_image]:
td_option[tds_footer_background_repeat]:
td_option[tds_footer_background_size]: cover
td_option[tds_footer_background_position]:
td_option[tds_footer_background_opacity]: 0.15
td_option[tds_sub_footer]:
td_option[tds_sub_footer_template]:
td_option[tds_footer_copyright]: Homelandnewsng.com Copyright 2021
td_option[tds_footer_copy_symbol]:
wp_theme_menu_spot[footer-menu]: 81158
td_ads[header][ad_code]: <div class=”td-all-devices”></div>
td_option[tds_header_title]:
td_ads[header][disable_m]:
td_ads[header][m_size]:
td_ads[header][disable_tl]:
td_ads[header][tl_size]:
td_ads[header][disable_tp]:
td_ads[header][tp_size]:
td_ads[header][disable_p]:
td_ads[header][p_size]:
td_option[tds_modal_video_ad]:
td_option[tds_modal_video_ad_title]:
td_option[tds_background_click_url]:
td_option[tds_background_click_target]:
td_option[tds_smart_sidebar]:
td_option[tds_breadcrumbs_show]:
td_option[tds_breadcrumbs_show_home]:
td_option[tds_breadcrumbs_show_parent]:
td_option[tds_breadcrumbs_show_article]:
td_option[tds_animation_stack]:
td_option[tds_animation_stack_effect]:
td_option[td_full_top_bar]:
td_option[td_full_header]:
td_option[td_full_menu]:
td_option[td_full_header_background]:
td_option[td_full_footer_instagram]:
td_option[td_full_footer]:
td_option[tds_404_page_layout]:
td_option[tds_archive_page_layout]:
td_option[tds_archive_sidebar_pos]:
new_sidebar_tdi_180_ce7:
td_option[tds_archive_sidebar]:
td_option[tds_attachment_sidebar_pos]:
new_sidebar_tdi_188_60d:
td_option[tds_attachment_sidebar]:
td_option[tds_author_page_layout]:
td_option[tds_author_sidebar_pos]:
new_sidebar_tdi_217_777:
td_option[tds_author_sidebar]:
td_option[tds_home_page_layout]: 12
td_option[tds_home_sidebar_pos]:
new_sidebar_tdi_246_376:
td_option[tds_home_sidebar]:
td_option[tds_page_sidebar_pos]:
new_sidebar_tdi_254_761:
td_option[tds_page_sidebar]:
td_option[tds_disable_comments_pages]: show_comments
td_option[tds_search_page_layout]:
td_option[tds_search_sidebar_pos]:
new_sidebar_tdi_284_41d:
td_option[tds_search_sidebar]:
td_option[tds_tag_page_layout]:
td_option[tds_tag_sidebar_pos]:
new_sidebar_tdi_313_7d7:
td_option[tds_tag_sidebar]:
td_option[tds_woo_sidebar_pos]:
new_sidebar_tdi_321_077:
td_option[tds_woo_sidebar]:
td_option[tds_woo_single_sidebar_pos]:
new_sidebar_tdi_328_704:
td_option[tds_woo_single_sidebar]:
td_option[tds_bbpress_sidebar_pos]:
new_sidebar_tdi_336_614:
td_option[tds_bbpress_sidebar]:
td_option[tds_taxonomy_post_format_page_layout]:
td_option[tds_taxonomy_post_format_sidebar_pos]:
new_sidebar_tdi_365_f7e:
td_option[tds_taxonomy_post_format_sidebar]:
td_option[tdb_category_template]:
td_option[tds_category_template]: td_category_template_4
td_option[tds_category_pull_down]:
td_option[tds_category_top_posts_style]: td_category_top_posts_style_disable
td_option[tds_category_td_grid_style]: td-grid-style-1
td_option[tds_category_page_layout]: 10
td_option[tds_category_pagination_style]:
td_option[tds_category_sidebar_pos]:
new_sidebar_tdi_430_d40:
td_option[tds_category_sidebar]:
td_option[tds_general_modal_image]:
td_option[tds_disable_article_schema]:
td_option[td_default_site_post_template]: single_template_2
td_option[tds_p_categories_tags]:
td_option[tds_default_category_display]:
td_option[tds_p_show_author_name]:
td_option[tds_p_show_date]:
td_option[tds_p_show_views]:
td_option[tds_p_show_comments]:
td_option[tds_show_tags]:
td_option[tds_show_author_box]:
td_option[tds_show_next_prev]:
td_option[tds_disable_comments_sidewide]:
td_option[tds_show_featured_image]:
td_option[tds_hide_featured_image_placeholder]:
td_option[tds_featured_image_view_setting]:
td_option[tds_similar_articles]:
td_option[tds_similar_articles_type]:
td_option[tds_similar_articles_rows]:
td_option[tds_top_social_show]:
td_option[tds_top_like_show]:
td_option[tds_top_like_share_text_show]:
td_option[tds_social_sharing_top_style]:
td_option[tds_bottom_social_show]:
td_option[tds_bottom_like_show]:
td_option[tds_bottom_like_share_text_show]:
td_option[tds_social_sharing_bottom_style]:
td_option[tds_tweeter_username]:
td_social_drag_and_drop_sort[]: facebook
td_social_drag_and_drop[]: facebook
td_social_drag_and_drop_sort[]: twitter
td_social_drag_and_drop[]: twitter
td_social_drag_and_drop_sort[]: pinterest
td_social_drag_and_drop[]: pinterest
td_social_drag_and_drop_sort[]: whatsapp
td_social_drag_and_drop[]: whatsapp
td_social_drag_and_drop_sort[]: linkedin
td_social_drag_and_drop_sort[]: reddit
td_social_drag_and_drop_sort[]: mail
td_social_drag_and_drop_sort[]: print
td_social_drag_and_drop_sort[]: tumblr
td_social_drag_and_drop_sort[]: telegram
td_social_drag_and_drop_sort[]: stumbleupon
td_social_drag_and_drop_sort[]: vk
td_social_drag_and_drop_sort[]: digg
td_social_drag_and_drop_sort[]: line
td_social_drag_and_drop_sort[]: viber
td_social_drag_and_drop_sort[]: naver
td_option[tds_more_articles_on_post_pages_enable]:
td_option[tds_more_articles_on_post_pages_distance_from_top]:
td_option[tds_more_articles_on_post_pages_display]:
td_option[tds_more_articles_on_post_pages_display_module]:
td_option[tds_more_articles_on_post_pages_number]:
td_option[tds_more_articles_on_post_pages_time_to_wait]:
td_option[tds_ajax_post_view_count]: enabled
td_option[tds_video_playing_one]:
td_option[tds_video_pause_hidden]:
td_option[tds_video_lazy]:
td_option[tds_video_scroll]:
td_option[tds_video_width]:
td_option[tds_video_position_v]:
td_option[tds_video_distance_v]:
td_option[tds_video_position_h]:
td_option[tds_video_distance_h]:
td_option[tds_global_block_template]:
td_option[tds_category_module_slide]:
td_option[tds_category_module_1]: yes
td_option[tds_category_module_2]: yes
td_option[tds_category_module_3]: yes
td_option[tds_category_module_4]: yes
td_option[tds_category_module_5]: yes
td_option[tds_category_module_6]:
td_option[tds_category_module_7]: yes
td_option[tds_category_module_8]: yes
td_option[tds_category_module_9]: yes
td_option[tds_category_module_10]: yes
td_option[tds_category_module_11]: yes
td_option[tds_category_module_12]: yes
td_option[tds_category_module_13]: yes
td_option[tds_category_module_14]: yes
td_option[tds_category_module_15]: yes
td_option[tds_category_module_16]: yes
td_option[tds_category_module_17]:
td_option[tds_category_module_18]:
td_option[tds_category_module_19]:
td_option[tds_category_module_mx1]: yes
td_option[tds_category_module_mx2]:
td_option[tds_category_module_mx3]:
td_option[tds_category_module_mx4]:
td_option[tds_category_module_mx5]: yes
td_option[tds_category_module_mx6]: yes
td_option[tds_category_module_mx7]: yes
td_option[tds_category_module_mx8]: yes
td_option[tds_category_module_mx9]: yes
td_option[tds_category_module_mx10]: yes
td_option[tds_category_module_mx11]: yes
td_option[tds_category_module_mx12]: yes
td_option[tds_category_module_mx13]: yes
td_option[tds_category_module_mx14]: yes
td_option[tds_category_module_mx15]:
td_option[tds_category_module_mx16]:
td_option[tds_category_module_mx17]:
td_option[tds_category_module_mx18]:
td_option[tds_category_module_mx19]:
td_option[tds_category_module_mx20]:
td_option[tds_category_module_mx21]:
td_option[tds_category_module_mx22]:
td_option[tds_category_module_mx23]:
td_option[tds_category_module_mx24]:
td_option[tds_category_module_mx25]:
td_option[tds_category_module_mx26]:
td_option[tds_category_module_related_posts]: yes
td_option[tds_category_module_mega_menu]: yes
td_option[tds_m_show_author_name]:
td_option[tds_m_show_date]:
td_option[tds_m_show_modified_date]:
td_option[tds_m_show_comments]:
td_option[tds_m_show_review]:
td_option[tds_p_enable_7_days_count]:
td_option[tds_site_background_image]:
td_option[tds_site_background_repeat]:
td_option[tds_site_background_position_x]:
td_option[tds_site_background_attachment]:
td_option[tds_stretch_background]: yes
td_option[tds_mobile_background_image]: https://homelandnewsng.com/wp-content/uploads/2021/03/p4.jpg
td_option[tds_mobile_background_repeat]:
td_option[tds_mobile_background_size]:
td_option[tds_mobile_background_position]:
td_option[tds_login_background_image]: https://homelandnewsng.com/wp-content/uploads/2021/03/p1.jpg
td_option[tds_login_background_repeat]:
td_option[tds_login_background_size]:
td_option[tds_login_background_position]:
td_option[tds_excerpts_type]:
td_option[td_module_slide_title_excerpt]:
td_option[td_module_trending_now_title_excerpt]:
td_option[td_module_1_title_excerpt]:
td_option[td_module_2_title_excerpt]:
td_option[td_module_2_content_excerpt]:
td_option[td_module_3_title_excerpt]:
td_option[td_module_4_title_excerpt]:
td_option[td_module_4_content_excerpt]:
td_option[td_module_5_title_excerpt]:
td_option[td_module_5_content_excerpt]:
td_option[td_module_6_title_excerpt]:
td_option[td_module_7_title_excerpt]:
td_option[td_module_8_title_excerpt]:
td_option[td_module_9_title_excerpt]:
td_option[td_module_10_title_excerpt]:
td_option[td_module_10_content_excerpt]:
td_option[td_module_11_title_excerpt]:
td_option[td_module_11_content_excerpt]:
td_option[td_module_12_title_excerpt]:
td_option[td_module_12_content_excerpt]:
td_option[td_module_13_title_excerpt]:
td_option[td_module_14_title_excerpt]:
td_option[td_module_14_content_excerpt]:
td_option[td_module_16_title_excerpt]:
td_option[td_module_16_content_excerpt]:
td_option[td_module_17_title_excerpt]:
td_option[td_module_17_content_excerpt]:
td_option[td_module_18_title_excerpt]:
td_option[td_module_18_content_excerpt]:
td_option[td_module_19_title_excerpt]:
td_option[td_module_19_content_excerpt]:
td_option[td_module_mx1_title_excerpt]:
td_option[td_module_mx2_title_excerpt]:
td_option[td_module_mx3_title_excerpt]:
td_option[td_module_mx4_title_excerpt]:
td_option[td_module_mx5_title_excerpt]:
td_option[td_module_mx6_title_excerpt]:
td_option[td_module_mx7_title_excerpt]:
td_option[td_module_mx7_content_excerpt]:
td_option[td_module_mx8_title_excerpt]:
td_option[td_module_mx9_title_excerpt]:
td_option[td_module_mx10_title_excerpt]:
td_option[td_module_mx11_title_excerpt]:
td_option[td_module_mx12_title_excerpt]:
td_option[td_module_mx13_title_excerpt]:
td_option[td_module_mx14_title_excerpt]:
td_option[td_module_mx15_title_excerpt]:
td_option[td_module_mx16_title_excerpt]:
td_option[td_module_mx16_content_excerpt]:
td_option[td_module_mx17_title_excerpt]:
td_option[td_module_mx18_title_excerpt]:
td_option[td_module_mx19_title_excerpt]:
td_option[td_module_mx20_title_excerpt]:
td_option[td_module_mx21_title_excerpt]:
td_option[td_module_mx22_title_excerpt]:
td_option[td_module_mx23_title_excerpt]:
td_option[td_module_mx24_title_excerpt]:
td_option[td_module_mx25_title_excerpt]:
td_option[td_module_mx26_title_excerpt]:
td_option[td_module_related_posts_title_excerpt]:
td_option[td_module_mega_menu_title_excerpt]:
td_option[tds_language]:
td_option[tds_header_wrap_color]: #424242
td_default[td_option][tds_header_wrap_color]:
td_option[tds_text_logo_color]: #222222
td_default[td_option][tds_text_logo_color]: #222222
td_option[tds_text_logo_tagline_color]: #777777
td_default[td_option][tds_text_logo_tagline_color]: #777777
td_option[tds_footer_color]: #222222
td_default[td_option][tds_footer_color]: #222222
td_option[tds_footer_text_color]: #ffffff
td_default[td_option][tds_footer_text_color]: #ffffff
td_option[tds_footer_widget_text_color]:
td_default[td_option][tds_footer_widget_text_color]:
td_option[tds_footer_social_icons_color]:
td_default[td_option][tds_footer_social_icons_color]:
td_option[tds_footer_social_icons_hover_color]:
td_default[td_option][tds_footer_social_icons_hover_color]:
td_option[tds_footer_bottom_color]: #0d0d0d
td_default[td_option][tds_footer_bottom_color]: #0d0d0d
td_option[tds_footer_bottom_text_color]: #cccccc
td_default[td_option][tds_footer_bottom_text_color]: #cccccc
td_option[tds_footer_bottom_hover_color]: #cccccc
td_default[td_option][tds_footer_bottom_hover_color]: #cccccc
td_fonts_user_insert[font_file_1]:
td_fonts_user_insert[font_family_1]:
td_fonts_user_insert[font_file_2]:
td_fonts_user_insert[font_family_2]:
td_fonts_user_insert[font_file_3]:
td_fonts_user_insert[font_family_3]:
td_fonts_user_insert[font_file_4]:
td_fonts_user_insert[font_family_4]:
td_fonts_user_insert[font_file_5]:
td_fonts_user_insert[font_family_5]:
td_fonts_user_insert[typekit_js]:
td_fonts_user_insert[type_kit_font_family_1]:
td_fonts_user_insert[type_kit_font_family_2]:
td_fonts_user_insert[type_kit_font_family_3]:
td_option[g_use_google_fonts]:
td_fonts_default[default_fonts]:
td_fonts_user_insert[g_100_thin]:
td_fonts_user_insert[g_100_thin_italic]:
td_fonts_user_insert[g_200_extra_light]:
td_fonts_user_insert[g_200_extra_light_italic]:
td_fonts_user_insert[g_300_light]:
td_fonts_user_insert[g_300_light_italic]:
td_fonts_user_insert[g_400_normal_italic]:
td_fonts_user_insert[g_500_medium]:
td_fonts_user_insert[g_500_medium_italic]:
td_fonts_user_insert[g_600_semi_bold]:
td_fonts_user_insert[g_600_semi_bold_italic]:
td_fonts_user_insert[g_700_bold]:
td_fonts_user_insert[g_700_bold_italic]:
td_fonts_user_insert[g_800_extra_bold]:
td_fonts_user_insert[g_800_extra_bold_italic]:
td_fonts_user_insert[g_900_black]:
td_fonts_user_insert[g_900_black_italic]:
td_option[tds_custom_css]:
td_option[tds_responsive_css_desktop]:
td_option[tds_responsive_css_ipad_landscape]:
td_option[tds_responsive_css_ipad_portrait]:
td_option[tds_responsive_css_phone]:
td_option[td_body_classes]: td-local-news
td_option[tds_custom_javascript]:
td_option[tds_custom_html]:
td_option[td_analytics]:
td_option[td_footer_code]:
td_option[tds_yt_api_key]:
td_option[tds_flickr_api_key]:
td_option[tds_rel_type]:
td_social_networks[behance]:
td_social_networks[blogger]:
td_social_networks[dailymotion]:
td_social_networks[delicious]:
td_social_networks[deviantart]:
td_social_networks[digg]:
td_social_networks[dribbble]:
td_social_networks[ebay]:
td_social_networks[evernote]:
td_social_networks[facebook]: #
td_social_networks[flickr]:
td_social_networks[flipboard]:
td_social_networks[forrst]:
td_social_networks[grooveshark]:
td_social_networks[instagram]:
td_social_networks[lastfm]:
td_social_networks[linkedin]:
td_social_networks[mail-1]:
td_social_networks[stumbleupon]:
td_social_networks[myspace]:
td_social_networks[naver]:
td_social_networks[discord]:
td_social_networks[path]:
td_social_networks[paypal]:
td_social_networks[pinterest]:
td_social_networks[reddit]:
td_social_networks[rss]:
td_social_networks[share]:
td_social_networks[skype]:
td_social_networks[soundcloud]:
td_social_networks[spotify]:
td_social_networks[stackoverflow]:
td_social_networks[steam]:
td_social_networks[telegram]:
td_social_networks[tiktok]:
td_social_networks[tumblr]:
td_social_networks[twitch]:
td_social_networks[twitter]: #
td_social_networks[vimeo]:
td_social_networks[vk]: #
td_social_networks[windows]:
td_social_networks[wordpress]:
td_social_networks[yahoo]:
td_social_networks[yandex]:
td_social_networks[youtube]: #
td_social_networks[xing]:
td_option[tdm_amp]: mobile_amp
wp_theme_menu_spot[header-menu-mobile]: 81159
td_option[tds_login_mobile]: hide
td_option[tds_live_search_mob]:
td_option[tds_logo_menu_upload_mob]: https://homelandnewsng.com/wp-content/uploads/2021/03/homeland-logo.png
td_option[tds_logo_menu_upload_r_mob]: https://homelandnewsng.com/wp-content/uploads/2021/03/homeland-logo.png
td_option[tds_logo_alt_mob]:
td_option[tds_logo_title_mob]:
td_option[tds_h1_on_logo]:
td_option[tds_footer_mob]:
td_option[tds_footer_logo_upload_mob]:
td_option[tds_footer_retina_logo_upload_mob]:
td_option[tds_footer_logo_alt_mob]:
td_option[tds_footer_logo_title_mob]:
td_option[tds_footer_text_mob]: HOMELAND NEWS is an online news platform built to provide reliable, verifiable and authentic source of news from Nigeria; Politics, Security, Economy, Health, and any topic that is news.
td_option[tds_footer_email_mob]: info@homelandnewsng.com
td_option[tds_footer_social_mob]:
td_option[tds_sub_footer_mob]:
wp_theme_menu_spot[footer-menu-mobile]:
td_option[tds_footer_copyright_mob]: Copyright Homelandnewsng.com 2021
td_option[tds_footer_copy_symbol_mob]:
td_option[tds_theme_color_mob]: #4db2ec
td_default[td_option][tds_theme_color_mob]: #4db2ec
td_option[tds_menu_background_mob]: #dd3333
td_default[td_option][tds_menu_background_mob]: #222
td_option[tds_menu_icon_color_mob]:
td_default[td_option][tds_menu_icon_color_mob]:
td_option[tds_menu_gradient_one_mob]: #333145
td_default[td_option][tds_menu_gradient_one_mob]: #333145
td_option[tds_menu_gradient_two_mob]: #b8333e
td_default[td_option][tds_menu_gradient_two_mob]: #b8333e
td_option[tds_menu_text_color_mob]: #ffffff
td_default[td_option][tds_menu_text_color_mob]: #ffffff
td_option[tds_menu_text_active_color_mob]:
td_default[td_option][tds_menu_text_active_color_mob]:
td_option[tds_menu_button_background_mob]: #ffffff
td_default[td_option][tds_menu_button_background_mob]: #ffffff
td_option[tds_menu_button_color_mob]: #000000
td_default[td_option][tds_menu_button_color_mob]: #000000
td_option[tds_footer_background_mob]: #222
td_default[td_option][tds_footer_background_mob]: #222
td_option[tds_footer_text_color_mob]:
td_default[td_option][tds_footer_text_color_mob]:
td_option[tds_sub_footer_background_mob]: #000
td_default[td_option][tds_sub_footer_background_mob]: #000
td_option[tds_sub_footer_text_color_mob]:
td_default[td_option][tds_sub_footer_text_color_mob]:
td_option[tds_mobile_background_image_mob]: https://homelandnewsng.com/wp-content/uploads/2021/03/Capture.png
td_option[tds_mobile_background_repeat_mob]:
td_option[tds_mobile_background_size_mob]:
td_option[tds_mobile_background_position_mob]:
td_option[tds_ad_title_mob]:
td_ads[header_mob][ad_code]:
td_ads[footer_mob][ad_code]:
td_ads[smart_list_mob][ad_code]:
td_ads[loop_mob][ad_code]:
td_option[tds_loop_ad_module_mob]:
td_ads[content_top_mob][ad_code]:
td_ads[content_bottom_mob][ad_code]:
td_ads[content_inline_mob][ad_code]:
td_option[tds_inline_ad_paragraph_mob]:
td_option[tdm_amp_ads_title]:
td_ads[tdm_amp_auto_ads][ad_code]:
td_option[tdm_amp_analytics]:
td_option[tdm_smartlist_2]:
td_option[td_module_mob_1_title_excerpt]:
td_option[td_module_mob_2_title_excerpt]:
td_option[tds_custom_css_mob]:
td_option[tds_custom_javascript_mob]:
td_option[tds_custom_html_mob]:
td_option[tdm_frontpage_grid]:
td_option[tdm_category_grid]:
td_option[tdm_grids_posts_limit]:
td_option[tdm_frontpage_grid_cat_filter]:
td_option[tdm_frontpage_grid_sort]:
td_option[tdm_frontpage_latest_articles_posts_limit]:
td_option[tdm_frontpage_latest_articles_posts_offset]:
td_option[tds_category_mobule_mob_1]:
td_option[tds_category_mobule_mob_2]:
td_option[tds_button]:
td_option[tdm_btn_radius]:
td_option[tds_title]:
td_option[tdm_phone_number]:
td_option[tdm_email]:
td_option[tdm_extra_info]:
td_option[tdm_info_show_top_bar]:
td_option[tdm_info_show_sub_footer]:
td_option[tdm_bordered_website]:
td_option[tdm_menu_active]:
td_option[tdm_menu_btn1_style]:
td_option[tdm_menu_btn1_text]:
td_option[tdm_menu_btn1_url]:
td_option[tdm_menu_btn1_open_in_new_window]:
td_option[tdm_menu_btn2_style]:
td_option[tdm_menu_btn2_text]:
td_option[tdm_menu_btn2_url]:
td_option[tdm_menu_btn2_open_in_new_window]:
td_option[tdm_menu_btn1_base_color]: #4db2ec
td_default[td_option][tdm_menu_btn1_base_color]: #4db2ec
td_option[tdm_menu_btn2_base_color]: #4db2ec
td_default[td_option][tdm_menu_btn2_base_color]: #4db2ec
td_option[tdm_menu_btn1_text_color]: #ffffff
td_default[td_option][tdm_menu_btn1_text_color]: #ffffff
td_option[tdm_menu_btn2_text_color]: #ffffff
td_default[td_option][tdm_menu_btn2_text_color]: #ffffff
td_option[tdm_menu_btn1_base_hover_color]: #222222
td_default[td_option][tdm_menu_btn1_base_hover_color]: #222222
td_option[tdm_menu_btn2_base_hover_color]: #222222
td_default[td_option][tdm_menu_btn2_base_hover_color]: #222222
td_option[tdm_menu_btn1_text_hover_color]: #ffffff
td_default[td_option][tdm_menu_btn1_text_hover_color]: #ffffff
td_option[tdm_menu_btn2_text_hover_color]: #ffffff
td_default[td_option][tdm_menu_btn2_text_hover_color]: #ffffff

Mark Gilbert
tagDiv Member

However, this would be possible with CSS, right? Newspaper already has that option under Reviews.

I want this look – https://jazzjournal.co.uk/2021/03/08/bidi-dworkin-beautiful-souvenirs/ – but with half-star options as the theme currently supplies below the post, like this: https://jazzjournal.co.uk/2021/03/02/erik-verwey-people-flow/

Can you give me the CSS I need (perhaps copy from the theme) and tell me where to put it and an example of the HTML code I can add for each star-rating to my subtitle?

Thanks
MG

Anamaria
tagDiv Staff

Hello,

You can edit the page with tagDiv Composer, select the viewport on phone => https://prnt.sc/10gxsuz, and you can hide a block from CSS tab,select the block, select the CSS -> Dispaly “Hidden” => https://prnt.sc/10gxwho

Hope this helps you!

Thank you!

Viewing 25 results - 5,851 through 5,875 (of 33,436 total)