Search Results for 'amp'

Results from the Forum
Lucian
tagDiv Staff

Hi,

It appears like that because you’ve placed it in the same row as the block along its left side: http://screencast.com/t/EXs2mN8GsaEM therefore it will appear right next to it. You need to place the add and the blocks in the row above to have both in continuing of previous elements, example: http://screencast.com/t/PAiimClzPahttp://screencast.com/t/uvH1ohaO

Thanks

Andrei L.
tagDiv Member

Hi

The code must be added in every file corresponding with the post template used, for example if you’re using post template 5 for a post the file that must be edited it’s: loop-single-5.php.

Thanks!

temporary_saint
tagDiv Member

Thank you for sharing @Pedropapito!

This allows for different ad sizes on different devices – which may be what I’m looking for if I think it through.

Ultimately I’m looking to display an ad in 2 different places – depending on device – so that a 300×250 on the sidebar has better visibility when reformatted for a mobile phone. Here is what I’m thinking (but there may be an easier way than this).

Two ad units, lets call them 300x250_desktop and 300x25_mobile.

300x250_desktop gets placed in the sidebar – it is visible when viewed on tablet / desktop but NOT on mobile.

300x250_mobile is placed Article Inline – it is NOT visible on tablet / desktop but it is visible on mobile.

So effectively only one 300×250 ad unit displays at a time depending on whether it is viewed on desktop or mobile phone.

Can your code example handle this scenario with 2 versions of the same ad size (once again, they can be set up as different ad units)?

Ultimately I’m looking for something like:

If display is mobile, show here (article_inline) else show here (sidebar) … this would be super-simple cause I wouldn’t have to have two ad units – just one that gets executed in different spots depending on the device.

Apologies – I’m probably confusing this too much.

I just wish the theme ad toggle buttons worked for DFP as they do for AdSense because I know exactly how to achieve what I’m going for 😉

charliezed
Participant
#0

Hi,
I have unsuccessfully tried incorporating several style changes (additions) to my child theme. Almost all of them have had no effect. (Only one I had success with is the header height changes).

For example, I have added to sets of styles (one for a photo credit line and some styling to create a reverse ordered list). Both of these worked on a previous theme that I was using, but not on the Newspaper theme.

Link to child theme stylesheet: cholla/style.css

Link to page that I am trying to effect: http://www.charliecholla.com/top-10/youve-quit-caring/

Any idea why? Thanks in advance.

Bogdan B.
tagDiv Staff

Hi,
Every browser has an inspector. Right click on your website and select: Inspect element. There you will see a ‘console’ button. Here is an example for firefox: https://developer.mozilla.org/en/docs/Tools/Web_Console
This console shows you any errors you might have on your site.
Thanks

Andrei L.
tagDiv Member

Hi

Please make sure you added a correct image source, also the html code it’s added properly like in this example:

<div class="td-visible-desktop">
 <a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt=""></a>
</div>
<div class="td-visible-tablet-portrait">
 <a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec468.jpg" alt=""></a>
</div>
<div class="td-visible-phone">
 <a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec320.jpg" alt=""></a>
</div>

Also try this without any plugins active, leave just Visual Composer active, clear all caches and test again.

Thanks!

  • This reply was modified 10 years by Andrei L..
Lucian
tagDiv Staff

Hi,

For custom layouts and changes to theme’s grid you would need to redesigned the layout and for that you would need css code.

The I have made an example of how you could use VC’s page builder and theme’s ad spots on posts pages to get a similar result of what you need: http://screencast.com/t/40zun70amhttp://screencast.com/t/4pZOXohkZ3mhttp://screencast.com/t/ZUpRqfvIhttp://screencast.com/t/I0Ib2ne2E

Try it yourself but note I haven’t tested it, it’s just an example.

Thanks for the message!

g10ktk
Participant
#0

Hi there,
Why I can’t update Revolution Slider to version 5 from 4.6.93? Also, I can’t see any preloaded examples in the current plugin? RevSlider team suggested to talk to Theme team. Please suggest.
Can you send me some zip file of examples, if any?

Please respond asap.

Thanks.

habhajansingh
Participant
#0

Hello,

I would like to add more categories in main area in frontpage of my website. Currently it is setup to “Latest Posts” and I want to add more categories in. Example 4 posts from category1 in block1, then category2 in block2 and so on. Exactly like on the preview site : http://themeforest.net/item/newspaper/full_screen_preview/5489609

My site now looks like this : http://asiasamachar.com

Thank you,
Habhajan

kushpvo
Participant
#0

While posting as a smart list, the title of the list get shortened while viewing in mobile.
Example

Bogdan B.
tagDiv Staff

Hello gomerblog,

The social icons were set to have a transparent background, so they will inherit the footer background. There is no option from the panel to change their color but you can use a custom css to do it:

.td-social-style-2 .td-icon-font {
background-color: red;
}

I set it to red as an example. You can set a different one if you like.

Thank you.

steventsakanikas
Participant
#0

Hello,

Amazing theme first of all. I was wondering why the title is not showing up on my Big Grid 3 as seen here-> http://screencast.com/t/W1Xet1Mp23UB I’ve searched for hours to find a solution but can’t seem to solve the problem.

Also, I can’t find out how to get ‘smart tabs’ as seen in this video-> http://screencast.com/t/rituAoir Let me know how to do it when you guys get a chance, thanks so much.

Andrei L.
tagDiv Member

Hi

To hide the ads from multiple post you need to add is_single(ID) for each post like here:
if (is_single(134) || is_single(135) || is_single(136))

You need to modify every file corresponding with the post template used, for example for post template 4 the file that needs to be modified it’s loop-single-4.php

When you update the theme the old file are overwritten by the new theme’s files, except the one from child theme, so if you want to keep your changes a solution would be to move the modified file in child theme: https://forum.tagdiv.com/child-theme-support/

Thanks!

  • This reply was modified 10 years by Andrei L..
sejpost
Participant
#0

My developer is working on my Newspaper theme site and said the theme does not support “Image Post Format” type. Does it?

See the options on the ‘add a post page’.
Example of not supporting image post format.

mparadis
Participant
#0

Is there a way to show an Instagram feed along the bottom of my site?
For example, horizontal along the footer?

Thanks!

pandian
tagDiv Member

Dear Bogdan,

i found the culprit it was a speed booster plugin. Could you please tell where exactly i can get the sitemap for our site whizzed.com.

thanks a bunch for your time &amp; help..

Cheers,
Pandian

krlewis
tagDiv Member

Thanks for the response:

Let me explain a bit better. The titles on the posts that are created link to the internal post on my site. I want to have them be the original url of the post. For example if you go to punchme.beerpoint.us – i used visual composer advanced grid without issues to create posts with read more that link to the original post on an external site.

When you look at the content blocks below that section and the main reason i bought this template – the posts go to the internal site post and not link to the external URL.

shae101s
Participant
#0

Hey all, wondering if in the future there will be some tutorials on customizing your themes like the folks at YouBeauty have done. http://youbeauty.com

Also, how do we get the posts to have a layout like seen here: http://www.youbeauty.com/life/self-control-under-pressure/ where the author and share buttons at top float in one area, the related posts have that layout? Any tutorials or tips on how to achieve something like that?

Also for each category page, how would we put custom images at the top (see their example)? Would we have to build a page for ourselves so it act as the category archive then place the image there and use posts grid?

Overall, I really love the way YouBeauty has customized the NewsPaper theme, but wondering if there is anyone here that can offer tutorials or insights on anything similar.

tissandier
Participant
#0

Hi, I can’t see a forum for the Magazin theme so I hope this is the right spot for this question.

I’m trying to recreate the layout of the “popular posts” block at the top of this page:
http://demo.tagdiv.com/magazinly/homepage-3/

I think it’s a “block 2” VC element, but when I use it I get three columns instead of two:
http://specfinish.campbellmarsh.co.uk/

(the td_block2 block on the demo page uses two span6 columns, but the one on my page uses three span4 columns)

How can I switch it to two columns?

Bonus question: how do I enable the little “Home” icon on the left side of the nav menu which is visible on the demo?

Many thanks 🙂

AWAY FROM LIFE
tagDiv Member

Hello,

am I right if when I make my pages/posts with visual composer elements than there will be now breadcrumbs on the post/page and title on the page?

For example I create this post with the visual composer but the breadcrumbs are shown:
http://awayfromlife.com/staebruch-fest-2015/
(but the page load very slow and the images are sometimes not shown when I open the posting?

Here an example for a visual composer created page with no breadcrumbs and sidebar:
http://awayfromlife.com/info/faqs/

Thank you!

Andrei L.
tagDiv Member

Hi

I am not sure what you mean but if you’re referring at theme’s login widget there is no option to change it’s colors, but you can use custom css and target the the sepcific id/class for the part you want to change like in this example: http://screencast.com/t/iNVNDfZrXWi

#login-form{
background-color: red;
}

Here are some useful information about css: http://www.w3schools.com/css/default.asp

Let me know how it goes and provide more details if you need additional assistance on this.

Thanks!

Bogdan B.
tagDiv Staff

Hi,

It actually depends on the big grid used. For example big grid 7 uses module mx12 with the author and date visible but mx6’s author and date hidden: http://demo.tagdiv.com/newspaper/big-grid-7/
It is a simple CSS code applied to hide them. you can override this code with custom CSS for example in big grid 8 which you mentioned:

.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
display: block!important;
}

Thank you.

  • This reply was modified 10 years by Bogdan B..
Lucian
tagDiv Staff

Hi,

Not sure what you mean, please provide more details on this and your site’s URL with an example, a screenshot would also help.

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately, there is no easy way to do this. The simplest way is by using custom CSS by targeting the specific class used by the containers in the specific post. For example: for post template 3 if you use this code it will make the container smaller and bring up the content.

.td-post-template-3 .td-post-header-holder {
max-height: 340px;
}

before: http://screencast.com/t/PzEoJAk8 after: http://screencast.com/t/fA1JNph68z
(You can change that height to your liking).
Different post templates use different containers and you cannot apply a code to all templates. You have to identify the containers on each post template and modify their height.
If you do not manage, we recommend hiring a freelancer to do it for you.
I hope this points you in the right direction.

Thank you.

g10ktk
tagDiv Member

Check the following links:
https://10keythings.com/make-your-daily-meal-like-a-chef/ (See space between #5 and #6 – if I reduce the space by 1 line, the space reduces to 0)

https://10keythings.com/10-reasons-to-revamp-your-website/ (See space between #4 and #5)

I tried one thing that, I used “&amp; nbsp ;” then the space reduces to 1 line, but then the spacing issues shifts to next 2 paragraphs, and so on so forth.

This problem could be currently be made hidden, if I use images between those paragraphs. Unfortunately, this is not the right solution. For example,
https://10keythings.com/changing-your-food-pattern-in-old-age/

  • This reply was modified 10 years by g10ktk.
Viewing 25 results - 35,301 through 35,325 (of 38,683 total)