Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

That arrow can be removed with CSS. To make the code more precise you could use the menu item unique ID (each menu item has an ID), like in this example
https://www.screencast.com/t/xVb1yskH
I don’t see the menu at the moment on your website, but you can use a code like that to hide the arrow, using the menu item ID.

.menu-item-18056 .fa + .td-icon-menu-down {
display: none;
}

Please let me know if there is a problem with this solution, or you need further help.
This is a useful guide explaining how you can create custom code, by identifying the elements on the page and their classes with the browser inspector, a very powerful tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

You could use smart lists in your posts for example
https://forum.tagdiv.com/smart-lists/
On the live demo all the smart list styles can be seen (check the Features->Smart lists in the menu)
https://demo.tagdiv.com/newspaper/
That would be one way of dividing the post and also add some style. Or you could use a simple pagination like this
https://forum.tagdiv.com/posts-with-pagination/

Thanks

Simion C.
tagDiv Staff

Hi,

You will probably have to use an image with a bigger size in order to be full-screen, the image will be displayed as it is. This is an image about the size you mention with a stretched row and content
http://prntscr.com/gsmvp8
Here a bigger image is used
http://prntscr.com/gsmxna
That is a FullHD image (1920 x 1080) used in the example. Maybe you can make some tests with bigger images in size, if you would like it to be full screen.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide some examples of this issue so we can understand better and also inspect it. Smart lists can be created like this
https://forum.tagdiv.com/smart-lists/
The smart list will be created based on the heading you selected in the list settings, this will be the starting point. To mark the end of the list and continue with the post, you will have to place the shortcode as mentioned in the guide.

Thanks

Jadlost
Participant
#0

Does anybody know how to divide the post in more pages and how to insert the buttons next and prev like the ones that appear on this example: http://www.thelist.com/69399/hair-changes-age/sl/it-goes-gray

thisthinline
tagDiv Member

Hello, Simion.

That did the trick. I didn’t look close enough into the code that Bogdan send me. https://www.screencast.com/t/l4I5hBeOXk

Lines 228 & 229 confused me.

Thanks a lot!

It’s all working fine now.

Simion C.
tagDiv Staff

Hi,

The category tag is displayed on the thumbnail like this
https://www.screencast.com/t/J2lJnIyP1
It could be positioned differently but I con’t understand exactly how you would like it to be. For example a code like this will position it below the thumbnail
https://www.screencast.com/t/o5jdBP7ELSSR
This is the code used in the example, if you wan to experiment with it

.td-pb-article-list .td-module-image .td-post-category {
bottom: -16px;
}
.td-pb-article-list .entry-title {
padding-top: 10px;
}

Thanks

Catalin
tagDiv Staff

Hi,

If you want to change the color and background-color for that block title, try using the code below ->

.td-footer-container .block-title > span {
color: red!important;
background-color:pink!important;
}

Regarding on your AdSense, notice that there you have more size for your Ads. Try to change them and select for example 720*90px, clear all the caches and check the results.

Hope this helps!

Thanks for your understanding!

simchris
tagDiv Member

You could likely do what the old school folks (like myself) used to do; simply use a sniffer in your headers, and if it’s a mobile device, load different theme/CSS via redirect. Some “mobile plugins” also do this for you.

A developer could likely help you with this for your custom use case, which is not normal. Typically a “responsive” theme is shown to both desktop and mobile, just as the theme was advertised; then possibly a plugin for new endpoints such as the Automattic AMP plugin.

WP has a cheesy “is_mobile” function built in you can try. Or, like most things related to hacking WP, “google it…”

However, some background
https://developers.google.com/search/mobile-sites/mobile-seo/dynamic-serving

https://wordpress.org/plugins/any-mobile-theme-switcher/

https://wordpress.org/plugins/mobble/

Edragon
tagDiv Member

yeah done these things already. These 2-3 free plugins what you can find from wordpress plugins section are kind of horrible and none of these will hook up with newspaper theme. Only ones which are acceptable and offer some freedom to change and have better acceptable desing are the ones you need to buy. Example: Cubell Review system, codetipi review plugin, etc. Not tried codetipi review plugin yet (it looks exactly same as cubell review system), I am waiting answer from them does will it work with other themes like newspaper theme or not.

Also considered first to modify exisiting one to design it more acceptable form, or make (or order) new one from the scratch for newspaper theme. <- So many people are searching today proper nice review plugins, so it may be a good idea to make one and later even start selling it for 5-15 euros to everybody who likes simple but better looking and easily editable review plugin. It’s kind of strange that nobody has done it yet.

  • This reply was modified 8 years by Edragon.
chart
tagDiv Member

Thanks again Simion,
the problem is really when there is no sidebar.
For example: http://zeesl.com/demo/royaldelux/packages/roar-2/
Regards,
Christian

ctoweett
Participant
#0

Hi. Is it possible to make block 13 appear as two columns rather than one big column image (like for example, block 3)?

neevin2017
Participant
#0

Hello,

I’m having some problems setting up the mobile site. As you can see from the attachment this site’s https://www.skincare-anti-aging.com/ home page have these issues, that I came across. (Iuse newspaper_recipes template)

1) Home page image grid doesn’t show up.
2) Header looks small, appearing in the center, though I have tested with bigger image sizes.
3) The nav menu doesn’t work. Nothing happens when I click it. This sigh # shows at the end of the domain name (.com#)
https://www.dropbox.com/s/4axcom69bduacqw/site1.jpg?dl=0

I want the menu to slide across similar to the example site http://general-health-tips.com
The image header shows properly in this site. Please note though it’s ‘Sahifa Theme’, I just wanted to show it as an example.
https://www.dropbox.com/s/5uetq5rpofar5h2/example-site.jpg?dl=0

So, could you guide me how to set up my site properly so that it looks best with mobile devices.

Thanks
Neevin

Edragon
Participant
#0

Since existing review plugin is awful and people who create posts (contributors) for some really dumb reason can’t have access to review and other newspaper settings to create post, we decided to leave it as it is. No point to modiify and change it better. So we started looking around some better review plugins and found out that most of them does not want work properly with newspaper theme (will not add star rating to posts, will not show up) or does not work at all.

Example: Cubell Review System

Is there a way to make these plugins to work with Newspaper theme?

dennis
tagDiv Member

I was able to use use this example; https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/

thank u.

Is there any way i can tweak the popular post by jetpack?

ashishsahu
Participant
#0

HELLO SIR, i setup mobile plugin & pc version also, after sometime its showing mobile theme on pc. how to fix.

Bogdan B.
tagDiv Staff

Hello,

Please provide an example of how you are implementing the sidebar on that page. On pages you must split the row in 2 and either ad block elements or a widget sidebar element and select a sidebar from the widgets area of WP.
Please provide more details to how you are implementing the sidebar.

Thank you!

leapdsc
Participant
#0

Hey there,

as the title suggests, is it possible for me to achieve a sidebar following this particular’s website sidebar for reference: http://www20.hdb.gov.sg/fi10/fi10221p.nsf/arxvi/chairman.html

For Example: Sidebar Menu has 1a, 1b and 1c. When User is on Page 1b, the Sidebar hyperlink (1b) will be highlighted RED. While 1a and 1c will be as per normal, with effects of hover.

Website Url: http://leapdsc.com/leapdsc/client/hdb/chairmans-statement/

In this case, since user is on chairman’s statement Page, the ‘Chairman’s Statement’ hyperlink on the sidebar is to be in red color. Do take note: I have also tried a:visited, but it seems to highlight every page that the user has visited (not ideal).

Please advise if this is possible to be done on CSS. I have tried various methods such as xxxx .a:active {color:red}, however it does not seem to work.

Thank you

Bogdan B.
tagDiv Staff

Hello,

Sorry but It cannot be done so easily. If this was simple, the theme would have let you choose the number of days you want. Here is an example of how a new sorting option can be created in our theme: https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/

Thank you!

Simion C.
tagDiv Staff

Hi,

In order for that ad to appear in the header, you will have to modify the header template used. There you could enter the custom ad through a do_shortcode

<?php echo do_shortcode ('your shortcode here'); ?>

In this example I have set an Ad-box element on a page, and set a background for the row just like you did
https://www.screencast.com/t/EV89r3ThoWY
Then using the code of these elements in the shortcode
https://www.screencast.com/t/80go1NXi
https://www.screencast.com/t/kLWwIoUC5x
The result is like this, the ad is integrated in the header on all the website
https://www.screencast.com/t/aeeR4No4
https://www.screencast.com/t/1JjUTcOGQ
I believe this is what you want to do, this would be a method of achieving this.

Thanks

zeeodesk
Participant
#0

Speed booster not compatible with AMP, is there any way to fix it?
http://prntscr.com/gs7oms

Have a look to these two, is everything fine ? Thank You

http://prntscr.com/gs7pit

http://prntscr.com/gs7pmy

Catalin
tagDiv Staff

Hello Sanjo Simon,

I guess that you want to increase the site width, right? Unfortunately, please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
Above, my colleague gave you an example of where you should start to increase the theme width, but notice then you will have to make some additional customizations to adjust the other theme elements if you want to bring best results.

If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

The fonts on mobile are predefined in our theme. You will need to change the size using css. I can provide the code but I will need precise examples of where you want the font changed.

Thank you!

chart
tagDiv Member

Thanks for your replies.
I’ve tried what you, Simion, said, and it worked partially.
For a page with sidebar (http://zeesl.com/demo/royaldelux/packages/relax/) it works pretty good.
However, in a full-width page (with no sidebar) it’s displayed correctly for >768px (laptops &amp; tablets) but not working fine for mobile <768px.
Any further idea?
May I add some extra CSS styling for “@media (max-width: 767px)” CSS section ?
Thanks in advance!
Christian

  • This reply was modified 8 years by chart.
Simion C.
tagDiv Staff

Hi,

You could change it with a code like this for example, if that is what you need
https://www.screencast.com/t/aFT26dNJI1t

.post_td_gallery {
background-color: transparent;
}

The code must be entered in Theme panel-Custom CSS section. Please correct me if I misunderstand, and provide more details about what exactly you would like to modify.

Thanks

Viewing 25 results - 27,401 through 27,425 (of 38,683 total)