Search Results for 'css'

Results from the Forum
yerbol89
Participant
#0

Today i update /Newspaper/includes/tagdiv-config.php
define(“TD_THEME_VERSION”, “10”); to define(“TD_THEME_VERSION”, “10.10”);
But in html code site not change wp-content/themes/Newspaper/style.css?ver=5.3.2′
I see style.css?ver=5.3.2 all update TD_THEME_VERSION
Why?

Calin
tagDiv Staff

Hi mathieurdm,

These Icons will get the Menu size, for manage all the elements you can use a css like this one https://i.imgur.com/YNv94zd.png you can increase the font, set a margin or adjust the height from top.
.fa-accessible-icon{
font-size: 26px;
margin: 0 7px;
position: relative;
top: 7px;
}

The code need to be set in theme pane> custom code> custom css.

Thank you!

Calin
tagDiv Staff

Hi,

Yes, that is a button set inside the content, if this is set with classic element you can change the color by selecting the button -> https://i.imgur.com/Po2ommX.png -> https://i.imgur.com/9dlKIP0.png or if the button is set with Gutenberg you can do it like this -> https://i.imgur.com/4lO9bHU.png unfortunately for the moment the hover color can be change only with custom css -> https://i.imgur.com/hLKYQXH.png
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
background-color: #d44 !important;
color: #fff !important;
}

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

You can set in the child all the files from the main theme and from tagDiv Standard Pack plugin as these are explain in our guide from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Yes, all these can be change from the css file -> https://i.imgur.com/Uo1RWVz.png -> https://i.imgur.com/mQ1sl3d.png also you can change the image too.

Thank you!

Calin
tagDiv Staff

Hi,

1. In order to change the width of templates, you’ll need to use tagDiv Composer and stretch the row width. Unfortunately there is no general option for this, in Default PRO, this can be achieved by editing the pages and cloud templates from tagDiv Cloud library with tagDiv Composer, click on the row and change the row stretch -> https://i.imgur.com/BTN0bIZ.png -> https://i.imgur.com/hHKoY4A.jpg -> https://i.imgur.com/7onsUiV.png for single post templates -> http://prntscr.com/pva1f0 and make these changes on row -> http://prntscr.com/pva0cl -> http://prntscr.com/pva1m6

Also here are some similar topics -> https://forum.tagdiv.com/topic/how-to-change-the-site-width/

2. The content section can be set using tagDiv Composer, click on the row -> https://i.imgur.com/YlJSmkX.jpg and in css tab set the width that you want and set margin auto to center the content -> https://i.imgur.com/afXZ5s4.png

3. The space between the elements set in a row can be change using this option -> https://i.imgur.com/VCdqFKk.jpg

Hope this will help you!
Thank you!

rajneeshhaldkar
tagDiv Member

can i copy all main theme file and past child theme except style.css & functions.php
can i change theme name,URI,Description,Author,Author URI or not (style.css)

Gul Klud
Participant
#0

I would like to get instructions in the following three design option for ny newspaper site (gulklud.dk).
1) How do resize the whole screen (1150 px)
2) How do I resize the content section (800 px)
3) How to I reduce the spacing between the content section and the sidebar.

I have already tried working with the Custom CSS, but the look doesn’t change.
Can you help?

Calin
tagDiv Staff

Hi,

Unfortunately, this plugin has not been tested with our theme, therefore we do not know what settings are required to work properly with our theme, but in most cases the problems that you are facing are from minify the css or js.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately our documentation is not so vast to can cover all the settings that you can do with Newspaper theme, sorry fro the inconvenience!

The settings for Cover, Contain, No repeat, and Repeat are standard css options you can check how these are working here -> https://i.imgur.com/ZHTpXYc.png -> https://i.imgur.com/ZHTpXYc.png

The Row stretch -> https://i.imgur.com/2q6IvtX.png means that you’ll have a full width for the background color, image and video. The stretch row and content will increase the width of the row content too.

If there is something that you do not how to use or you do not understand you can ask us and will help you, just let us know!

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello !

You could try the options available here: https://www.screencast.com/t/1hYtosBlf or use the CSS tab to make fine adjustments. Follow our tutorial here to learn how to use the css tab: https://www.youtube.com/watch?v=fa7GenCHcBU&t=24s Starting at minute 1:05

Thank you !

vtla
Participant
#0

In a custom blog post template, how do you create blocks (for text, images, etc.) that are centered (no sidebar) with a narrow width like in the tagDIV blog posts, such as:
https://tagdiv.com/newspaper-theme-gourmet-pro-demo/ – centered as in your blog, without sidebars.

I realize there are blog post templates with this type of text area but is there any way to create it from scratch for your own custom blog post template, with whatever width you want, without custom CSS?

Calin
tagDiv Staff

Hi,

Indeed this option is only in Big Grid Flex, on Flex blocks you need to use a custom css to achieve a zoom like this one
.td-module-container:hover .td-thumb-css {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
}
.td-module-container .td-thumb-css, .td-module-container:hover .td-thumb-css {
transition: transform .5s ease;
}
.td-module-thumb {
overflow: hidden!important;
}

This will apply on all blocks from your website.
You need to set the code in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

awtownn
tagDiv Member

Do you folks have a place where an explanation of these settings are provided? In Row > CSS?

There is a Background Style setting. In it there is Cover, Contain, No repeat, and Repeat. Is there an explanation for those? Some are obvious. Some are not. How will those settings affect the the width of the image displayed?

Secondly, In Row > General > Row stretch what do the settings mean? Some seem obvious. And, some don’t.

Thanks,

Calin
tagDiv Staff

Hi,

Please do not post your private credentials on forum.
I just checked with a video from vimeo -> https://i.imgur.com/laEbdbe.jpg in a post using just copy and paste -> https://i.imgur.com/Cz2aGeQ.png and for me this option appear -> https://i.imgur.com/LkqO2v9.png this make me think that is something with the plugin that you are using, when I took a closer look I sow a custom css from the plugin on that button with display none set with important -> https://i.imgur.com/0A1vfyw.png this is clear from the plugin.
Also I do not understand why to you a plugin for something that is no need.
Please try like in my example and let me know the results!

Thank you!

Vlad S
tagDiv Staff

Hello !

Please use this css code: .td-main-menu-logo img {
position: fixed;
}
.td-category a {
color: white;
}

The code must be inserted here: https://imgur.com/LLY9mpW

Thank you !

italo tosato
tagDiv Member

Look the image https://imgur.com/a/g4rPDEd the social icon appears only in mobile theme! Which css code have I to insert to exclude them? T

The social icon appears in posts

italo tosato
tagDiv Member

Yes, now it works thank you
Can you hel me again?

Look the image https://imgur.com/a/g4rPDEd the social icon appears only in mobile theme! Which css code have I to insert to exclude them? THANK YOU VERY MUCH

BruceInLouisville
tagDiv Member

So that code isn’t some sort of CSS thing added by Newspaper?

Calin
tagDiv Staff

Hi italo tosato,

In order to apply that code om mobile theme plugin you’ll need to set it in Theme Panel> Mobile theme> Custom code> Css -> https://i.imgur.com/LLY9mpW.png

Thank you!

MWPhotogs
Participant
#0

Heya! Renewed my support JUST so I could get the help I needed today.

My site: MilkyWayPhotographers.com has been a battle.

What is most likely the root source of my problems are plugins. But WHICH ones?

I have deactivated all of them to edit the site down to no longer need Standard Pack. I was forced to use a front page news article template that looks worse than what I want just to fix my site for removing the Standard Pack and hopefully benefitting from the speed fix.

The following are constant errors & issues I run into:

  1. Cannot save changes in TagDiv Composer. Save Icon just spins and spins the loading circle and never commits the save.
  2. Even the new cloud templates will allow ONE save. After the first edit I can no longer edit them. I have to delete the use and recreate it and make ALL my edits in the FIRST ATTEMPT otherwise my save won’t commit.
  3. My BBPress forum simply will NOT accept a CSS change to fix the background of the main DIV container from anything but white ever since the move to v.10
  4. Shortcodes are hit and miss. I recently resolved a problem that persisted for several months by no longer using the RAW HTML frame but something else that I cannot check because my page won’t load in TagDIV composer for the reason I list next.
  5. CONSTANTLY get the error message “This was not created with TagDIV composer” even though EVERYTHING has been made with tagDIV composer.
  6. Regularly I cannot get pages to be recognized or editable in the TagDIV composer. Something that used to work consistently is now even more broken than it used to be IS MY EXPERIENCE. Hoping this can be fixed.

That is a good enough list for now.

I use large paid for plugins like YOUZER and WPACHIEVEMENTS which come with little plugin requirements. But the remaining plugins I have can be used or cut in SOME cases.

Which ones are incompatible? I do NOT know. When I try removing them by deactivating them it doesn’t fix anything. AND I AM NOT WILLING TO DELETE THEM when I have users and their submitted images, galleries and data at risk of being lost.

What support can I get to look in these issues?

Yes there are many, I would settle on TagDIV composer working 100% of the time.

Johnwh
Participant
#0

Hello. I have several sites with the Newspaper theme, and they are set up with the AMP plugin and mobile theme.

On a new site I just started building, it seems that the mobile AMP pages act differently than before. The mobile AMP pages are cluttered with a lot of items that should not be there, like breadcrumbs, category link, author name, number of visits/comments?, tags, previous/next, author card, like button /share, etc. I cannot find a way to remove them, other than setting up custom code.
Example: https://radiomannen.no/p6-rock/?amp

This has never been a problem on any of my other sites:
Example: https://playpager.com/easy-chess/?amp
Example: https://kveldsavisen.no/torden-film/?amp

I have obviously done something different on the new site, but cannot figure out what. I need all the items mentioned to be gone. I have not added any custom code to the other sites, and cannot see why only the new site got this problem.

Also, the “latest articles” section at the bottom of the page only shows 3 links and no images. (It should show 12 links with images, according to my settings.)

I have license/purchase code for all sites.
Thanks,
John

P.S.
I use the exact same bit of custom css-code to set the dark theme on all sites. But these are only color settings:
#td-outer-wrap {background-color: #000;}
.block-title,
.td_module_mob_1 .entry-title a,
.page-nav .current,
.td-page-title,
.td-category a,
.entry-title,
h1, h2, h3, h4, h5, h6,
.td-author-name a,
.author-box-wrap .td-icon-font {
color: #fff!important;
}
.td-post-content {
color: #e9e9e9!important;
}

Calin
tagDiv Staff

Hi,

If you are referring on these -> https://i.imgur.com/vWiJCFi.png you can use this custom css for removing the socials -> https://i.imgur.com/YQT5Xfc.png
.author-box-wrap .td-author-social {
display: none;
}

This code will remove the social from all author box, and author pages.
The code need to be set in thee panel> custom code> custom css.
If there is something else, just let me know!

Thank you!

Calin
tagDiv Staff

Hi,

The mobile theme plugins appear on desktop because of the cache plugins, these are minify the css and js and using the mobile theme will minify the css for mobile too, but will no longer know when to display the mobile css, therefore this will appear on desktop, the cache plugin that we recommend with our settings from the guide will know the css and when to apply it.
As I can see you require assistance for optimize your website speed, unfortunately these are not covered by the theme support, therefore all I can do is to provide some suggestions.
The for the .woff problem you can find the solution in this topic -> https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/page/4/ also most of the tips for page speed are provided in this topic.

Hope this will help you!
Thank you!

abhishekmdb
Participant
#0

Hi,
Need help with the mentioned file, it is slowing down my site. Is there any way to fix it or decrease the load time for Newspaper.woff

https://gtmetrix.com/reports/www.techworm.net/xdvil1zJ

Also kindly let me know what else can I do to improve page loading speed for techworm.net, homepage is fine, I meant page loading speed for articles on the web version.

I am currently using a managed vps with LiteSpeed enabled Cloudflare, using wp-rocket as cache plugin( i know wp super cache is recommended but wp-rocket is showing better results) using Imagify to compress images.

I have gone through almost all available posts here, so please do not share a link of anything that I already know about without checking on the site mentioned.

I am also using the newspaper mobile theme separately, I tried to enable minify CSS files, but it causes problems if I am using the mobile theme, web version sometimes start throwing up the mobile version.

I think minify CSS files will work fine if do not use the mobile theme, but this will increase the page load speed for the mobile version.

Thanks

lathlk
Participant
#0

I purchased the theme today itself.
And tried to install it by uploading the theme .zip file.
But I get the following error,

————————————
Unpacking the package…

Installing the theme…

The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.
————————————

Please check and let me know a solution.

Thanks and Best Regards,
Lakshan

Viewing 25 results - 8,151 through 8,175 (of 33,436 total)