Search Results for 'amp'

Results from the Forum
Healthills
tagDiv Member

Hi,

Thank you so much, it works! I got one more question:

My Mailchimp form won’t appear on mobile, do you know why?
Here’s the code.

Thanks.

<<!– Begin MailChimp Signup Form –>
<link href=”//cdn-images.mailchimp.com/embedcode/classic-081711.css” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
h1{ position:center;}
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

</style>
<div id=”mc_embed_signup”>
<form action=”//healthills.us11.list-manage.com/subscribe/post?u=ce8bee94e661810bed5419e47&amp;id=81426b9ae7″ method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate>
<div id=”mc_embed_signup_scroll”>
<h1>SING UP FOR HEALTHILLS’S NEWSLETTER</h1>
<div class=”mc-field-group”>
<label for=”mce-EMAIL”>Email Address </label>
<input type=”email” value placeholder=”Email” name=”EMAIL” class=”required email” id=”mce-EMAIL”>
</div>
<div class=”mc-field-group”>
<label for=”mce-FNAME”>First Name </label>
<input type=”text” value placeholder=”First Name” name=”FNAME” class=”required” id=”mce-FNAME”>
</div>
<div id=”mce-responses” class=”clear”>
<div class=”response” id=”mce-error-response” style=”display:none”></div>
<div class=”response” id=”mce-success-response” style=”display:none”></div>
</div> <!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–>
<div style=”position: absolute; left: -5000px;”><input type=”text” name=”b_ce8bee94e661810bed5419e47_81426b9ae7″ tabindex=”-1″ value=””></div>
<div class=”clear”><input type=”submit” value=”Subscribe” name=”subscribe” id=”mc-embedded-subscribe” class=”button”></div>
</div>
</form>
</div>
<script type=’text/javascript’ src=’//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js’></script><script type=’text/javascript’>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]=’EMAIL’;ftypes[0]=’email’;fnames[1]=’FNAME’;ftypes[1]=’text’;}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!–End mc_embed_signup–>
>

Andrei L.
tagDiv Member

Hi

Please provide a link or more details about the theme version that your using. Also provide more details about what type of value is stored in your custom field, for example, a link, an image id etc, and we will try to find a solution at your request.

Thanks!

George
tagDiv Member

Thanks for your reply.

I am having difficulty in identifying the php page I need to edit.

Please could you help me with the name &amp; location in Newspaper folder where i need to place Author shortcode.

Eg: Newspaper/wp-includes/temp.php

barbaut
tagDiv Member

Ok done,

I select in page Template to display a sidebar, but it dont appear ? example : http://www.info-afrique.com/partenaires/

Same problem in all pages, Ok in search and others sections

alexjuniorkev
Participant
#0

Hello,

I have a problem with images failing to render on posts. The problem persists on both mobile devices and computers. The areas with images remain blank, only the image caption shows. On clicking the space where the image is supposed to be, the image loads and only then when you go back will the image load in the article.

When I fetch and render with the “Fetch as Google” tool, the bot can see the images, but the human visitor version does not render the images.

Here’s an example post with image rendering problems.

I have tried to diagnose by disabling almost all plugins and activating one by one to no fix. Kindly help.

Thanks,
Alex.

schindyguy
Participant
#0

Was reading in another thread about using fb comments plugin: https://wordpress.org/plugins/facebook-comments-plugin/

but I’d like to move the location of where the fb comments appear to directly below the article. The plugin allows for the shortcode [fbcomments]

You can also insert the comment box as a shortcode into any post, page or template and use your own settings for each time you do it! Simply use the shortcode [fbcomments]

however when I try to add it to loop-single-5.php for example, it just prints the words [fbcomments] where I want the comments to appear. Do I need to add it to single_template_1.php?

http://screencast.com/t/9uoWD9tIXeP

Is there a better way to directly add fb comments to newspaper? If I generate the code on https://developers.facebook.com/docs/plugins/comments#configurator it gives me the facebook sdk to add to “ideally right after the opening <body> tag.” and then add

<div class="fb-comments" data-href="http://developers.facebook.com/docs/plugins/comments/" data-width="100%" data-numposts="5"></div>

Thanks!

simchris
tagDiv Member

Exactly. I prefer to own my content, which the old FB setup didnt support … But double chevk on that as its been over a year since i went through this exact same conversation for our site revamp when newsmag came out.

jethron5000
Participant
#0

Hi,

would like to check if it’s possible to hide specific categories on the article page?

Here’s a sample:

The key is to hide one of the orange tabs.

Thanks!

debarup
tagDiv Member

Hi Andrei,

Thanks for your quick reply. Yes it was centered by default but suddenly has changed.
Here is my blog url

http://www.topfivebuzz.com

Looking forward to your help.

Thanks &amp; Regards
Debarup

Andrei L.
tagDiv Member

Hi

First the css you provided won’t work because the syntax is not correct, the correct code should be written like this, with . before every class:

@media (max-width: 768px){ .td-pb-span4 .wpb_column .vc_column_container { display: none; } }

Second, I don’t know what widget do you want to hide, so for example if you want to hide this widgetised sidebar: http://screencast.com/t/eXMQ079q the css will look like this:

@media (max-width: 767px){
.wpb_widgetised_column{
display: none;
}
}

I’ve targeted the element’s css class and applied a css property on it. Note that you may need a more specific target, depending by your widget position, like here for example: http://screencast.com/t/kWGoS3gdoVPW

@media (max-width: 767px){
.wpb_widgetised_column .td_block_social_counter{
display: none;
}
}

For more details about css coding you can check this link: http://www.w3schools.com/css/default.asp you will find very useful information there.

Hope this help.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use the default header style(1) the header ad appears above the menu on mobile device. If you add more custom ads bellow the menu, they will show up bellow the menu also on mobile.
Regarding 10 ads in the sidebar, the sidebar was designed to be displayed after the post content on mobile device so the ads will appear after the content(more accurate bellow the comment area). On page depends how you create it, for example if you use 1 row and add blocks there like this – http://screencast.com/t/jQtOPTV2xW The Sidebar will appear on mobile after the last block element from 2/3 column(in my case block10).
You can create your page and check it, just resize the browser window to see how it looks on mobile.

Thanks!

Bogdan B.
tagDiv Staff

Hello sejpost,

You can modify the top menu using custom css. This code changes the minimum height the top menu is going to display, the padding is to align it vertically and font size is font size. (no explanation needed there). You can change these values to your preference, i set them just as an example of how it can be done:

.td-container.td-header-row.td-header-top-menu {
min-height:50px;
padding-top:10px;
font-size: 13px;
}

The result: http://screencast.com/t/XgxOIVMhWkR

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme ad system was designed to work with adsense code, but you cannot add 2 codes in the same spot if this is what you mean.
A solution to have another ad(code) on mobile device will be to paste your code in a custom ad and use do_shortcode function to place it bellow the menu. I don’t know what header style you use, but for example if you use the default template(style 1) you will have to edit header-style-1.php file something like this – http://screencast.com/t/lNgxrndDO If both codes are adsense you can control the them from Theme Panel(disable/enable on specific devices) – http://screencast.com/t/qpivlfocehttp://screencast.com/t/Zm5sI295oJ If one of them is not adsesne you can use those div containers – https://forum.tagdiv.com/header-ad/

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Result: http://screencast.com/t/wRTRcHElUNnhttp://screencast.com/t/c8gXY3uDqc

Thanks!

Andrei L.
tagDiv Member

Hi

To add elements from Visual Composer after pagination you need to edit page-pagebuilder-latest.php file and use do_shortcode function like here: http://screencast.com/t/CrUCFPyG1v3http://screencast.com/t/UIx2rR45k1Mm

<div class="td-container">
    <?php echo do_shortcode('[vc_row][vc_column][td_block_3 limit="6"][/vc_column][/vc_row]'); ?>
</div>

First you have to create your layout in VC then switch in Backend editor, copy the code and paste it inside the function like in the above example.

Let me know how it goes.
Thanks!

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

In our main menu, we have the main category (News) as a navigation link. The subcategories show up when you hover over News. However, we don’t want the word News to link to the news section. We just want people to hover over it or click it to get the sub categories below it.

So, is there a way to disable the link to News in the main navigation and just have it show the dropdown if you hover or click it?

See example:

category image dropdown

debarup
Participant
#0

Hi,
Suddenly I have seen that the Author avatar image is not in center aligned in mobile views. By default it was in center but now it has changes to the left.

Can anyone help me to fix it.
Please find the screenshot

http://imgh.us/chk.jpeg

Thanks & Regards
Debarup

jonnybalfour
Participant
#0

Hi,

I am trying to add a piece of code from an ad network called ‘revcontent’, this code needs to be added to the single.php file, it basically makes 9 ads appear below every article.

But after doing tests its defiantly not a plugin conflict but a theme conflict, its making the site become unresponsive and just freezes eventually.

Do you have any suggestions?

The code is:

<div id=”rcjsload_12ff30″></div>
<script type=”text/javascript”>
(function() {
var rcel = document.createElement(“script”);
rcel.id = ‘rc_’ + Math.floor(Math.random() * 1000);
rcel.type = ‘text/javascript’;
rcel.src = “http://trends.revcontent.com/serve.js.php?w=11240&t=”+rcel.id+”&c=”+(new Date()).getTime()+”&width=”+(window.outerWidth || document.documentElement.clientWidth);
rcel.async = true;
var rcds = document.getElementById(“rcjsload_12ff30”); rcds.appendChild(rcel);
})();
</script>

And my website is: http://thebrizzle.com

Thanks,
Jonny

Maui No Ka Oi Magazine
tagDiv Member

I don’t particularly care what color the button is, as long as it’s bright and visible (not gray or muted color).

What colors ARE supported by the button shortcodes? I need the easiest solution for a non-web person to be able to create a new post and add a color button.

I need this to be very easy…. the whole point of shortcodes is to make it user-friendly, correct? That is what I need.

I did not manually create any custom codes in the past. I simply copied &amp; pasted the working button code from a source code and pasted it into the source code of another post so the button would work. This is not a solution that will work for my company long-term. I require the shortcodes to work as expected.

I hope I’m making sense! I appreciate your guidance.

simchris
tagDiv Member

Google doesn’t accept you based on the originality, importance, or type of content you’re publishing. Nothing to do with the theme.

You might try some of the forums online related to issues with Google AdSense acceptance.

Basically if your site has a lot of “copied” content from other sources, has questionable content topics against their policies, is located in certain countries, has misleading or confusing URL/domain too similar to a brand, if your site is nothing more than YouTube videos, etc., then they don’t feel you should be showing their ads.

In other words:
a) original content
b) images not taken from other sites
c) some youtube videos along with original content; not just parroting videos from elsewhere
d) content which is not too short — meaning, one paragraph does not make a post
e) remove any affiliate, text links, or inserted content which leads elsewhere or is masked, popups, etc.
f) make sure no hate speech, racism, attacks against anything in particular

You need to carefully read all their requirements in depth, see examples, look at other sites in relation to your own, remove copied content taken from other places, copied photos from other sites, avoid lots of video posts with no content other than video, etc.

They are not obligated to let you in their program, so you actually have to have a site they think is useful in some way.

Hope that helped.

This is very common to be rejected due to being a “splog” (spam blog) for example — not saying you have one, but one example.

adriatikxhelo8
Participant
#0

Hello to everyone.

I just installed child theme like 3 days ago.
i have take it from parent theme only these:
1)style.css
2)functions.php
3)comments.php
4)header-style1.php

My web site is: http://www.storypickers.com

I dont’t have any problem or something like that, but i was wondering do i need to take more files
from the parent theme?

For example if i want to modify any code or something to my web site, they tell my to put a code at header.php
But i don’t have a header.php. So, i need to take the header.php and put it at my child theme, or i need to put the code inside to the parent them to header.php???

Waiting for your reply wish to you king regards

Gwen
Participant
#0

Hi,

I am using this plugin https://wordpress.org/plugins/instagram-feed/
to show my instagram feed in one row.

I put that code in the footer section, but I actually want the instagram feed full width and without border above the footer.
Here you can see an example (scroll down): theblondeabroad.com

Your help is much appreciated.
Thanks!

My site: gwenos.com

Andrei L.
tagDiv Member

Hi

1. That is a sprite image loaded by css, more details about the purpose of those images you can find here: http://www.w3schools.com/css/css_image_sprites.asp and here is en example of their functionality with our theme: http://screencast.com/t/ivB2686o

2. Try this custom css in theme panel > custom css to change the review stars color: http://screencast.com/t/JL129IM0jiH

.td-icon-star-empty:before, .td-icon-star:before, .td-icon-star-half:before {
color: yellow;
}

Thanks!

Bogdan B.
tagDiv Staff

Hello Patrick,

Visual composer runs on rows and columns On each row you can have 1, 2 or 3 columns.
Here is a simple example of a 2 column layout: http://screencast.com/t/z4lHCl4QqT. The right one is the sidebar.
You can add elements to it using the plus (+) sign. The result: http://screencast.com/t/J7Q13ceJG
You can read more about how to use visual composer here: https://forum.tagdiv.com/how-to-use-visual-composer/
Regarding Twitter, you can read more about the Tagdiv social counter here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

I hope this helps.
Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is not a list with blocks that support quotes. The code is added in the modules and those are used to create the blocks. Every module(especially modules with big thumbs support it) that has get_quotes_on_blocks() should display quotes – http://screencast.com/t/HO5TlUuifFj and only when is used in 1 column.
For example I use the same block on 2 columns and 1 column – http://screencast.com/t/2HGDAFUzd it looks like this – http://screencast.com/t/yBhKV7BrL3N
I have added this on our list to specify in the docs what blocks support quotes.

Not sure what you mean about the excerpt under the image. We also have blocks/modules without excerpt – http://demo.tagdiv.com/newspaper/block-14/ or you can alter the code – http://screencast.com/t/b9ZjYbEFoeT I suggest to hire a professional developer if you want to modify the blocks/modules as we cannot provide custom work at this time, sorry!

Thanks!

jethron5000
Participant
#0

Hi,

I would like to check if it’s possible to hide the display of a specific tag on the post’s page. For example, I have yahoo as one of the tags but I would like to hide the display of that specific tag named “Yahoo”.

Thanks!Yahoo tag

Viewing 25 results - 35,176 through 35,200 (of 38,683 total)