Search Results for 'amp'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

It can be done with customization if you are confortable editing the post template.
You will have to copy over the meta information from another post template like the default post template for example and remove the meta from post style 7.
You would remove this part of the post style 7 code : https://www.screencast.com/t/6JUDasuXaDa0
And then copy over the header part from the default post template: https://www.screencast.com/t/tQJkHje7 and paste it into the post style 7 loo-single-7.php file: https://www.screencast.com/t/4cpnEBMQTkiX
It could need a bit of css for the white color:
.td-post-template-7 .td-post-title .td-post-author-name, .td-post-template-7 .td-post-title .td-post-author-name a, .td-post-template-7 .td-post-title .td-post-date, .td-post-template-7 .td-post-title .td-post-comments a, .td-post-template-7 .td-post-title .td-post-views{
color:black;
}

I hope this helps.
Thanks.

Catalin
tagDiv Staff

Hello ImSoCute,

The block 16 uses more modules, depends on where exactly this block is used. If the block is used on sidebar, for example, is used the module_6 which do not have an excerpt and for the other sizes, is used the module mx_7 which has the Excerpt option and which can be found here -> https://www.screencast.com/t/o7DoOo3Tv
Pay attention with our modules/blocks.

Thanks for your understanding!

Alex
Participant
#0

Salut,

Întâmpin o problemă cu Post Template Style 7 în Safari și Chrome (macOS 10.12.4 / OS X 10.10 Yosemite). În articole precum acesta scrisul din primele paragrafe apare unul peste celălalt, iar în rest se suprapune peste sidebar, fiind imposibil de citit (https://www.screencast.com/t/YodXHnySMuwC ). Ce pot face ca să folosesc și acest stil de articol?

În plus, întâmpin de mai multă vreme o problemă cu forumul bbpress, unde se deschid toate paginile cu excepția paginilor categoriilor (exemplu)… Am încercat „trucul” cu salvarea Permalink-urilor, dar fără succes. De asemenea, am întrebat și pe forumul bbpress, dar nu au reușit să-mi dea un indiciu. Aveți idee de la ce ar putea apărea problema sau cum s-ar putea rezolva?

Mulțumesc anticipat!

Catalin
tagDiv Staff

Hello Regina,

This is the post template style 6 and the background image is the featured image which can be easily added from post editor, like this -> https://www.screencast.com/t/LYKpu77D6wR This style of this post template will take the featured image which you have setup for your post and this will be displayed in full width like as in your example website.

Thanks for your understanding!

designer
Participant
#0

Hello, I’ve created forms to build my homepage. The td_module file works however if I get get_the_date or get_the_author can not read the date or author of the single post, it reads the date and author of the page.

Please provide an example of the code:

This works:
<Div class = “category_modulo77”>
<? Php echo $ this-> get_category ();?>
</ Div>

This does not work:

<Div class = “data_modulo77”>
<? Php echo get_the_date ($ post); ?>
</ Div>

Because? Do you help me? I have to see the date and author of the single post and not the date of the page where the post is.

Thank you

Catalin
tagDiv Staff

Hello agenciatrampo,

I have checked your website on Google Insights and I saw that your website is not optimized, as you can see here -> https://www.screencast.com/t/5BMtDauA26GA Your images should have to be reduced because the size of these are too big and that’s why it takes a while until the website to be prepared. Try to follow all the useful steps which are presented in our above tutorial and fix this problem if you want to bring best theme results. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide this type of optimization services at the moment, sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

There is no option to add blocks in the post content. However, you can try to use a do_shortcode to insert it
– https://www.screencast.com/t/MvdKju9Y58
You must edit the corresponding file to the post template that you are using. For example post template 2, you need to edit loop-single-2.php and insert the block you want in the post structure (below the related article section if that is what you want). Please note that this may not work properly, and cause unexpected results since blocks were not meant to be used in posts. You can try this solution and see if you can manage this, maybe with additional modifications.
This is the code used in the example

<?php echo do_shortcode ('[td_block_1]'); ?>

Thanks

itmehedi
Participant
#0

1) There should be author link disable option.(Below the post title).

2) In the “SHOW AUTHOR BOX” there should be an option to disable author link(Image + Name link) too. This page will be looked like this: website.com/author/admin . But, If we think about SEO purpose then this page haven’t any value. (So, there should be an option to disable author image + name linking).

3) This is the big issue and I guess all SEO guys/bloggers will appreciate this. You should add “Last Updated” option there. It will replace the original posting date to “Last Updated” date. This will tell google that post update recently and which may create positive impact on google ranking. Or when google searcher will see recent post update date they will visit more that post.

You can check above 3 example here: 10beasts.com/best-wireless-routers/

I hope, newspaper team will think about those simple update.

modaestrat
tagDiv Member

Example is here:

https://goo.gl/09MS34

Would like to hide author box and next previous from all within “events” category as well as code for within select individual posts.

dr_vibe
tagDiv Member

Hello,

I would like to thank you for your email.

I have another question. I am in the process of building my homepage. Please click on http://blog.thedrvibeshow.com/?page_id=65917&preview=true to view a preview of my homepage. For some reason, the images for each post are missing. But, if you click on a post title on the homepage, it will take you to the post and the image is visible. If there a solution for the images for each post not showing up on the homepage.

I look forward to your response at your earliest convenience.

Sincerely,

Dr. Vibe

sasquatters
tagDiv Member

Our website is http://www.sasquatters.com

I would like our side bar (I previously said scroll bar by mistake) to scroll along with the page content like the themes examples:

https://demo.tagdiv.com/newspaper_health/
https://demo.tagdiv.com/newspaper_blog_health/

Thank you.

chart
Participant
#0

Hi,
I’m having an issue with the buttons on my header-banner using Slider revolution.
I ‘m not sure if the problem is the theme update, but the Slider Revolution Buttons (with Action=onclick simple link) don’t work now
I have the test environment here (where it doesn’t work no more):
http://zeesl.com/demo/royaldelux/
(theme version 7.8.1 – slider revolution version 5.4.1)

And a copy before updating for paralel testing (working OK):
http://zeesl.com/demo/royaldelux-test2
(theme version 7.7.1 – slider revolution version 5.4.1)

Any ideas?

Tried to export slider from 2nd website & import it on 1st website, but no luck.

Please help.

WakeUpCallProject
Participant
#0

Hi,

I have gone to the theme panel settings here:

View post on imgur.com

and changed fonts size but it doesn’t change it in the categories:

View post on imgur.com

Here is an example of a category where this is happening:
https://smallcaps.com.au/biotech/

As you can see under the heading “BIOTECH” and above the description of the category the two tags shown have very small font which I want to increase.

How can I increase the font size of this?

Thanks

Lavesh
Participant
#0

In social counter plugin I put facebook id and all ..but it is showing 0 fans but linking to correct fb page. I have total 3k likes.
https://www.facebook.com/photo.php?fbid=1912046839079234&set=p.1912046839079234&type=3

rsemko
tagDiv Member

Thank you – very helpful.

One more question, Facebook and Twitter Like buttons overlap and I cannot see number of Facebook likes (only the first digit).
How can I add more space between Like Facebook and Like Twitter or, alternatively, how can I remove only Like Twitter so that whole number of Facebook likes become completely visible?

Page example http://www.upa-pereginsk.if.ua/?p=1684

Thank you!

Dirk Micheal
Participant
#0

Hello TagDiv Team,

How is it possible to create new full width template without even header & footer and integrated with visual composer? reason i ask you is i need to create full width page using Visual Composer with One Page Navigator like this link http://beeteam368.com/wordpress/smart-one-page-parallax-selection/
I would like to get help about this Creating full width Template.

Alin [tagDiv]
tagDiv Staff

Hi,

If you use default post style for example, the article top ad appears just above it – https://www.screencast.com/t/TXp3l1FU
If you want to place a custom ad just bellow to a specific image from your post content, you will need to please the shortcode manually in html text editor – https://www.screencast.com/t/WfPSFImmB1t

[td_block_ad_box spot_id="custom_ad_1" tdc_css=""]

Thanks!

Simion C.
tagDiv Staff

Hi,


@angellkarina
You just have to enter the code as instructed in the topic provided above. Please follow the example and enter the code in the theme functions.php file, by using a text editor. Try clearing any caching installed if after entering the code, the feature is not working as intended.

Thanks

Bogdan B.
tagDiv Staff

Hi,

Try to target the container above that one: .td-banner-wrap-full
Here is an example:

.td-banner-wrap-full{
background-color:transparent!important;
}

Thank you!

Simion C.
tagDiv Staff

Hi,

The URL for the block should direct to the address you want if the link is valid. If you want to direct the block title to the category page enter the address of the category
– https://www.screencast.com/t/JXLtuaIFT8S
– https://www.screencast.com/t/pP7txumnYzU
The current link you entered is not valid from what I can tell
– https://www.screencast.com/t/TqFpOBGpv – https://www.screencast.com/t/4fiXSOCttsk
Try creating a test page and enter a test address to see if it directs as intended, like google.com for example.
If this is not working, maybe there is a plugin or custom code that is affecting this. You could try to disable all your plugins except Visual composer, as a test and see if it works properly.

Thanks

Valen
Participant
#0

Hi, having an issue with all my pages besides the home page not showing any content at all.

Heres an example – http://www.gamersgreed.com/submit-content/

On PC it shows the content and contact form but on mobile, it only shows the title.

Simion C.
tagDiv Staff

Hi,

The social counter issue with the token not being generated was fixed. Please download the latest theme package and update the plugins provided accordingly. Then try and configure the social counter again, using this guide
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Before you begin, it is very important that you clear your browser cache. Example for chrome –
– https://www.screencast.com/t/f9Q66lPx1fY
After successfully setting up the social counter, clear any caching installed if you are using it. Please note that there could also be some delay for the data to refresh.

Thanks

Catalin
tagDiv Staff

Hello Pete,

There seems to be an issue with the access token in the current version of the social counter.
Please download this version: http://cdn.tagdiv.com/wp-content/uploads/2017/03/td-social-counter.zip
And very important: clear all your caching including the browser cache. Example for chrome: https://www.screencast.com/t/f9Q66lPx1fY
Now the access token should work as before.

Hope this helps and let us know how it goes!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

In order to change the related articles and comment position you will have to alter the theme files. Each post template has it’s own files so the modification must be made for each post style in particular.
Each post style has 2 files corresponding to it: https://www.screencast.com/t/Zvurr1hrLK
In order to move the comments you will have to move the code from the single-tempalte files into the loop-single files and place the copde above the related articles code.
Here is an example for the default post template:
https://www.screencast.com/t/V4DFlFAWoiiv
https://www.screencast.com/t/0bJcQkBtVF

Thanks.

Simion C.
tagDiv Staff

Hi,

You can use the Advanced Css fields available in the theme panel – https://www.screencast.com/t/ltTmlleFr
There you could enter your custom code based on the different device selection. For example if you would like to change the block title font size on phones, you could do it like this
– https://www.screencast.com/t/SbPpRNqBH
You can identify the text or element you want to customize using the browser inspector
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Then you can create custom code and enter it in the theme panel, in order to make these modifications.

Thanks

Viewing 25 results - 28,976 through 29,000 (of 38,683 total)