Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,
This can be done using the settings from the theme panel > ads. Unfortunately, if you are looking for this option -> https://i.imgur.com/Rsz0Upv.png this one is only for inline ads.
But maybe I can help with a custom css, please let me know how you’ll you like to be.
Thank you!

dimitrisv
tagDiv Member

Yes Calin, obviously it has to do with the settings. This is why I asked you so that your developers can tell you which js, css, php pages calls are involved so that I can exclude them from both cloudflare and the optimizer.
Can we have this list please?
Thank you

Calin
tagDiv Staff

Hi Lalit,
I think that the font(https://fonts.googleapis.com/css?family=Muli%3A400%2C600%2C800&ver=11.4) is coming from an extra plugin or maybe it is set in the child theme.
For me with the the plugins only and with the fonts disabled I do not have any fonts loaded -> https://i.imgur.com/qR98oik.png -> https://i.imgur.com/IGq8iMu.png -> https://i.imgur.com/IYX8JH0.png
On your website I see > https://i.imgur.com/XqNxhBT.png so it is possible to be added by a plugin or it can also be set in a child theme.
Thank you!

#0

When we click edit with Tagdiv, it goes to a gray screen and the composer does not load.
The site is running Newspaper 11.4 and WP Core 5.9 and PHP 7.4 on an AWS server. We were adding css to a page created in tagdiv when this issue occurred. The designer was using the undo and redo buttons in the composer.
tagdiv will not load for any other page even ones that were not worked on when it broke.
I tried fixing the issue by restoring the theme panel settings to an earlier restore point before the issue happened. That had no effect. I tried rolling Newspaper theme back to 11.3.2 and then going back to 11.4 and updating the plugins again, but that had no effect. I tried activating the parent newspaper theme but that did not fix tagdiv. We tried restoring the page back to a state hours before the issue happened, but tagdiv still will not load.
How do we fix tagdiv and get it working again? Please advise.

Lalit
tagDiv Member

Disabled it but, fonts (https://fonts.googleapis.com/css?family=Muli%3A400%2C600%2C800&ver=11.4) still loading on the pagespeed insight.

dimitrisv
tagDiv Member

Here is the video: https://1drv.ms/v/s!Akul2ygARwfdh5V5kkO9ycjQcun5mw?e=23j3NK

And here are the settings in function.php to optimise the performance of woo commerce.

/** Disable Ajax Call from WooCommerce on front page and posts*/
add_action( 'wp_enqueue_scripts', 'dequeue_woocommerce_cart_fragments', 11);
function dequeue_woocommerce_cart_fragments() {
if (is_front_page() || is_single() ) wp_dequeue_script('wc-cart-fragments');
}

/** Disable All WooCommerce Styles and Scripts Except Shop Pages*/
add_action( 'wp_enqueue_scripts', 'dequeue_woocommerce_styles_scripts', 99 );
function dequeue_woocommerce_styles_scripts() {
if ( function_exists( 'is_woocommerce' ) ) {
if ( ! is_woocommerce() && ! is_cart() && ! is_checkout() ) {
# Styles
wp_dequeue_style( 'woocommerce-general' );
wp_dequeue_style( 'woocommerce-layout' );
wp_dequeue_style( 'woocommerce-smallscreen' );
wp_dequeue_style( 'woocommerce_frontend_styles' );
wp_dequeue_style( 'woocommerce_fancybox_styles' );
wp_dequeue_style( 'woocommerce_chosen_styles' );
wp_dequeue_style( 'woocommerce_prettyPhoto_css' );
# Scripts
wp_dequeue_script( 'wc_price_slider' );
wp_dequeue_script( 'wc-single-product' );
wp_dequeue_script( 'wc-add-to-cart' );
wp_dequeue_script( 'wc-cart-fragments' );
wp_dequeue_script( 'wc-checkout' );
wp_dequeue_script( 'wc-add-to-cart-variation' );
wp_dequeue_script( 'wc-single-product' );
wp_dequeue_script( 'wc-cart' );
wp_dequeue_script( 'wc-chosen' );
wp_dequeue_script( 'woocommerce' );
wp_dequeue_script( 'prettyPhoto' );
wp_dequeue_script( 'prettyPhoto-init' );
wp_dequeue_script( 'jquery-blockui' );
wp_dequeue_script( 'jquery-placeholder' );
wp_dequeue_script( 'fancybox' );
wp_dequeue_script( 'jqueryui' );
}
}
}

But the behaviour is the same, regardless of them being present or not.

michaeldef
tagDiv Member

Oops! Got it working. I was placing the code in the Custom Html instead of Custom CSS. Sorry, it works now, note the warning I get in that section. When I hover over the triangle I get the message “Use of – !important.” See here – https://imgur.com/a/RWbjdGA

michaeldef
tagDiv Member

And here is my Grid Block setting (General) – https://imgur.com/a/UaNSl9k
Can anything be overriding the CSS change?

michaeldef
tagDiv Member

Not sure what’s going on. Works in my live css but not in Theme Panel> Custom Code> Custom HTML

I put it in exactly as it appears in the image you sent me. Here – https://imgur.com/a/tgDdHAH

c386
tagDiv Member

Hi Anamaria,

Unfortunately the code to hide post views isn’t ideal, as the view counter does show briefly before the CSS hides it.

Is there no way to get the ‘last 7 days’ filter working with Show Post Views disabled?

Rhonda
tagDiv Member

Remove CSS is greyed out and not available to click on. I have purchased the Newspaper theme 32 times and have active support on the other accounts. I am not able to add any of them under my profile for this username. I get an error message “this account is already in use”.

Could you possibly log into my site and see what the problem is? I am not able to use Tagdiv visual composer to and edit text on any page of my website. Also, the widget content is showing up at the end of my posts and on top of my post content.

  • This reply was modified 4 years by Rhonda.
Calin
tagDiv Staff

Hi,
Please try this custom css -> https://i.imgur.com/i59VRkc.png
body .td_block_template_8 .td-block-title:hover a{
color: red!important;
}
body .td_block_template_8 .td-block-title:hover a:before {
background-color: red!important;
}

I hope this will help you!

Calin
tagDiv Staff

Hi Rhonda, are you using the CSS Analyzer tool?
In case that you use it on post template, please remove it, force refresh the browser and see if the problem gets solved -> https://i.imgur.com/mtfttfG.jpg
Let us know the results!
Thank you!

Calin
tagDiv Staff

Hi sncooke,
I I understand correctly, you’ll need a boxed version for the website to display the a background ad, if is so, our theme has some options for this, first, you’ll need to set the background image in the theme panel, then enable the option -> https://i.imgur.com/wc1H9Zl.png now the website width will be 1164 px. If you want to make it smaller, you can try it with a custom css
.td-boxed-layout .td-container-wrap {
width: 1000px;
}

but it is possible to affect some blocks layout.
The code need to be set in the theme panel > custom code> custom css.
I hope this will help you!

Krishan Kumar
Participant
#0

I have set noto sans fonts in whole website and went to theme’s fonts setting and turned on use google fonts then google fonts is not loading properly how can i fix it because my website speed is very low Has been
https://ibb.co/Z6rnHZK
https://ibb.co/S5ZZj1J
https://ibb.co/k5GKBmY
https://ibb.co/HdRHbH4

Bettina
tagDiv Staff

Hello @michaeldef!

Unfortunately, there is no option for the header title on hover. But, you can use this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS::

.td_block_template_8 .td-block-title a:hover {
color: red!important;}

Hope that helps you!

Thank you!

Bettina
tagDiv Staff

Hello @nimish1995 !

You can use the CSS Analyzer, which is our automatic tool, very useful for the page speed and unused CSS.
Documentation here: https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/
Tutorial here: https://www.youtube.com/watch?v=tnkVapqhIHc

Thank you for understanding!

Bettina
tagDiv Staff

Hello @ipr33t!

Unfortunately, there is no setting to set it full width when you have boxed layout enabled.
A workaround there could be to deactivate the boxed layout, make it full width and the rest of the page you can apply some paddings on the row(CSS tab) and background color: white.

Thank you!

Anamaria
tagDiv Staff

Hello,

The style for pagination is made with custom code CSS, so please make sure you don’t deleted the CSS CODE (RAW CSS) -> https://i.imgur.com/rf5oiyy.jpg
Also, please check if the code is missing, you can add it, thus is the code

@media (min-width: 1401px) {
.td_flex_block_2.td_with_ajax_pagination .td-block-inner-pagination .td-next-prev-wrap {
top: 43% !important;
margin: 0;
right: 50%;
transform: translateX(-680px);
}
}
@media (min-width: 768px) and (max-width: 1400px) {
.td_flex_block_2.td_with_ajax_pagination .td-block-inner-pagination .td-next-prev-wrap {
top: 43% !important;
margin: 0;
right: 20px;
}
}
.td_flex_block_2 .td_module_wrap .td-module-meta-info .entry-title {
text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

Set the code in Raw CSS.

Hope this helps you!

Thank you!

Calin
tagDiv Staff

Hi,
What you ca do is to exclude the files, please try with this one wp-content/themes/Newspaper/Newspaper/font-newspaper.css and wp-content/plugins/td-composer/mobile/style.css (this need to be set in the css section).
Let us know the results!

ipr33t
Participant
#0

Hello, I’m facing an issue with the boxed layout, I want to know how I set full-width rows in the boxed layout. All I know in the boxed layout is we can’t set rows to 100% width. For. e.g., visit our website: https://techviral.news/; all things are fine, but I want my “Big Grid Flex 1” element (which is located after header section) to full width, or I want only this element to ignore boxed layout width CSS and assign 100% width.
Please help me ASAP!

iamratnesh
tagDiv Member

Yes minify CSS and java through wp-rocket

Anamaria
tagDiv Staff

Hello,

1. If you have a global header template, the change will apply for all pages -> https://forum.tagdiv.com/add-logo-newspaper/
2. and 3. You can remove the Single Post Author and Single Post Date select with tagDiv Composer with a right-click you can delete => https://i.imgur.com/GNzcGmJ.jpg , or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page => https://i.imgur.com/vkQVCjn.jpg

4 and 5 You need to do the same as for 3 and 4 -> https://i.imgur.com/gnPj50q.png -> https://i.imgur.com/d53L8eV.png and after you need to set the layout of the row to 1/1 on the footer -> https://i.imgur.com/UAoIWlj.png and from tab CSS you can remove the background image.

Thank you!

Anamaria
tagDiv Staff

Seems this issue is caused by a cache plugin -> https://i.imgur.com/ykoieqj.png
Did you use a plugin to minify the CSS/js?

Thank you!

Viewing 25 results - 4,226 through 4,250 (of 33,436 total)