Search Results for 'block'

Results from the Forum
bariton
Participant
#0

Hello,

I’d like to know how to to have the author list (using the author box block) to display all the author on my site along with their description and link to social media etc…

When we use the author block list function integrated into the theme only the avatar appear with author name.

thx for your answer.

Alin [tagDiv]
tagDiv Staff

Hi,

If you follow Lucian solution when you use sidebar you will have this result: http://screencast.com/t/aWRsyltWucO also you can display similar articles using another module like module 3 for example: http://screencast.com/t/shy2EvZLyhttp://screencast.com/t/99snlvAqU
I’m not sure what you want to do smaller. Theme’s blocks are designed for 1,2,3 columns layout and if you made this change for similar articles, you already set to display it on 1 column as you said you want it line per line.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Also version 5 blocks are designed for 3 columns so I’m afraid that it won’t support that. Sorry!

Thanks!

Brain916
tagDiv Member

I don’t work here, but I assume you would go into “Pages” and edit whatever page you are using as your Home. I only counted 6 blog posts at the bottom, and 8 up top. More than like you will have to delete blocks in your page or move them around.

I don’t think 6 running across would work, but maybe 2-3 while still using the smart sidebar.

Again, I don’t work here, but have been messing with the theme for over a week.

Alin [tagDiv]
tagDiv Staff

Hi,

If you added this css please change it to display-inline – http://screencast.com/t/BGeFwBOv if you didn’t added please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/8agPWWi1

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block !important;
}

Thanks!

bariton
Participant
#0

Hello All,

I’d like to remove on the home page of my site http://socialbrandwatch.com the latest article at the bottom… (8 articles at the bottom below the text).

How can i remove it while keeping the smart side bar and the text block above latest article.

I tried many test but cannot find how to get the smart side bar working while removing the latest article.

thx you

simchris
tagDiv Member

Perhaps check your robots.txt file first, as if you block part of your site without actual need to do so, then Google cannot load the proper CSS to build mobile version of page …

from the screenshot on the test page – you’re not getting the mobile layout … hence their warning about not blocking your wp-content folder with robots.txt …

  • This reply was modified 11 years by simchris.
Riyathe
Participant
#0

Hi,
Firstly great theme, love it!, i know very little about html coding and am finding wordpress and this theme very user friendly.

I have a couple of issues with my site im trying to work through maybe someone can help.

1) Social Buttons work in the TagDiv widget with FB/YT/Twitter when i enter the details there but for the top menu and bottom menu they dont work, i added the same info into the ‘Social Networks’ tab as i had for widget fields and it just take me to my website… eg for youtube i put channel/XXXXXX into the field, then when i click it goes to http://www.website.com/channel/XXXXXX instead of youtube. Am i making a mistake with the format?

2) Ad code, i made 2 types of ads in my adsense account, a 728 x 90 for the top banner and a ‘responsive’ ad for the sidebar (i figured these sound about right). I copied the code for the 728×90 one into the header adcode section and the responsive adcode into the sidebar section of themepanel>ads and saved but when i view my website there is no ads. Am i missing something here?.

3) Caching – is it better to disable W3 total cache while working on the site so i can see the changes reflected quickly live?, im finding in mozilla with ad blocker im having to use another browser to check what my updates look like and it behaves unpredictably (sometimes shows updates, sometimes not). When i did disable adblocker for my site page only all sorts of malware appeared on my computer subsequently i installed bitdefender and malwarebyte seems to have sorted it.

p.s im a newbie to all this stuff but trying hard and enjoying your theme and this learning curve alot 🙂

my website is http://tabletopminis.com (its still in early development)

otoparkcom
Participant
#0

Hello,

Blocks in our footer 1 & 2 were arranged like this:

Footers before

…whereas suddenly they’ve become like this:

Footers after

How can we correct that?

Thanks!

Tommy
tagDiv Member

Hallo Lucian,

you are right, but in the homepage (with background) I am using there is no Big Slider block in it, and I don’t know where it is taken from.

Please have a look to this pic

powerize.it/test.jpg

Looking forward.
Thank you

Lucian
tagDiv Staff

Hi,

It usually happens when loading the font file (which contains those icons) from another host/url. Check your browser’s console if you have an error like this – http://screencast.com/t/fKy2k43k9kc
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Thanks

Lucian
tagDiv Staff

Hi,

The theme’s elements blocks/slides weren’t designed to work with that page layout. Theme’s blocks were designed for 3 columns based layouts: http://screencast.com/t/SAMw9pPSym Sorry!

Thanks

Emil G
tagDiv Staff

Hi,

I suspect it refers to the h1 tag which is missing from the page, add it using a Visual Composer text block or use the Homepage – with title template – http://screencast.com/t/gPl2da2W1Prm – the code in the template it looks like this – http://screencast.com/t/1HFARiUDU4

Thank you, Emil G.

Lucian
tagDiv Staff

Hi,

You can use the original post pagination and hide the page numbers from pagination via css, like this: https://forum.tagdiv.com/topic/make-the-pagination-buttons-2/

This how you can use it in your case: http://screencast.com/t/9fQbHoJTRVER

.post div.next-back a:first-Child {
display:inline-block;
}
.post div.next-back a:last-Child {
display:inline-block;
}
.post .next-back a {
display:none;
}
.post .next-back > span {
display:none;
}

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

It appears like this because you use post style 5 and you haven’t set featured image: http://screencast.com/t/f47T0uqInIFhttp://screencast.com/t/oslDMv4U62
When you set featured image it will looks like this: http://screencast.com/t/GzHeHZe4 If you don’t want to show featured image on the post please use post style 7, set the featured image and it will appear only on modules/blocks but not in article: http://screencast.com/t/jLoq9AjQa7c

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The only way that you can achieve this is to use row in row something like this: http://screencast.com/t/34WgX8zbqhttp://screencast.com/t/HDn3Xr4ioj and add td-ss-row to the first row settings(not to the column like you did above) – http://screencast.com/t/MVODoY0a
Please note that it may some blocks to not be displayed well with this solution, but you can test this and see which ones are displayed fine.

Thanks!

Emil G
tagDiv Staff

Hi,

The structure is the same on both cases – http://screencast.com/t/hIdtHGPwTmhttp://screencast.com/t/Ud4wP5nf8X4X – the css makes the difference, try the following – http://screencast.com/t/vIbTYuap

You could also place the breadcrumbs under the title like this – http://screencast.com/t/sfqSGxzRuIn

.category .td-category-header .entry-title span {
background-color: transparent;
color: #222;
font-weight: 600;
font-size: 24px;
font-family: 'Open Sans',arial,sans-serif;
}
.category .entry-crumbs{
display: block;
}

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Alin [tagDiv]
tagDiv Staff

Hi,

You have to edit loop.php file like this: http://screencast.com/t/kXKRxx26

$adcounter = 0;

$adcounter++;
        if (is_category() or is_tag()) {
            if ($adcounter == 2 or $adcounter == 4) {
                echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
            }
        }

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

Thanks!

Atelier Helsinki
tagDiv Member

Hi Alin

This is what she see’s when trying to add text in the text block editor, in the backend editor. Not sure if she has issues with Classic Mode but will check.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

When we updated Newspaper theme the latest version of Visual Composer was 4.4.4. We always test the new version of the plugin with our theme and then we include it in theme files when a new version of the theme is released.
Do you mean that when you switch to Classic mode, you cannot add text there? – http://screencast.com/t/1bHbegjlVbix
When the Backend editor is active you can add blocks using Visual Composer and you can add text using text blockhttp://screencast.com/t/okb9RUW8VV
Please provide more details about your issue if this doesn’t solve it.

Edit:

Sorry I didn’t see your reply!
Please also try this without any plugins active, leave just Visual Composer active, empty cache and check if you still have this issue. Let me know!

Thanks!

Atelier Helsinki
tagDiv Member

Here’s a link to what she see’s. The whole text block editor is blank.

Alin [tagDiv]
tagDiv Staff

Hi,

Newspaper theme doesn’t have newsticker block(only Newsmag has it), but it will be added in version 5 of the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Above your Latest Articles (and sidebar) you have a row where you display your ad. This space is normal because the sidebar cannot go up if there is a row and this sidebar appears with Latest Articles – http://screencast.com/t/crl0PjlEk
So please edit your page and remove that row and if you want to add that add to the sidebar please use widgets section and add it to your sidebar – http://screencast.com/t/OeQVItsaQAc
Please take a look at our documentation – https://forum.tagdiv.com/page-templates/ when you use a page template with articles list this will be added automatically on your page and you can add blocks and sidebar to your content using Visual Composer for example – http://screencast.com/t/NW7u0tzdz0G or use only blocks for page sidebar – http://screencast.com/t/57yXwPL22r

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Number of modules are not the same with number of blocks. For example block 2 is made from module 5 and 3 please take a look here – https://forum.tagdiv.com/modules-and-blocks/
So if you use the block 8 you have to edit module 5 and replace with this code – http://pastebin.com/z8kLLY5j
You have to do the same for each module where you want categories just paste get_category function that you have in module_blog file and echo categories where you want to show up: http://screencast.com/t/cf1Pr7xn

<?php echo $this->get_category();?>

Result for block 8: http://screencast.com/t/FVlDOK3k

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to add banners into blocks/slides if this is what you mean and you will need custom modifications for this. If you want to add banners to category page or articles list you can follow these topics:

https://forum.tagdiv.com/topic/how-to-add-adsense-ad-after-5-10-articles-on-main-page/
https://forum.tagdiv.com/topic/category-page-ads/

Hope this helps!

Viewing 25 results - 36,076 through 36,100 (of 39,816 total)