Search Results for 'block'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

1) The 7 days post sorting was created by us for our blocks. It cannot be applied to any plugin however. & days post sorting only works in visual composer on our blocks so this is not possible with revolution slider.
2) If yuou want top remove the author name and date from the travel slider, you need to edit the slider and remove these options: http://screencast.com/t/3I7oOte2 In oprder to learn how to edit or create sliders, please check the official revolution slider documentation here: https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thank you!

Sandman
Participant
#0

Hi! After installing the 7.1.1 version ot the theme, I found a strange greenblock in the upper right corner of the mobile menu:

http://clip2net.com/s/3zC0Z2J

I have tried it in a number of mobile browsers (including default android) – it is always there. I think it is a sort of a bug. Do you have an idea how to take it away?

Kind regards,
Dmitry Sandakov

My web-site: obrazovanie.by

Bogdan B.
tagDiv Staff

Hi,

Unfortunately we have not tested this with blocks so I cannot say for sure if it will work. You will have to get some help on this task fro a developer. You can hire one from sites like studio.envato.com.

Thank you!

IamLegend
Participant
#0

Hi,

When viewing on desktop, the post page look perfect. But when viewing with mobile device, every time I scroll down the infinite load of the same category posts pushing my sidebar down which I will never get to see it. How can I make the sidebar appear after the post content and before the category infinite load block?
website: http://www.nguoivietonline.us

Thank you

Andrei L.
tagDiv Member

Hi

Try to add this condition in td_block_as_box.php file: http://screencast.com/t/Nm3coZX7GS

if (is_single(post_id)){
return;
}

Replace post_id with the numerical id of the post where you want to exclude ads. To get the id follow this link: http://screencast.com/t/3drmDGl2

Thanks!

Catalin
tagDiv Staff

Hello yachtsailingcharter,

Please notice that you can display all the users (do not exist any limits in code) from your website in your Author Box if you do not set any restriction from block settings, from here -> http://screencast.com/t/CLk46NXE3Ux

Hope this helps!

Thanks for your understanding!

Frydenborg
Participant
#0

My Visual Composer has stopped working. It no longer shows the added blocks, so editing is not possible.

What might be wrong?

Lynden
Participant
Themes - topic
#0

Is there a Theme or Block selection that will allow me to show one most recent post for each of the five or six sub pages or categorises. It would spread across the top of the page. Sort of like a visual image for each menu option.

muggi15
Participant
#0

Hi there!

I’m quite confused – I chose the same menu structure for mobile that I’m using for desktop (here: http://screencast.com/t/hNRDEuzKVk), so what i’d expect is to get access to the same sorted content on the corresponding pages.

For some reason, this simply doesn’t seem to work. If I click on a menu entry within the mobile version, I get a blank, white page just with the title of the page. Yes, I read https://forum.tagdiv.com/the-mobile-theme/ and I know where to find the mobile editor to add special mobile content which can be shown between the two standard blocks. 🙂

Now here is the thing: The documentation says “the content of custom pages (ex. Contact Us page), present on the main theme, doesn’t appear on the “Mobile theme”, because the last one comes with it’s own editor and the possibility to add content that’s specially designed for mobiles. ” But otherwise, your presentation video (https://www.youtube.com/watch?v=zT61ioIUITk) clearly shows, that the system CAN handle the standard page menu and you get access to the pages as well.

So I’m totally lost, sorry (maybe I just don’t understand your manual). What exactly am I able to show on mobile? If I want to use the mobile theme instead of the standard responsive version (e.g. because it looks nicer ;)) but I want to show the same pages – do I have to copy all my articles, all my content etc again?

StephanieV
Participant
#0

Hi –

Recently purchased your theme. Looking forward to debuting our site’s new look with it. A couple of question:

1. Using Big Grid: [td_block_big_grid_9 td_grid_style=”td-grid-style-1″ sort=”Featured”] As you can see, I’m sorting by ‘Featured.’ However, more recent posts from other categories show up there. I want it to ONLY be ‘Featured” and only the most recent ones. How can I achieve that?

2. Is there a way to have another content block with the same category but have it offset so it doesn’t show the same posts as the Big grid?

3. FINALLY, can Big Grid 9 slide? (showing 4 at a time, then sliding to the next 4?)

Thanks.

ilgenio92
Participant
#0

Hi, I followed the guide: “Practical example – How to add a new Block and Module” and I successfully created the new block and module, but i have one problem. How can i costumize the thumb size? It is currently set on 324x235px as to block 5. I need to turn it to 324x463px. How can i do it?
Ty all for the support.

IamLegend
tagDiv Member

Right now all the posts are using the default post template.
I added the above codes to loop-single.php so every post will show that.
My concern is that I have a few categories that don’t want to show the extra blocks, so my question is there anyway to exclude the blocks from those categories?

I found a temp. solution for that is I have to go into each post that I don’t want to show the block and choose a different post template from the post page itself.

If you have a better solution please help me out.

Thank you for your support.

IamLegend
tagDiv Member

Hi I was able to add the shortcode to the module 17 and the ad show up, unfortunately it show right after every post. see screeshot http://prntscr.com/bkpwpi

This is how my code look in module17

function render() {
ob_start();
?>

<div class="<?php echo $this->get_module_classes();?>">
<div class="meta-info-container">
<?php echo $this->get_title();?>

<div class="td-module-image">
<?php echo $this->get_image('td_696x385');?>
<div class="td-module-meta-holder">
<div class="td-left-meta">
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
</div>
<?php echo $this->get_comments();?>
</div>
<div class="td-category-corner">
<?php if (td_util::get_option('tds_category_module_17') == 'yes') { echo $this->get_category(); }?>
</div>
</div>

<div class="td-excerpt">
<?php echo $this->get_excerpt();?>
</div>

<div style="padding-top:30px; margin-bottom: -30px; ">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]')?>
</div>

<div class="td-read-more">
href;?>"><?php echo __td('Read more', TD_THEME_NAME);?><i class="td-icon-menu-right"></i>
</div>
</div>

</div>

<?php return ob_get_clean();
}
}
, is there anything else I need to add so the ad can be display on every 5 posts?

This is the last step before I can launch the site.

Please guide me to the right direction?

Thank you for your support.

IamLegend
tagDiv Member

If I need to add the adcounter in the block22, which module do I go edit?

Thank you

ddvnn
Participant
#0

Hi,
I used blocks 5 and 6 to display my post on a static page but have an issue. The post titles become invisible on hover. I am at a loss on how to resolve. Thanks

Noob
Participant
#0

hey,
can you please tell me how i can remove these extra categories from showing up in the block.
http://www.screencast.com/t/JdrJ3iOrH and show only the relevant category.
Also
suppose if create an another block named tech then how can i show only categories related to tech without showing the entertainment categories in the block.

Phonetic
tagDiv Member

Thanks a lot Catalin.

Was already more or less done with adding the functions. I’ve also added several new grid types, new gradients, new sort functions (most comments 24H, 48H, 1 Week, 1 Month) and a few Jetpack-related ones also. Including the first one i added (block categories for based on parent “block” category).

Just finishing up the CSS now.

One thing tho. You should take a good look a your 7 days stat function based on views. It will cook even a relatively small site due to db load. Queries without indexes (wp meta should be banned forever if you ask me) is never an option 🙂

Let me know if you want the diff-files. I’ve done a lot of modifications and by now added quite few functions.

Have a neat weekend 🙂

Bogdan B.
tagDiv Staff

Hello,
I’m not sure exactly which title you want to place an image at or the image itself. Our block titles do not accept html in their fields, only standard text. Please provide more details to where you want an image placed.
Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use the Author Box block/widget to display all your registered users or some of them using the filter options – http://screencast.com/t/y8DTfnzmhttp://screencast.com/t/FAWKBeLCY

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately this cannot be done only with custom css it requires also javascript code which is used on both designs and this is not an easy task. It is not a simple css code and I cannot provide you a solution, sorry!
I have already add this request on our features list and we will consider for future to add a second Homepage Post block like it is on Newsmag theme – http://demo.tagdiv.com/newsmag/homepage-news/ but I cannot provide a date when it will be implemented.

Thanks!

mrsky28
Participant
#0

Hi, just updated to 3.0 and now the blocks are not respecting the filter by tag slug (via Visual Composer). Is this a known issue? It only shows a blank one.

Also, the “Sort order: Popular last 7 days” is also not working. Does this have something to do with the theme being updated recently? Should I wait for the stats to roll in first or this is another issue?

Catalin
tagDiv Staff

Hello studentmoneysaver,

Sorry for my above bad understanding. Please notice that here is talking about our mega menu feature. So, if you have a parent category and it has more subcategories, all of these will appears on your mega menu to the right side when you hover over on this and also, if you have a parent category and it has not the subcategories in your menu will appear only 5 posts as in your first image and you do not make any settings because this is the theme behaviour and this is the default style. For more information about mega menu, please check here -> https://forum.tagdiv.com/mega-menu/

Unfortunately, our blocks have been designed to be used only the default/standard width of our theme (1068 px) like this -> http://screencast.com/t/O5vkPg5jAT9E Please notice that if you want to achieve that Slider to be in full-width you will have to increase the width of the theme and we do not recommend this. Unfortunately, our theme has not been designed to offers you a way to increase or decrease the width. Please notice that our theme does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode (for example), please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Another alternative for you if you want to use a slider in full width is to use the Revolution Slider according to documentation here -> https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks for your understanding!

studentmoneysaver
tagDiv Member

Also, how do I make the ‘Slide’ block full page width? See at the top of the homepage on my website here.

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that you’re child theme. Please check the customization from child theme and make sure that they don’t affect main theme’s functionality. You can also try to deactivate it, clear all caches then test again.
Search button works fine on my side: http://screencast.com/t/UECIbMLev If you have an issue related with it provide more detail so I can inspect it closer and get back to you with a more accurate answer.
I’ve also fond some error’s in browser’s console which are related with mixed content served from HTTP to HTTPS: http://screencast.com/t/PzJK7gJ1 You can try this solution, in most cases it worked fine: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Thanks!

stephanem
tagDiv Member

Hello Catalin

Thanks, it’s work. btw, I have 3 other questions :

1. Hola! Would you like to receive automatic updates and unlock premium support? Please activate your copy of Visual Composer. -> Did I need to activate it to nor because it’s included in the template.

2. Ok with 4.11.2. but not higher. How can I know when I can upgrade the plugin?

3. Maybe do I need to create a new topic. It seems It’s possible, in the sidebar, to have fixed part. For exemple, the ‘Join us’ block can be always visible (when I scroll down).

Best regards

Viewing 25 results - 29,526 through 29,550 (of 39,816 total)