Search Results for 'amp'

Results from the Forum
cysec
Participant
#0

when you visit a post as a guest it appears like you visit it in mobile although i am on desktop!
this DOES NOT happen if you login though

please suggest me something
for example check here
https://goo.gl/5Z8TNR

Anuj Yadav
Participant
#0

Hello Sir

I had installed & Activated theme..but sir im thinking to change my hosting plan…so i ll.need to Reinstall WordPress and The Newspaper Theme again that i bought…

May i Activate again Theme on the same URL SAME Domain

How to activate again theme

Do Reply

rweissjones
tagDiv Member

I will attempt to redo what you are saying I should do. But why does the navigation bar work when you are not on the home page? For example, if you click on an article on the home page, it takes you to the article. The navigation bar appears to work fine if you are on the ‘article page’. It is only the home/landing page that appears not to work.

Simion C.
tagDiv Staff

Hi,

That is how columns are set to display responsively, they will drop one below the other. On mobile they will likely not look properly in such a small space. If absolutely required there could be a way. First set a custom class for the row containing the elements
https://www.screencast.com/t/6yw6ZJkQ
Then based on that custom class manipulate how the columns display on mobile, with a custom code like
https://www.screencast.com/t/DdF0U56x
This is the code used in the example, it will work on rows split in 4 like you are using

.myclass .td-pb-span3 {
width: 25%;
float:left;
}

It should be entered in Theme panel->Advanced CSS in the phones section, if you should consider this a solution.

Thanks

Catalin
tagDiv Staff

Hello mradamrothwell,

Unfortunately, the theme has not been designed to be used with Amazon Advert, sorry! Only Google AdSense code is tested for our theme. You can try using the Amazon Ads but please notice that we cannot say for sure if it will work or not with the theme, sorry! If you want to place the Ad Spots in several places in the theme you should use the do_shortcode method according to the following topic here -> https://forum.tagdiv.com/topic/how-to-add-banner-on-top-of-date-and-socil-media-icon/ Here you can see an example for adding adverts.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

1. That would be the demo header ad, it can be replaced with your own ads in the theme panel ads section
https://www.screencast.com/t/Th0h0Snzd4
Or simply replace the demo image and set the link you want in the demo ad code
https://www.screencast.com/t/ynUvB1yK
More about it here – https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

2. Enter the ad code as provided (like Adsense for example )in the ad section you want. If you do not use Adsense but a different ad implementation, the same applies. If the ad code is valid it will be displayed (in some cases additional steps have to be taken, follow ad provider instructions).

3. The sizes of Big grids are fixed, they will always look the same. There are 10 Full big grids that can be used for full width
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Also blocks have predefined design, however the rows in which they are placed can be stretched and they will adapt
https://www.screencast.com/t/n7MpHTGdFB

4. Regardless of image size used for featured images, the theme will create thumbnails from them. These thumbnails will be loaded, not the full image. Still there are methods to optimize the thumbnails, see point 3 in this guide for example
https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks

Doppler
Participant
#0

Just like the title says.
Is there something I’m overlooking? The home page works fine as well do the category pages.

Example: https://sectorone.eu/teams

avielder
Participant
#0

Hello,

Is it possible to create a video background header that goes behind the menubar as well? Here is a sample of what I mean.

https://www.highsnobiety.com/music/

bogdan
Participant
#0

Smart sidebar not working on my website.
Consider this post for example:
http://www.culturavietii.ro/2018/01/15/sexul-si-problema-drepturilor-omului-de-stephen-baskerville-partea-iii/

I see no faults in my setup but obviously something is stil wrong. Can you please help fixing it?

Thanks a lot,

Catalin
tagDiv Staff

Hello Ducacordero,

You should edit the theme core files in order to make these changes. For example, if you are using the post template style 1 you should edit the loop-single-1.php core file and move the PHP code which writes the Articles bottom ad. -> https://www.screencast.com/t/ZIF09vskG8K

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That could be made in these files, in each of the two locations
https://www.screencast.com/t/fv7V2O0J
https://www.screencast.com/t/5QtNF8NRYcaq
By default the header logo will direct to the homepage. A change like this for example, will change this functionality
https://www.screencast.com/t/l5wFa3dCA3
https://www.screencast.com/t/d6nJ49OVl

Thanks

dragoerny
Participant
#0

Hi.

Is it possible in general and/or on a specific page to change the (column) 2/3,1/3 setup to (example) 3/4 , 1/4. I need the right coloumn to be a bit smaller, and off course the left to be bigger.

Simion C.
tagDiv Staff

Hi,

It would be possible to style a text paragraph as an alert, like in the websites you mention. I inspected the styling used, and used it like this
First set a custom class to the paragraph in question, so the styling does not apply to all the paragraphs in the post content
https://www.screencast.com/t/3Z6gb9uMnNIp
Then apply the styling similar to the one used there
https://www.screencast.com/t/hP2vQcJ7kl
https://www.screencast.com/t/U3KKyvCLrpdE
Colors can be changed according to your liking. Enter that code in Theme panel->Custom CSS section, then all you would have to do is to set the custom class for the paragraphs. The design will apply.
This is the code used in the example

.alert {
margin-bottom: 1.313em;
border: 1px solid #f6dca7;
padding: 0.786em 2.25em 1em 1.15em;
font-size: 14px;
line-height: 1.5;
text-shadow: 0 1px 0 rgba(255,255,255,0.9);
color: #c09853;
background-color: #fcf8e3;
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 2px 3px rgba(0,0,0,0.065);
}

Thanks

Jacco
tagDiv Member

@vlad1984, You sir, are a genious!! Was looking for hours for a solution. This was my last resort and it worked! And thanks to @ouchmyego for the social icons, looks great now 🙂

Example on our website: https://haerlemsbodem.nl/m-h-r-puttmann-exceptionele-schoonheid-ouderdom-haerlemse-vrouwen/

niederense
tagDiv Member

You can do this with a plugin, for example https://wordpress.org/plugins/hide-this/

technobuckets
Participant
#0

Hello,
I am facing issue with a mobile view, in categories, category name appears 2 times.
For example i have menu
gadgets
smartphone
tips

then it shows on mobile menu like this,

gadgets
smartphone
tips
smartphone
tips
gadgets

Currency
Participant
#0

After experiencing the problem myself and searching through the forum I found out that Newspaper only supports the native comment system. But honestly, who uses the native comment system?

Would it be possible for TagDiv to add support for Disqus and Facebook (and perhaps even other systems) so that the comment count is shown properly for them? There are countless of other themes that do support other commenting systems, why not Newspaper?

modocmag
Participant
#0

Hi there,

I am currently trying to replace my PNG header logo to SVG, however, whenever I do it, the logo expands into full size on the browser. Is there a code I can keep it for example 300 by 300 pixels?

Website is http://www.ourculturemag.com – SVG is not currently the main logo

hanakousuke
Participant
#0

How do I hide Facebook buttons?

http://fightersspirits.sakura.ne.jp/001.jpg
http://fightersspirits.sakura.ne.jp/001.jpg

<div class=”td-post-sharing-classic”><iframe frameborder=”0″ src=”http://www.facebook.com/plugins/like.php?href=http://www.fighters-spirits.com/magazine/archives/4360&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21&#8243; style=”border:none; overflow:hidden; width:105px; height:21px; background-color:transparent;”></iframe></div>

kenigmatic
Participant
#0

Google Sitemap by BestWebSoft has messed up theme design & layout.
How do i restore the theme design & remove all changed made by this plugin including the sitemap XML file

Julian
Participant
#0

I am now unable to edit pre-existing pages and page content.

Example of issue...

In the image you can see that I have selected the text box to edit within the backend using the WPBakery Page Builder, and I am unable to make any edits/ see any of the content that is already there and is meant to be there.

I have updated the theme, reinstalled the js_composer.zip plugin files etc. This issue works for all and any of the pieces within the WPBakery Page Builder and our theme/ website.

In light of these issues, I’ve also tried to recreate/ rebuild some of the pages with TD Composer to help mitigate these issues with regards to some edits that need to be made but the TD Composer appears to be having all kinds of issues as well when it comes to functionality.

All of our pages were originally created WITHOUT TD Composer and I understand that you can only use on or the other, and we elected to stick with the WPBakery Page Builder as many of our staff members had been trained on this and how to use it.

Please help.

gulliverarm
Participant
#0

HI on my site awebtoknow.com I want to ask if you can help setting the homepage just like on the demo?

Second thing: when it theme panel – > go to categories – > choose a specific category – set the sidebars – > no sidebar – > it overwrites single post sidebar rules as well. Is this is a bug or that’s how it should be. My goal is to have sidebars on single posts and no sidebars on specific categories.

Thanks.

bettinz
tagDiv Member

Hello, maybe i’ve used the wrong words: for restricted I mean it works only on my website, and for private I mean user can’t share or find on vimeo directory.
In other parts of the site that videos works great: when I create an article of type video, for example, it get the thumbnail and show the video. Only in this widget it doesn’t work. Can you help me to understand why?
Thanks

Catalin
tagDiv Staff

Hello Mariano Jonte,

If you want to make these elements to be more remarkable you should use a bit of CSS code to make these changes. As an example, please use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media (max-width:767px){.td-module-title{
font-size:20px!important;
}
}

The result is here -> https://www.screencast.com/t/2bouHLrW4W

If you want to hide the category tags or meta information from your blocks you should turn off them from Theme panel, from here -> https://www.screencast.com/t/e7i8w39Y -> https://www.screencast.com/t/r1LpiR407

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

The latest articles section will always be displayed on then bottom of the page, after the content of the page. It cannot be moved to a different location.
Consider using the available blocks and grids, for example a block can be named Latest articles, sorted by latest posts and placed on top of the page
https://www.screencast.com/t/9lvLSL90Z1q1
You can paginate blocks like this
https://www.screencast.com/t/cc2zqV2No
So you could create a replica of the Latest articles on top using a block, and deactivate the one on bottom. It can be deactivated by selecting a different page template
https://www.screencast.com/t/AHppPVqCceB

Thanks

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