Search Results for 'amp'

Results from the Forum
Catalin
tagDiv Staff

Hello Embleton,

Here is talking about block titles. You can change them from page builder when you edit your block, like this -> https://www.screencast.com/t/dhQQLl0Qu Here you can see a simple example.

Thanks.

majorfuss
tagDiv Member

Thanks – whereabouts in the following HTML do I add “target=_blank property”?

<center><iframe src=”https://rcm-eu.amazon-adsystem.com/e/cm?o=2&amp;p=12&amp;l=ur1&amp;category=prime&amp;banner=0S1MP4JT36Z404JWXPR2&amp;f=ifr&amp;linkID=bc1fccbdc11bac7849d606582cc23838&amp;t=majorfuss-21&amp;tracking_id=majorfuss-21″ width=”300″ height=”250″ scrolling=”no” border=”0″ marginwidth=”0″ style=”border:none;” frameborder=”0″></iframe></center><br>

Bogdan B.
tagDiv Staff

Hello,

Unfortunately only pages can have a wider layout. Posts and other templates have a fixed width. Please provide an example of what you are trying to achieve.

Thank you!

NoahFarr
Participant
#0

Hello,

I am having an issue with the tagDiv composer.

I keep getting this error when i try to move to delete elements:

changeData Error: Element model id is not in $draggedElement data!

Also,whenever I try to add a new element all I see is the text describing it. For example, If I add a separator all I see is the word ‘separator’ and if I try to add a new row all I see is the word ‘row’ and not the actual element.

Thanks

Simion C.
tagDiv Staff

Hi,

You could achieve something similar based on the gadgets demo and the screenshot you mention. This code is for block 9 placed in a 1/3 column
https://www.screencast.com/t/wrMgwz1z
You can make modifications to it and style the block as you wish, change colors, margins padding etc. Then enter it in Theme panel->Custom CSS
This is the code used in the example
https://pastebin.com/a2qTD7xH

Thanks

Simion C.
tagDiv Staff

Hi,

Selecting a category in the filter tab here
https://www.screencast.com/t/JHQT6dQsz
Will affect only the posts that appear in the block initially. It will not do anything else. The ajax filter offers an option to place categories (similar to a menu) on top of the block. This will allow users to filter the block if they want to. In the ajax filter you could display for example sub-categories of the main category chosen as the filter, to sort the posts (by adding IDs manually for better control).
That would be the functionality in the matter.

Thanks

Bogdan B.
tagDiv Staff

Hello,
It is done with css but it needs to be targeted on the specific menu item otherwise it will affect all of the menu at once. It is a custom implementation made for the demo presentation. You can do it by targeting a specific menu by it’s unique menu item id here is an example for my menu: https://www.screencast.com/t/S1m1YrpW

.menu-item-230 .sub-menu{
padding: 14px;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}

The menu item number needs to be changed to your own unique menu item number.

Thanks.

Simion C.
tagDiv Staff

Hi,

That would not be difficult to do. Take a look at the demo ads for example
https://www.screencast.com/t/6xD9X8PQg
First there is a class set to control for which devices the ad will be shown
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Then a link with the destination you want is set, and an image source. That is all that is needed to display an image of your choosing linking to a desired location. Use the examples in the guide if you want to control the devices for which the ad will appear. You could for example set different ads for each device if required
https://www.screencast.com/t/mY7ZiZSTac

Thanks

Simion C.
tagDiv Staff

Hi,

With the multi-purpose plugin that would not be difficult. This offers multiple row settings
https://www.screencast.com/t/5iydm2mJK2x
As well as adding many elements that can be used with the composer
https://www.screencast.com/t/nsgp1Csh
Buttons for example have an option to scroll to class
https://www.screencast.com/t/itGrOLZpx
They will scroll to a chosen class existing on the page when clicked. So depending on how you want to design the page in question, I am sure you will find the suitable elements for it. Here is a video demonstration of some of the multi-purpose elements
https://www.youtube.com/watch?v=C0ARTSimnUY

Thanks

Embleton
Participant
#0

Hey!

I have changed every language that I can change via the theme panel, but some things don’t change. I would like to change the name of the following topics:

– “Windows Phone”
– “Accessories”
– “What’s New

Go to my webpage http://www.blockchainbloggen.se and scroll down abit and you will see Whats new in black color, Windows phone in blue and Accessories in red color. I have tried to find these files in the htlm/css files to just change the names, because for example I would like to have “What’s new” in swedish, and “Windows Phone” and “Accessories” changed to something else because these topics doesn’t make sense to my web page.

Can you please help me?

Simion C.
tagDiv Staff

Hi,

So you would like tot display a text below the author box in the post page, in the same style of the block headers. There would be a method to do that. It will require you to enter it directly in the post template file used.
Each post template has a corresponding loo-single file (Ex. post template 2->loop-single-2).
Edit the post template you want to do this for, in this example I use post template 2, this is a do_shortcode that is needed

<?php echo do_shortcode ('your code here'); ?>

Set a title element on a page and configure it as you wish
https://www.screencast.com/t/oWqjw6Lyiudx
https://www.screencast.com/t/hE3oDFGAD
Then enter it in the post template file (below the author box if that is where you want to show it)
https://www.screencast.com/t/NNjdPeby
https://www.screencast.com/t/nfhhnD7HS
https://www.screencast.com/t/qvUaeoULH8J
The result – https://www.screencast.com/t/2bVAD95pN5

Thanks

Catalin
tagDiv Staff

Hello VagnerJuatuba,

Here is talking about block title which can be changed from page builder, when you edit your blocks, like this -> https://www.screencast.com/t/dhQQLl0Qu Here is a simple example for block 4.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

You can install the demo you like, then gradually replace the content with your own. Start from the top for example, upload your own logo, set your own menu
https://forum.tagdiv.com/logo-favicon/
https://forum.tagdiv.com/main-menu/
https://forum.tagdiv.com/mega-menu/
Edit the homepage with the tagDiv composer, remove/modify/add elements as you want
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-guide/
Each block and grid can be configured to display the posts you want, there are multiple filtering and sorting options available.
Please let us know if you have more questions or you need help with something.

Thanks

jadmac
Participant
#0

I know this is nothing to do with the theme per se but I would like some advice on category hierarchy.

The current issue I’m facing is that I have categories with the same subcategory names, and as you are probably aware you cannot have the same slug twice within wordpress. This has resulted in ugly, long and keyword repetitions (which I’m concerned about as I don’t know if this is classed as keyword stuffing). For example “domain.com/baby/baby-carts”

This is going to be a large site so a category hierarchy is going to be useful. At the moment I have my permalink structure set to post name only but if you could think of a logical solution that would be fantastic. Then I can swap to category/postname.

In any case what do you propose? Is it OK to have the parent category word repeated in the subcategory slug? Or not?

domain.com/kids/kids-clothes
domain.com/baby/baby-clothes
domain.com/toddler/toddler-clothes

Would this be SEO friendly and user friendly or do you have any other suggestion? I would greatly appreciate some advice with this.

In an ideal world I would prefer

domain.com/kids/clothes
domain.com/baby/clothes
domain.com/toddler/clothes

But it doesn’t seem like this is achievable with wordpress?

majorfuss
Participant
#0

I’ve added Amazon advert code into my Sidebar Ad in the Theme Panel:

<center><iframe src=”https://rcm-eu.amazon-adsystem.com/e/cm?o=2&p=12&l=ur1&category=prime&banner=0S1MP4JT36Z404JWXPR2&f=ifr&linkID=bc1fccbdc11bac7849d606582cc23838&t=majorfuss-21&tracking_id=majorfuss-21&#8243; width=”300″ height=”250″ scrolling=”no” border=”0″ marginwidth=”0″ style=”border:none;” frameborder=”0″></iframe></center><br>

Result: majorfuss.com

But when I click on the advert, it doesn’t open up in a new tab? How can I make the advert link do this?

crillin
Participant
#0

Hi, is it possible in a single post insert a right column like this:

https://www.dropbox.com/s/z4hsd0u2n35j0vn/Immagine.png?dl=0

but not with recent post like in example but only with posts related to the same category?

thank you very much

Aman Singh
tagDiv Member

Hello,

I am trying to create a deals page.

It will have 4 section: Hosting, WordPress Plugins, Themes &amp; SEO

And I want to set a name like #Hosting next will be #Plugins and so on…

And on top of the page I will write the heading Hostings | Plugins | Themes | SEO

So when someone click on the Hosting on top of the page it should take the vistor to Hosting table and suppose if someone clicks on Plugins at top of the page it should scroll down directly to plugins section

How to make this using tagdiv composer as I am not able to find the option

Thank you in advance.

neoandrej
Participant
#0

This is so needed option. Please, add it to the Theme. Here is an example what I mean https://brightside.me

mauro_boaro
Participant
#0

Hi, im changing the website layout and hanving issues whit the thumb sizes.

At first, I set a row whith 3 colunms, 1/3 + 1/3 + 1/3, and set 3 block 15 to show 6 posts each.

Like this: https://imgur.com/rp0CvZI

I need to change to 2 colunms, 1/3 + 2/3, but, when i did this, and set the second block to show 12 images, the thumbs becomes bigger, even if i set to show less posts. For example: https://imgur.com/eIuTYn4

How i set the thumb sizes to keep the same size, like the first block at 1/3 space?

Thanks

Emil.Gorczyca
tagDiv Member

Ok, I just thought Tagdiv provides an AMP version of Newspaper 🙂

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the theme does not have the tools necesarry to make that exact look for the block but you cna come pretty close to it.
Here is an example of one I made in the tagdiv composer using different colors for the backghround, a different block header and a css code:

https://www.screencast.com/t/QfMG4fZh

here is the css:

.td_block_9 .td-module-title a{
color:lightgrey
}

Here are the settings i used:
https://www.screencast.com/t/m6b9yMxOhwN3
https://www.screencast.com/t/eXYrilyFFKYi
I hope this helps.

Thanks.

Simion C.
tagDiv Staff

Hi,

We have tested the theme with this amp plugin only
https://wordpress.org/plugins/amp/
It works with that plugin, we plan however to implement amp support by default within the mobile theme plugin provided in the theme package. This may happen as soon as the next update, I could not say for sure.

Thanks

Simion C.
tagDiv Staff

Hi,

Buttons can be added in the multi-purpose header styles
https://www.screencast.com/t/zbhflFk9z
https://www.screencast.com/t/hE4BB8r22H
https://www.screencast.com/t/Tx4XW0gs1oR3
But they can only lead to a set URL, not display a random post page. You could set it to lead to a page where you show anything you like for example.

Thanks

eldiyarkg
Participant
#0

Hello!

After installing plugin ‘accelerated-mobile-pages’ we had errors in Newspaper theme (v. 8.6).

[18-Jan-2018 16:11:05 UTC] PHP Fatal error: require_once(): Failed
opening required
‘/home/virtualmin/kloop.kg/public_html/wp-content/plugins/accelerated-mobile-pages/includes/vendor/amp//templates/functions.php’
(include_path=’.:/usr/share/php:/usr/share/pear’) in
/home/virtualmin/kloop.kg/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
on line 29
[18-Jan-2018 16:11:05 UTC] PHP Stack trace:
[18-Jan-2018 16:11:05 UTC] PHP 1. {main}()
/home/virtualmin/kloop.kg/public_html/index.php:0
[18-Jan-2018 16:11:05 UTC] PHP 2. require()
/home/virtualmin/kloop.kg/public_html/index.php:17
[18-Jan-2018 16:11:05 UTC] PHP 3. require_once()
/home/virtualmin/kloop.kg/public_html/wp-blog-header.php:13
[18-Jan-2018 16:11:05 UTC] PHP 4. require_once()
/home/virtualmin/kloop.kg/public_html/wp-load.php:37
[18-Jan-2018 16:11:05 UTC] PHP 5. require_once()
/home/virtualmin/kloop.kg/public_html/wp-config.php:130
[18-Jan-2018 16:11:05 UTC] PHP 6. include()
/home/virtualmin/kloop.kg/public_html/wp-settings.php:426
[18-Jan-2018 16:11:05 UTC] PHP 7. require_once()
/home/virtualmin/kloop.kg/public_html/wp-content/themes/Newspaper/functions.php:22

because of that code from /wp-content/themes/Newspaper/functions.php

if (td_util::is_amp_plugin_installed()) {
require_once AMP__DIR__ . “/templates/functions.php”;
}

after commenting these lines site works, both plugins AMP and accelerated-mobile-pages have no such file in template directory.

Simion C.
tagDiv Staff

Hi,

You could use the call to action element, choose a row layout as you think best
https://www.screencast.com/t/rNg9hjhm4e
If you want to make some changes to the spacing, you can use the CSS tab of the elements. Add negative margins to each of the elements like in this example to drag them closer to each other
https://www.screencast.com/t/PMIdpAzze1
The rows can have borders or backgrounds set if needed, for styling
https://www.screencast.com/t/1WTdvkxdotMU

Thanks

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