Search Results for 'amp'

Results from the Forum
debarup
Participant
#0

Hi, whenever I am going to share new post with featured image in Facebook page or profile timeline, its not fetching the big featured image, its showing like the following screeshot

tb

Significantly after this 6th May posting its not showing full width featured image in Facebook.
Google plus is showing fine.

Please help.

Thanks & Regards
Debarup

guddie1
tagDiv Member

Thanks Marius.

You did a great job & thanks for the reply. Will see what templates I can find!

Lucian
tagDiv Staff

Hi,

As you can see our demo site also has this markup errors when checked with the validator: http://validator.w3.org/check?uri=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2F&charset=%28detect+automatically%29&doctype=HTML5&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices

The most common error as style inside div error appear but we use them on our blocks and we couldn’t find no alternative for that, you should ignore them, they are not important.
Other, like the “alt” attribute that was pointed here as missing, it’s present but it’s just not added in the alt filed when the image was added which makes the validator to give this errors.

The frameborder and marginwidth and several more come from your ad banners: http://screencast.com/t/aSYDsEXSJ

This http://screencast.com/t/U6gONuoGqY is caused by this: http://screencast.com/t/rhhV8p7UXp3k

The ampersand error also comes from your ad script path. This footer widget also causes some errors: http://screencast.com/t/vaOObPJO5http://screencast.com/t/0vKzgPVqO

Other errors like the link error is not quite relevant. The information in the error message is outdated, anyway. Error messages are apparently not updated as fast as the basic functionality of the validator.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

1. The images are cropped for different sizes to be used on modules and you have this issue because of image aspect ratio. You can change the height size so the aspect ratio of the image to be closer to the aspect ratio of the picture – http://screencast.com/t/Uor66sP8FL0 but unfortunately there isn’t an ideal image size so it can look good on all thumbs, also depends which blocks/modules that you use for aspect ratio and you have to do some tests and see what aspect ratio to use.
You can find out more about cropping here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/https://codex.wordpress.org/Function_Reference/add_image_size

2. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pxATV4cS

.td-g-rec-id-header .adsbygoogle {
top: 5px;
}
.td-logo-rec-wrap {
min-height: 100px;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can set excerpt length for modules/blocks from Theme Panel > Excerpts for example Block 1 use module 2 and module 3(only module 2 has content) – http://screencast.com/t/em4OoFsby0whttp://screencast.com/t/S5xDNcEi
Also you can use some blocks without excerpt: http://demo.tagdiv.com/newspaper/block-3/http://demo.tagdiv.com/newspaper/block-4-2/
You also can hide excerpt only for your homepage using custom css in Theme Panel > Custom Css: http://screencast.com/t/jr8amIOPeGH

.home .td-post-text-excerpt{
display: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

To can display a custom add in attachment pages just use the do_shortcode function where you want to display it for example: http://screencast.com/t/QqfqBgr3fcN6http://screencast.com/t/iecdnat7YI

Thanks!

allthingswestcoast
tagDiv Member

Oh, one more thing. We have about 5 custom fields we add to every review that includes venue, directors, actors, etc.

One example custom field is called ‘review-where’.

How do I push that field to the review module, right below ‘SUMMARY’ section?

My current code is:

<?php if((get_post_meta(get_the_ID(),”review-where”,true))) { ?>
<?php echo get_post_meta(get_the_ID(), “review-where”, true); ?><?php } ?>

Thanks again, I’m absolutely blown away by you guys!

freekancemarketer
Participant
#0

Hello,

uppercase cant be used with greek language because of accents. Uppercase in Greek must be without accents .
For example you get something like: ΚΕΦΑΛΑΊΑ ΓΡΆΜΜΑΤΑ ΜΕ ΤΌΝΟΥΣ
When the correct is: ΚΕΦΑΛΑΙΑ ΓΡΑΜΜΑΤΑ ΜΕ ΤΟΝΟΥΣ
That happened in blog category pages – titles FEATURED http://fashionview.gr/category/fashion/

So how is it possible to make it lowercase or without accents

thank you!

dwcp
Participant
#0

I have been using the Youtube video playlist without issues until Youtube updated their API recently (my guess), please see link below:

https://support.google.com/youtube/answer/6098135?p=yt_devicesupport&hl=en-GB&rd=1

While the video still plays when clicking on the list, each video’s info reads http://youtube.com/devicesupport when it should be the title of my video.

My newspaper theme version is 4.6.1.

Urgent help needed, thank you.

David
tagDiv Member

One last question, how should this code
$adcounter++;
if (is_category() &amp;&amp; ($adcounter == 1)) {
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
}

look if I would like to use it for the loop-attachment.php, in order to get ad on attachment pages?
Thanks, Loano

theankhlife
Participant
#0

I need help with setting up a tab style with css like this here. something like this http://deco-pbtz.blogspot.com/2013/11/sample-post-with-links-paragraphs-and.html

we just want wordpress and facebook comment for now, please help..

herveo
Participant
#0

Hello,
I apologize for my english.
Using Big slide block parameters (BSB)…
I want to see all posts featured in any categories

in the BSB parameters I choose :
– all categories
– sort order = featured

in my posts list i have 8 posts featured

BUT
the BSB render last posts for any categories instead of only the featured posts in any categories.

remark : i may create a “Featured” category and select this new “Featured” category in the BSB category filter but i do not want to create such “Featured” category.
for example, a post in “Tourism” category is featured -> this post appears only in “Tourism” category and shall appear in the BSB with featured order param (does not work) .
If i use a “Featured” Category this post will appear in both “Featured” and “Tourism” categories, breaking the organisation of my blog/cms. “Featured” Category is not a useful category for my me, it’s just a category for functional purpose, i do not want.

Thanks in advance
cordially

miknik
Participant
#0

Hello i have check my website into validatorW3 but have many error, is possibile to fix it?

http://validator.w3.org/check?uri=mobiletoday.it&charset=%28detect+automatically%29&doctype=Inline&group=0

thanks 🙂

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if this is what you want to do, theme doesn’t have an option to filter articles on the Big grid from category page. You will need custom modifications to the code, so you can try something like this if you like: http://screencast.com/t/a2FIWfLUU

$cat_id = td_global::$current_category_obj->cat_ID . ",1";

'category_ids' => $cat_id,

Result: http://screencast.com/t/oIF365FkYOO

You can change it with your category id(,1 – is an example) that you want to display on Big Grid in categories page. This will be applied on all category pages.

Thanks!

creseo
Participant
#0

Hi,

First congratulation on a truly premium theme.

I tested few plugins and websites for broken links and to be honest Broken Links Checker works the best. But I have a problem with Newsmag theme as it do not recognise video embeded as featured video. It recognises only embedded videos into the posts.

Broken Links Checker has a field:

Enter the names of custom fields you want to check (one per line). If a field contains HTML code, prefix its name with html:. For example, html:field_name.

How could I make the Newsmag Theme featured video to work with Broken Link Checker?

Help in that matter would be much appreciated.

Alin [tagDiv]
tagDiv Staff

Hi,

It should work for all templates (also in default template) please make sure that you haven’t set default post template for site wide – http://screencast.com/t/CS7xR8Wi If have changed there for example to style 1 then that style will be default template when you set from backend of the post – http://screencast.com/t/wkKzrcafZpr

Thanks!

tedson
Participant
#0

How to limit the big grid of the category page to let Featured tagged posts?

Example:

Do not display post in the grid: Games Category
View post in the grid: Games Category + Featured Category

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have this option, you can do this only with custom modifications to the code.
I have used(use) the latest version of the theme 4.6.3 also for above solution – http://screencast.com/t/GQ3AaAbEsW9
Paste your code in custom ad that you use in Theme Panel and control the width/height if you use an adsense code: http://screencast.com/t/vmwKi8FdZ if you use non adsense banners you have to control width/height like in our example for images – https://forum.tagdiv.com/ads/
You should have this result without any css code: http://screencast.com/t/EXswSqw927

I suggest to hire a developer if you don’t know how to do it as we cannot provide any custom work for the moment, we can make only some suggestions. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use an image and replace default menu icon for mobile: http://screencast.com/t/QPZFbFjwmxb
For example – http://screencast.com/t/e6pKQz2q
<img src="link">
You have to adjust with some css code and you should have this result: http://screencast.com/t/azeA7XzuLwa

#td-top-mobile-toggle img {
width: 30px;
height: 30px
}

Thanks!

anhbloginc
Participant
#0

Hi,

I would like to disable main menu in post and page page. How can I do that ? My mean is just disable main menu in those page, all other pages still have main menu as normal.

simchris
tagDiv Member

Not sure what all this stuff is …

Disallow: /*.css$

GOOGLE REF:
https://support.google.com/webmasters/answer/6062608?hl=en&rd=1

simchris
tagDiv Member

Looks like added by hosting setup automatically … which is the thing I was talking about … looks like some of that other stuff added by your SEO plugin, and or advertising module(s) ?

If you didn’t add that stuff, might be good to look at who did and/or removing it unless you know *why* it’s there.

example — this could all be removed:

# remova os diretorios

Disallow: /tag/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /trackback/
Disallow: /feed/
Disallow: /tags/
Disallow: /category/
Disallow: /author/

simchris
tagDiv Member

Okay, this does work.

I opened up single_template_2.php
and on/about line 30

added the time as so:

<?php echo $td_mod_single->get_date(false);?> <?php echo get_the_time(); ?> 

Works perfectly.

Output on the post as (example):

By Terry Windall - May 5, 2015 12:47:18 -0400 EDT

Liww
Participant
#0

Hi,

Here is my problem during the insertion of it code* in widget html, here is the result:

Heberger image

While normally:

Heberger image

*this code :
<iframe scrolling=”no” src=”http://www.dailymotion.com/badge/user/Breakforbuzz?type=carousel&#8221; frameborder=”0″ height=”360px” width=”300px”></iframe><div style=”font-family: Arial, Helvetica, Clean, sans-serif; font-size: 11px; color: #555; width: 300px; text-align: right;”>Breakforbuzz sur </div>

Thx for your help

thirdharbor
tagDiv Member

Hi,

Sorry for the confusion. Here’s another example: http://shughaldev.wpengine.com/20437-2/

I’ve tried adjusting the margin and padding down to zero, I’ve tried removing the top border from things, and nothing seems to be working.

I’m not sure why some of the blocks are able to go full width as a single element, while others in a two-column are not. I’ve also checked to make sure that I don’t have rows-inside-rows.

So far the only way I am able to use a sidebar is on the latest articles template.

Viewing 25 results - 36,326 through 36,350 (of 38,683 total)