Search Results for 'amp'

Results from the Forum
Loiborg
Participant
#0

I’d love a feature that allows sponsored content/advertorials to blend with the regular content while it is still very clear to the reader that it is indeed sponsored content. The feature request would be suitable for both Newspaper and Newsmag (which are both great themes).

The feature could include:

  • One or several areas of the content page shows that it is sponsored content (example from The Atlantic and another from The New York Times)
  • A visual difference when viewed in a content feed (example from Buzzfeed)
  • A custom field for the content which contains an image/logo (for the sponsor), a description and a link.
  • Content feed priority: A set priority area within the content feed. Alternatively it could work as a content box in the visual plugin.
  • Visibility timer: A setting which automatically unpublishes content after a set amount of time
tousifra1
tagDiv Member

Thanks @TheMediumUTM & @Alin . Now it’s working fine.

  • This reply was modified 11 years by tousifra1.
nikyneg
tagDiv Member

Thank you very much for your answer.

Two more questions : I’ve got this message about Revolution Slider :Hi! Would you like to activate your version of Revolution Slider to receive automatic updates & get premium support? This is optional and not needed if the slider came bundled with a theme.”

Do i have to purchase it to do the Update?

And at last : i made a mistake by deleting the td speed booster, i can’t manage to install it again. Could you help me please.

Thank you very much for your help

Best regards
Nikyneg

  • This reply was modified 11 years by nikyneg.
rk
tagDiv Member

Hey, I contacted the author of FeedWordPress yesterday, too. He replied and his solution worked. I post it here for anyone who experiences the same problem:

Hi Rolf!

Thank you for getting in touch. I’m sorry to hear this has been a problem for you. I think that it should be easy to solve; at least, here’s something to try. Let me know if it works for you.

By default, FeedWordPress deliberately tries to protect syndicated posts from being altered by the formatting filters that are applied to locally-authored posts (I’m not positive this is the best default policy; but there are reasons in favor of it and reasons against). In any case, though, this behavior can be turned off by flipping a single setting in the FeedWordPress admin interface.

Here’s how. Log in to your WordPress Dashboard, and then go to FeedWordPress’s Posts & Links settings (Syndication > Posts & Links in the navigation bar on the right hand side of the WordPress admin interface). This should bring up a settings page with a number of panels of settings that control how syndicated posts appear on your website.

Next, scroll down through these settings until you find a panel labeled Formatting. The first setting on this panel should be called Formatting Filters. By default, unless you have altered this setting, it should read “Protect syndicated posts from formatting filters” in the drop-down menu. What you’ll want to do is to pull down the drop-down, and change this setting to “Expose syndicated posts to formatting filters”.

When you are done, scroll down to the bottom to find the blue Save Changes button. Mash that button, clear any page caches or browser caches you may need to clear to make sure you are looking at a fresh copy, and take a look at your website again to see if VC codes are now being applied to syndicated posts.

Note that if you are adding VC codes to syndicated posts by editing them in the WordPress post editor, that when you save changes to a syndicated post you will also need to click the checkbox in the post editor reading “Manual editing,” in order to ensure that the changes that you make won’t be overwritten by FeedWordPress during a later update.

Hope this all helps. Let me know if you have any questions, and let me know how this works for you.

Cheers,
-C

Alin [tagDiv]
tagDiv Staff

Hi,

Do you have a problem with thumbnails or you really want to change the slider’s height?
If you thumbs are not fit in the slider’s container, please regenerate your thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/
If you want to increase height, you have to change the thumb size in td_config.php file, these are the thumbs used by IOS Slider – http://screencast.com/t/WUpPywQqaD you will have to create a similar thumb with your specific size and use it in the slider module – http://screencast.com/t/0270faxp5e Also you need a custom css in Theme Panel > Custom Css to increase the container’s height – http://screencast.com/t/tCrX4C2l Don’t forget to regenerate thumbnails if make some changea in td_config.php file – https://forum.tagdiv.com/using-the-theme-with-existing-content/

.iosSlider-col-2 .td_module_slide, .td_block_slide .iosSlider-col-2 {
height: 500px !important;
}

I provided an example for 2 columns slider, if you don’t have basic experience I suggest to hire someone to do this for you, unfortunately we cannot provide any type of custom work at this time, sorry!

Thanks!

Thomas
Participant
#0

Hello

When you are on a search page or first level categorie :
http://themeforest.net/item/newspaper/full_screen_preview/5489609
http://themeforest.net/item/newspaper/full_screen_preview/5489609

there is no way to know what is the article you will choose to read.

Idem on the AJAX search at the top right of the page.

When you have have a lot of categories and pages like for example cliassified ads or events, it is important to know what you are looking at.

It would be nice to implement this feature in the next update.

Regards

Andrei L.
tagDiv Member

Hi

Check this topic regarding the ads in smart list post: https://forum.tagdiv.com/topic/inline-content-ads-are-not-showing-in-smart-list-format/
Unfortunately you can’t use this ad size if you’re using sidebar, in our demo that image it’s just an example and it’s resided to 640px width (post contend width using sidebar)

Thanks!

Thanks!

Andrei L.
tagDiv Member

Hi

Try this custom css to remove the zoom effect on hover:

.td_block_big_grid .entry-thumb {
transform: none!important;
-webkit-transform: none!important;
-moz-transform: none!important;
}

This code will remove the zoom for big grid 1, in case you’re using another grid just replace the grid class with the corresponding for the one you use, for example for big grid 3 the class is: .td_block_big_grid_3

Thanks!

Lucian
tagDiv Staff

Hi,

Unfortunately, there’s no ideal size, if you want to display something to the left and right of the content area like for example – http://demo.tagdiv.com/newsmag_fashion/td-post-taylor-swifts-stylish-separates-in-germany-shop-them-here/ you have to take in account the content area width – http://screencast.com/t/gUzSJbQW9I and create a background image based on that – http://demo.tagdiv.com/newsmag_fashion/wp-content/uploads/2014/09/fashion-bg.jpg and use it like this: http://screencast.com/t/ZbPvjtikphb

For best graphic results you could use a full hd image (1920x1080px), make sure you compress it, you don’t want a large file, it will slow page loading speed.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can try a css like this one: http://screencast.com/t/1o5sHDSpK but I suggest you add some specific classes for the text column you use to add pages then use it to target just that specific page on mobile screens and style them like I did in my example using the @media block.

You have below the css code I’ve used you can build, your style on it.

@media screen and (max-width: 767px){
.wpb_text_column p > strong > a {
background-color: #222222 !important;
color: #ffffff !important;
font-size: 11px;
padding: 0 14px;
line-height: 20px;
background: none;
white-space: nowrap;
display: inline-table;
border-radius: 3px;
}
}

If you don’t have css coding knowledge we advise you to ask the help of a experienced freelancer or a developer because this needs custom work which we can’t provide at the moment, sorry!
You can find one on site’s like: http://studio.envato.com/

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

The category sidebar should be displayed also on the articles from that specific category, please make sure that you don’t set another custom sidebar while editing the post as that one will overwrite the one you set in category.
Also please make sure that your panel settings are saved(for example if you change the module for a category) and check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue.

Thanks!

TheMediumUTM
tagDiv Member

Under the Ajax filter tab you have this field: “Ajax dropdown – show the following IDs:”

These are the IDs of specific categories to show.

To get the ID of a category, go to Posts -> Categories in your dashboard, and hover over the Edit button for that category. Look at the URL, which will include a number like “&tag_ID=23”.

Find the IDs of the subcategories you want to show and enter them into “Ajax dropdown – show the following IDs:”

centennia
tagDiv Member

I also have the same problem with videos. I use WP Rocket but I don’t use CDN or js/css minification. In a tablet the size is fine, just in the smart phone. This is one example: http://churchandstate.org.uk/2015/08/read-here-three-powerful-stories-which-again-confirm-the-urgent-need-for-real-immigration-reform/

Thanks.

tousifra1
Participant
#0

When i click on social icons on the upper right corner of my website, it opens a wrong page. Like if i click on facebook icon this url opens. And Same is the case with all the icons like instagram & google plus. How to resolve it? Please help!

christinascotti
Participant
#0

I need to have different ad blocks for different templates. Is this possible? For example when creating a post, I can select Template A and I have designated ad units that are set up to only appear on that template. I have four towns that I am covering and depending on the articles for the individual town we need to have ads only appear with those articles specifically the article top, article inline and article footer and I would also need a custom ad spot at the top as like a second header ad. I am thinking that it may be possible to set up a structure for a template and when creating a post I can select that template and it will pick up that code.

gfran5
Participant
#0

Hi,

How can i add more native like buttons.. at the moment there is only like & tweet ?
I would like to add more native share buttons like.
Google +
Stumbleupon
Reddit
Pinterest

Can you give me code to add these native like buttons?

THanks

gregy1403
Participant
#0

HI

I wonder if we can show on frontpage (VC) custom post types in Big grid and blocks?

I tried to pickup categories in biggrid, but none of them shows up ..

Am I missing something?

Thank you

Junior
Participant
#0

Like title says šŸ™‚

1) On the sidebar I would like to add more things, like a search bar, in the circle on the screen : http://hpics.li/517b106 ; but in the editor I only find blocks from the theme, and for example there is no search block. How can I do that ?

2) In the same goal, for what is already written (like [td_block_social_counter custom_title="STAY CONNECTED" facebook="envato" twitter="envato" youtube="envato"] [td_block_ad_box spot_id="sidebar"] [td_block_3 limit="1" custom_title="POPULAR" td_filter_default_txt="All" ajax_pagination="next_prev" category_id="" sort="random_posts"]), where can I find those things “td_block_social_counter” or “td_block_3” to know which ones exist and what they do, if I want to use it ? (Sorry, I do not know how it is called…)

redwolfgirl66
tagDiv Member

Thanks for the replies. Which template is the Standard blog post and video blog posts?

Here are the instructions I was given from the client. Maybe this will help you direct me better.

Search your theme directory for a single‐post.php template file. This file is used to render a single post. Open the code file and place the nmWidgetContainerArticle class on the root div element of your article content, above the_content() method. This will wrap your article and tell the widget to start searching for ad placements; it serves as an anchor.
Example:
<div class=”post-entry nmWidgetContainerArticle”>
<?php the_content(); ?>
</div>

Can’t find the_content() method in your code file?
This is more than likely because you are loading an external template. You can verify that you are loading
an external template file if there is a line of code similar to the following:
<?php get_template_part( ‘content-single’, get_post_format() ); ?>
Look for a file called content‐single‐{post‐format}.php where {post‐format} is the format you are using on
your posts. In most instances, the file should be called content‐single‐standard.php , meaning standard
post. Next, follow Step 1 to insert the class.

Step 2 – Insert Code
Place the code supplied to you at the bottom of the nmWidgetContainerArticle div element.
Example:
<div class=”post-entry nmWidgetContainerArticle”>
<?php the_content(); ?>
</div>
<div id=”NmWg3276″ ></div>
<script type=”text/javascript” src
=’https://cdn.nmcdn.us/js/connectiaV1.js’></script&gt;
<script type=”text/javascript”> NM.init({WidgetID:
3276,ArticleSelector: ‘.nmWidgetContainerArticle’})</script>

I am not sure where

Magistar
Participant
#0

Hi there. I am trying to clone my Newspaper install however for some reason the duplicates are not perfect. First thing I noticed was the wrong header menu.

I went on to investigate the issue. When I checked the theme settings I noticed these were not cloned and were set to default. For example there was no custom css. So I “fixed” this by using the theme import/export settings.

I assume this will also happen when I restore backups. Therefore I will shoot a ticket over to installatron so they can fix this but maybe you can provide with information where these theme settings are stored in the database? It should be in the backup because all database tables were selected.

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t have an option to do that, but you can create a specific css class for example:

@media (max-width: 768px) {
.td-mobile-float{
width: 40%;
margin-right: 20px!important;
float: left;
}
}

This class wrap the text to the right of the image: http://screencast.com/t/fCkf7nLUNp0d but you can include any css properties, then apply the class on the image: http://screencast.com/t/F9A1C39Q

Let me know how it goes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I see that you use child theme, please switch to the main theme, clear cache and see if you still have this issue. If it is fixed please make sure that you update the child theme version provided with latest version of the theme(version that you use), you can find it in the /code folder.
2. You can alter 404 template and modify it like you wish – http://screencast.com/t/s2DCUoVsnKdu
3. Please make sure that your panel settings are saved. For example if you change the module to display articles on specific category, it applies on front-end? If it doesn’t apply please check the system status for this value – http://screencast.com/t/VQxFWDGh4Gq and change it if you have access to php.ini file or if you don’t, contact your host.

Thanks!

oronmati
Participant
#0

Hi, I’m trying to create a list style post, and when I insert the images below the <h3> tag specified for the list, the image displays twice.

Example:
http://thevape.guide/5-best-portable-vaporizer-of-2015/

This happens with all post templates and lists styles. The image is being inserted twice.

How can I fix this?

Viewing 25 results - 35,676 through 35,700 (of 38,683 total)