Search Results for 'css'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

This usually happens when the account is not yet approved and Google is not yet serving the ads – http://prntscr.com/mjzy20
https://support.google.com/google-ads/answer/1722120
https://support.google.com/adsense/troubleshooter/7049023

Some topics I found – https://techbegins.com/adsense-403-forbidden-error-complete-solution.html
https://www.problogbooster.com/2015/01/adsense-403-forbidden-error-html-google-adsense-not-showing-ad-code-403-fix-solved-troubleshoot.html

This would explain the 403 errors. Somewhere you must have entered a code related to Adsense, either in the theme panel or the theme files. The theme doesn’t come with Adsense ads by default.

The mobile friendly test is somewhat inconclusive at times – http://prntscr.com/mk0272
Sometimes if the theme resources like the CSS is slow to load the result may be negative
https://forum.tagdiv.com/topic/i-have-two-problems-in-mobile-friendly-test/

Regarding the error for the wp-content folder you could check this discussion
https://webmasters.stackexchange.com/questions/116315/google-indexing-wordpress-wp-content-directories-and-all-internal-files

Thanks

Simion C.
tagDiv Staff

Hi,

If you use the mobile theme this has a setting to deactivate the mobile menu login
http://prntscr.com/mjzsn0

If you don’t use the mobile theme the login from desktop will be displayed on mobile
http://prntscr.com/mjzt1l
Disabling that option will affect both desktop and mobile. However I could give you a code to remove it just for mobile, enter it in Theme panel->Custom code->Advanced CSS->phones field

.td-menu-login-section {
display: none;
}

It will remove the login from mobile, while on desktop it will remain. You could give it a try.

Thanks

Calin
tagDiv Staff

Hi,

Here is the code for mega menu, please set it in Newspaper>theme panel>Custom code>Custom css
.td_mega_menu_sub_cats a[href*="news"]{
display : none!important;
}
.td_mega_menu_sub_cats a[href$="/news/"],
.td_mega_menu_sub_cats a[href$="/canada-news/"],
.td_mega_menu_sub_cats a[href$="/world-news/"],
.td_mega_menu_sub_cats a[href$="/ontario/"],
.td_mega_menu_sub_cats a[href$="/local-news/"]
{
display : block!important;
}

-> https://www.screencast.com/t/w2UzaDZ9Jd

The mega menu from shows if not build after our documentation -> https://forum.tagdiv.com/mega-menu/ you set to pages some categories and set them in mega menu, this will not work, only for posts works this.
-> https://www.screencast.com/t/0cP6ihesyv5

Thank you for your understanding!

Beleefmike
tagDiv Member

Hi,

I found the problem. Was a CSS error.

Thanks for the support,
Mike

Catalin
tagDiv Staff

Hi,

In this case, you need to create your own custom CSS code, using the Inspector browser according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because the theme does not have any such an option for this.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Seems there is a design problem with that header style on tablet devices, I will add this issue on our list and a solution will be found.

I could make it look like this if you want to (only on tablets)
http://prntscr.com/mjxqnn
This is the code for it, it can be entered in the custom CSS section of the theme panel
https://pastebin.com/stb9ej71

Sorry for the inconvenience.
Thanks

bstaff
Participant
#0

Hello, love Newspaper. I’m sorted on desktop but having a problem on mobile. I’ve decided to use the mobile theme but I am having a problem.

1). The top level categories work great. You click in the menu and you get a nice simple listing of all the posts under that category

2). The problem is that all second-level (sibling categories) when clicked do not render a page populated with posts. If I move the sibling category out and to the top level then the mobile theme will render a page with those posts.

3). I’ve built the site to run off these categories and need the sibling categories to work on mobile???? Help!

4). If that is not possible I have found in the forum the code to remove sibling categories. But this only removes the siblings from the top of the 1st level page (above the grid) it does not remove the categories from the post

5). If the mobile theme does not work with sibling categories what is the CSS code to add to the mobile CSS editor to remove categories from all posts (including on each single post page). And of course not affecting the desktop display of the categories.

This is is the last wrinkle for me in my implementation. Any help would be awesome. Again great theme!

Cheers

b…

boolsee
Participant
#0

Hi.
I upgraded Newspaper 9.2 to 9.5 and plugins.
Unfortunately, there was an error creating a new article.


Warning: filemtime(): stat failed for ${WP_INSTALL_DIR}/wp-content/plugins/revslider//includes/gutenberg-blocks/assets/css/blocks.style.css in ${WP_INSTALL_DIR}/wp-content/plugins/revslider/admin/revslider-admin.class.php on line 2241

The cause was due to ‘Slider ReEvolution 5.4.8.2’.
I do not know exactly, but when I roll back to 5.4.8, the error disappears.

simchris
tagDiv Member

If style sheets ‘not loading’ — that is not a theme problem but system problem.

So, good to check F12 console view for errors, to ensure content actually loading.

Also try testing with GTmetrix.com — test as single post — and see if you have any issues with your setup.

Obviously if mobile styles are not loading, then desktop version would load for mobile as the responsive CSS needs to actually be there.

Common issues are mixed content – meaning some elements load via https, some set for http; or files not actually there.

jt
Participant
#0

I’ve never had a problem in the past getting my sites approved for Adsense however with this theme I am.

Here is the Adsense message:

Valuable inventory: Under construction
As stated in our Program policies, we may not show Google ads on pages or apps where content is unnecessarily difficult or frustrating to navigate or interact with. This includes pages or apps that are under construction, not functioning, or lead to error messages.

So I checked my site anfinson.ca with the new Google Search Console URL inspection tool. It tells me my page is not mobile friendly, clickable elements are too close together and content is wider than the screen. When I look at the errors, I can see why. Some of the theme CSS files are not being loaded. My robots.txt is set to allow the crawler to read everything except my admin login page.

I’m also getting a soft 404 error on this page. http://anfinson.ca/wp-content/themes/Newspaper/

I just updated the theme to 9.5 and am running the latest version of WordPress.

Any ideas on how to fix this? Thanks!

Rajvivan
tagDiv Member

Hi Calin,
I am trying to achieve very similar effect which is actually there in your official theme.
In your Tagdiv composer specially the first grid ,a light black background is there along with the title . Can you please tell me how to get that effect ? I am highlighting the CSS effect in the attached picture. Please tell me how to get that effect in your tagdiv composer.
Theme Issue

In addition to that,how to get images in the menu when there is subcategories. When user is hovering ,they are only seeing the list instead of list + horizontal images for all the categories.

  • This reply was modified 7 years by Rajvivan.
zinger
tagDiv Member

Hi Calin,

Thank you for the response. Any CSS help for this would be appreciated.

The site is found here: http://wordpress-215920-675370.cloudwaysapps.com/

On the main menu, you will see the primary category ‘News’. Under this there are sub-menus each of which have their own (tertiary) sub-menus. Here is a list of the sub-categories which should be part of the mega-menu – all others are tertiary and should not show.

Main – News
Sub-Categories (that should show) – Canada News, Local News, Ontario News, World News
All other tertiary cats should not show.

Calin, if you are also able to look at one more issue related to the menu, I would appreciate it. When you hover over the ‘Shows’ menu item, you will see this is also a mega-menu without sub-categories. There are currently 10 pages with the ‘Shows’ category. When you hover over the main menu item, the mega menu shows as it should. However, when you select the navigation arrow to see the next 5 shows, the mega-menu goes blank, and you can not get it back without refreshing the page.

If you are able to offer a CSS fix for the first News item and a solution to the Shows mega menu issue, I would greatly appreciate it.

Thank you in advance.
Tim

Simion C.
tagDiv Staff

Hi,

The black theme demo currently installed has extensive CSS customization to display like it currently is. The additional stylesheet which is imported when the demo is installed may override colors set in the theme panel or in the composer.

I made a test and it seems the backgrounds set in the composer will override the black demo color – http://prntscr.com/mjl8t0
So you could set background colors/images/YouTube videos for the rows. In each page you can set a different background for the rows. In posts, categories etc you would have to use cloud templates in order to be able to use the composer and set backgrounds
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

That red background is set to the column – http://prntscr.com/mjkzpl
In the column settings CSS tab you can change it as you want. There will be two overlay color settings there, one of which is red. Let me know if you have more questions.

Thanks

Catalin
tagDiv Staff

Hi,

The theme does not have any option for this, sorry! You need to create your own custom CSS code for this, using the Inspector browser tool from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

There is a way you could do this. For example with a CSS code – http://prntscr.com/mjke46
Enter it in the Theme panel->Mobile theme->Custom CSS section

.category .td-category-siblings {
display: none;
}

It will apply to category pages on mobile, and remove the category siblings from them. I could modify it if needed, let me know.

Thanks

Calin
tagDiv Staff

Hi,

If you have the last version of theme v9.5 then you can make the mobile menu how you want -> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
Also you can use custom css -> https://www.screencast.com/t/14pxorQ1o
.header-search-wrap{
display: none;
}

Set the code in Newspaper>Theme panel>Advance css>phone, if you are using mobile theme set the code in Newspaper>Theme panel>Mobile theme >Custom code>css

Thank you!

Calin
tagDiv Staff

Hi,

You have insert an inline style with margin-left in ads code, please check it and set the margin to auto;
-> https://www.screencast.com/t/iZVq1mciT
-> https://support.google.com/adsense/answer/6307124?hl=en
Or you can use a custom css and force it -> https://www.screencast.com/t/5O1hlPfvw4
.adsbygoogle {
margin-left: auto!important;
}

Set the code in Newspaper>Theme pane>Advance css> phone

Thank you!

Catalin
tagDiv Staff

Hi,

You can try using the code below and place it in Theme panel -> Custom CSS area.

The code is here ->

.td_social_info_name{
display:none;
}

Thanks.

Calin
tagDiv Staff

Hi,

In order to remove the underline from menu you need to set a custom css in Newspaper>Theme Panel>Custom code>Custom css ->
.sf-menu > .current-menu-item > a:after {
display: none;
}

https://www.screencast.com/t/BQPufZa27

If you want to change the main menu size please check in theme fonts section header
-> https://www.screencast.com/t/bsnMwucEWxLG

Hope this will help you!
Thanks.

great1212
tagDiv Member

Dear, you just have to make three changes in the previous code

1) Adjust the padding of add to cart button in mobile devices

2) Change the text of the Woocommerce Galleries (This text was not changed before in any of the CSS code provided by you)

3) Adjust the compressed text problem in add to cart button.

PLz take a look at the pic:

https://ibb.co/NrX3mpM

Plz take your time, I am not in a hurry but plz check all the required parameters before finalizing.

Thanks

Calin
tagDiv Staff

Hi,

Those options are available for flex blokes only, if you are using blocks you’ll need to set a custom css
flex example -> https://www.screencast.com/t/OUUA1V1LqQk5

Hope this will help you!
Thanks!

Calin
tagDiv Staff

Hi,

Please desirable the view count and and comment count from Newspaper>Theme panel>Post settings>Post and Custom Post Type -> https://www.screencast.com/t/l3ZSllC89f8
After that clear all cache and those will be hide for posts.
For author page you need to use a cloud template from tagDiv Cloud Library or us a custom css
-> https://www.screencast.com/t/azp5sVXF3Uv
.author .td-author-counters span:last-child {
display:none;
}

Set the css in Newspaper>Theme panel>Custom code Custom css

Thank you!

Calin
tagDiv Staff

Hi,

So you want to use the previous custom css, but adjust for mobile device;
I will try to do that as sun as possible, set the code here.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

You need to set on each module that show titles that italics style ( https://www.screencast.com/t/qEcFusupN ), or using custom css https://www.screencast.com/t/cHRGN6s2M2
.entry-title {
font-style : italic;
}

For posts/page ( only if have show title and only in post not in modules/blocks ) -> https://www.screencast.com/t/iCKwDgE1pbN -> https://www.screencast.com/t/SbKE13hkTSo

Thank you for your understanding.

Viewing 25 results - 11,276 through 11,300 (of 33,436 total)