Search Results for 'block'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

Did you add a custom class to the block?
Please add a custom class like so: https://www.screencast.com/t/h58mRldXrNAv
Then you can add the code mentioned above in the theme panel under advanced css and place it in the mobile section.

Thank you!

Simion C.
tagDiv Staff

Hi,

That color will be displayed only on category and post pages. On the homepage the category tags will have a default color. You could change them in general as you mention, or maybe by block and module type. Use the browser inspector to identify the classes and experiment with custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Block can have custom classes set, you can use that as well to affect the tags more specifically.

Thanks

Simion C.
tagDiv Staff

Hi,

There will have to be a header, to display the website logo and navigation menu. The header cannot be disabled.
The logo can be changed in the theme panel
https://forum.tagdiv.com/logo-favicon/
The demo you have installed uses header style 11, this header style does not have a limit for the logo size. You can use any image size as logo.
You will have to create your own menu, based on your own categories for posts. Here is more information about creating the menu, and also the mega-menu option
https://forum.tagdiv.com/main-menu/
https://forum.tagdiv.com/mega-menu/
The revolution slider can be configured to display posts from the categories you want
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
So after setting the header and revolution slider as needed, you can go ahead and choose which block type, grid or full grid you want on the homepage. You can view them all as I mentioned in the live demo (Features menu).
First please check this tagDiv composer tutorial
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Blocks have many configuration settings, this is a guide where each is explained
https://forum.tagdiv.com/block-settings-guide/
Modules that form blocks and grids will display the post title, additional post meta, and excerpt. The meta information can be disabled if you wish
https://www.screencast.com/t/DF872Ac2sR
Excerpt length can be controlled as well – https://forum.tagdiv.com/excerpts-introduction/
When the module is clicked you will be directed to the post page, that is the intended functionality.
The baby blog demo consists of the revolution slider on top, then a latest articles section with a sidebar. The latest articles section is automatically added when the required page template is selected. More about it here
https://forum.tagdiv.com/page-templates-2/
Posts will have to be created and published. Edit published posts and modify them if you wish. The tagDiv composer cannot be used to edit posts, it is a page editor.

Please correct me if I misunderstood something, and let us know if you need further help.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the ad is loading but it is not displayed. Please enter this code in Theme panel->Custom CSS section, the ad should be visible on mobile
https://www.screencast.com/t/2yPULXvwr

@media (max-width: 767px) {
.td-header-rec-wrap {
display:block;
}}

Thanks

aanakwue
Participant
#0

Hi
I am trying to create a template for my search&filter plugin to use for displaying results. I duplicated the search.php template and it works with the plugin. But I have three different types of search so i need three different templates with three different sidebars. So I need to be able to control from the them panel.

My problem is I am not able to get it to work. the display view and the sidebar do not change when i change in the theme panel only thin that works is the sidebar position. I will appreciate your help inb sorting this out.

I added this example code to the /includes/wp_booster/wp-admin/panel/views/td_panel_template_settings.php
<!-- Resource Search page -->
<?php echo td_panel_generator::box_start('Resource Search template', false); ?>

<div class="td-box-description td-box-full">
<p>Select the layout for the search page.</p>

</div>

<!-- DISPLAY VIEW -->
<div class="td-box-row">
<div class="td-box-description">
<span class="td-box-title">ARTICLE DISPLAY VIEW</span>
<p>Select a module type, this is how your article list will be displayed</p>
</div>
<div class="td-box-control-full td-panel-module">
<?php
echo td_panel_generator::visual_select_o(array(
'ds' => 'td_option',
'option_id' => 'tds_search_page_layout',
'values' => td_panel_generator::helper_display_modules('enabled_on_loops')
));
?>
</div>
</div>

<!-- Custom Sidebar + position -->
<div class="td-box-row">
<div class="td-box-description">
<span class="td-box-title">CUSTOM SIDEBAR + POSITION</span>
<p>Sidebar position and custom sidebars</p>
</div>
<div class="td-box-control-full td-panel-sidebar-pos">
<div class="td-display-inline-block">
<?php
echo td_panel_generator::visual_select_o(array(
'ds' => 'td_option',
'option_id' => 'tds_resource_sidebar_pos',
'values' => array(
array('text' => '', 'title' => '', 'val' => 'sidebar_left', 'img' => get_template_directory_uri() . '/images/panel/sidebar/sidebar-left.png'),
array('text' => '', 'title' => '', 'val' => 'no_sidebar', 'img' => get_template_directory_uri() . '/images/panel/sidebar/sidebar-full.png'),
array('text' => '', 'title' => '', 'val' => '', 'img' => get_template_directory_uri() . '/images/panel/sidebar/sidebar-right.png')
)
));
?>
<div class="td-panel-control-comment td-text-align-right">Select sidebar position</div>
</div>
<div class="td-display-inline-block td_sidebars_pulldown_align">
<?php
echo td_panel_generator::sidebar_pulldown(array(
'ds' => 'td_option',
'option_id' => 'tds_resource_sidebar'
));
?>
<div class="td-panel-control-comment td-text-align-right">Create or select an existing sidebar</div>
</div>
</div>
</div>
<?php echo td_panel_generator::box_end();?>

Little Nik
tagDiv Member

Hi Simion,

Thank you so much for this – I forgot to mention sorry I’m using the baby blog demo which I’m loving – it’s clinical like I wanted.

What I’m struggling to work out how to do (or find which of the elements it actually is) is have it set up how i’m trying to. For instance I’d like my home page for the moment to literally be no header, my logo, the rev slider, then two blocks for the content etc, the instagram below it, then the footer.

I was hoping that when you’re actually looking at the home page, it stays neat and almost at a glance so the two blocks will have their respective images on them with only one short paragraph underneath so the page doesn’t start looking busy or have two much content to scroll down. Once you then click the image/paragraph you’re then ‘taken’ to the content instead of it being on the homepage if that all makes sense?

It’s currently set up using big grid 4 I think so I’d managed to get the two images on there when I placed them from the elements menu, but once I started editing it, when I preview it it’s all on the actual home page rather than behind the image in the block as I’d hoped. Have I selected the wrong element?

I’m sorry for such basic questions! I have to say I’m also struggling to work out where’s the best place to edit the actual posts. It seems that you select the elements and layout from the TagDiv composer and then go into my wordpress admin page to actually edit the content – is this correct please? If in the TD composer page the blocks look how i want them to. If i go into the WP admin page and then save and preview after the text and images are altered it looks entirely different and is all on the home page as i mentioned above?

Simion C.
tagDiv Staff

Hi,

Maybe one of the theme demos could be what you are looking for. You can view them all here
https://demo.tagdiv.com/select_demo/select_demo_newspaper
There are many demos, you can install the one you like, or use it for inspiration to create an original design. I believe there are more demos on their way
https://forum.tagdiv.com/installing-demos/

The main purpose of the blocks and grids is to display posts. There are also text elements, image elements etc. Most of the theme features can be seen in the Features menu, in the live demo
https://demo.tagdiv.com/newspaper/
Please let us know if you have further questions, or you need help with something.

Thanks

menneskedyr
tagDiv Member

OK, I have managed to come up with something. I noticed that the AdSense script set “display: none” for itself, so I figured that the problem might be with AdSense after all.

Then I modified the responsive unit’s code by specifying expandable width and min-height, per instructions described here: https://support.google.com/adsense/answer/6307124

And it worked!

I’ll keep looking into this to see if it works everywhere and in all situations, but it’s a decent first step for now.

NOTE: I used the following settings for the header ad:

style="display:block;min-width:320px;max-width:768px;width:100%;min-height:90px"

You’ll of course probably want to modify the numbers for your needs. Fiddle around with it.

Little Nik
Participant
#0

Hi,

As you’ve poss gathered I’m a total novice. I’ve worked a few things out for my home page but I’d like to add two boxes to the front page that will simply be used almost in lieue of pages in the header bar until I have more content for my site. I’d like to have an image with an intro paragraph underneath it and then you click it and it brings up the info to follow on. Any methods or blocks etc I’ve seen all seem to be on a blog basis with ‘bits’ of info all over it ie date posted, author etc and I’d simply like a clean post as my site is quite minimalist plus this is irrelevant info as it isn’t a blog.

Any help would be gratefully received thank you as I’m not finding this very obvious and I thought I had a brain cell!

Catalin
tagDiv Staff

Hi Arafat,

Here is talking about a block title. So, if you want to hide it only for mobile devices, you should add a custom class for it and then, with a bit of CSS code you can target to hide it only for mobile devices, like this ->

The code is ->

.custom_class .block-title {
display:none!important;
}

The result is here -> https://www.screencast.com/t/c12ulJFmUt1d

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

The margins and padding used for blocks and grids (between modules) have fixed values. There are no options to modify them. Trying to do it with custom code could result in broken elements. These are not designed to have dynamic spacing, everything is carefully set and dependent on the theme fixed width.
You can see how all the available block, grids and full grids look, in the live theme demo. Please check the Features menu
https://demo.tagdiv.com/newspaper/

Thanks

Simion C.
tagDiv Staff

Hi,

The theme blocks and grids are not designed to display full post content in the homepage. The full post content can be viewed in the post page. Here you can see how all the available blocks and grids look
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
You can create pages using any of these elements. A specific element that would allow you to place a full post on pages does not exist, at the moment.

Thanks

Edward
tagDiv Member

Theme panel – Block Settings – Meta info on Modules/Blocks

Simion C.
tagDiv Staff

Hi,

I believe that block is set to display Featured posts. It will display posts that are added to the Featured category
https://forum.tagdiv.com/featured-posts-2/
So you could either add posts to that category, or simply change the default filtering and sorting. Each block and grid can have it’s own options regarding the content they display.
This is a guide mentioning all the available block settings and options
https://forum.tagdiv.com/block-settings-guide/

Thanks

FrankMulder.Media
Participant
#0

Hi,

Is there some preloader active on the theme?
If you look at the load of my page:
https://drive.google.com/file/d/0B1wysHqKD8V1SEVlOGVYajhiaWs/view?usp=sharing

I can’t find where this goes wrong?
It doesn’t seem to be a blocking javascript. It really like the render being delayed until full pageload.
https://denachtvlinders.nl

Simion C.
tagDiv Staff

Hi,

The individual settings for each block should apply after you remove that code in the demo stylesheet
https://www.screencast.com/t/IqGCx3cw3q
https://www.screencast.com/t/AwdGKUDHU
These individual settings should override the general header color set by the demo here
https://www.screencast.com/t/j7KgXmfw3sEo
Try clearing that color in the theme color settings, edit the page with the composer and set the desired colors for the text
https://www.screencast.com/t/YEDjyGDIGo4
The font properties for the block titles can be customized in the theme panel, there you can modify the font weight imported by the demo
https://www.screencast.com/t/r9ApeCYsjU
Please let us know if there are further issues, or you have more questions.

Thanks

rhodezman
tagDiv Member

Thanks,

this helped to understand the blocks and solve my problem!

Simion C.
tagDiv Staff

Hi,

All the theme blocks, grids and slides can be customized in terms of the content they display. The posts can be filtered and sorted. If you would like to display posts from the Featured category, simply select it in the category filter
https://www.screencast.com/t/GZYd9vgHRN61
Then the slide will display only posts that belong to the Featured category
https://forum.tagdiv.com/featured-posts-2/
You can also control the sort order, which posts are displayed. There are many options that you can use to sort posts
https://www.screencast.com/t/7izPegWOHDs
There is no need to change post dates, the slide will display posts according to the sorting used. For example a Latest sorting will display posts newest to oldest, by publishing date.
This is a tutorial containing all the available block settings and options
https://forum.tagdiv.com/block-settings-guide/

Thanks

snowsbest
Participant
#0

I have been getting 503 errors since installing W3 Total Cache. I have also been blocked from the TagDiv Composer edit menu that disappears on the home page when this W3 Total Cache plugin is activated. It also doesn’t allow new posts to feature on the home page. When deactivated all functionality returns and the error messages disappear but site speed is super slow.

Does anyone have a solution please?

mhoulaha
Participant
#0

I put a limit post to 2 for a block on my main page (block 12). When I preview the page, it does not limit to only 2 posts. When I go to tagdiv to edit, it has the limit of 2 and looks how I want. Why isn’t it showing on the live site?

daniels
Participant
#0

Hey guys,

How can I control the spacing between posts that are shown on a Big Grid?

I would like to space the blocks, as they are almost attached to each other.

Any thoughts?

Thanks!

fquiquet
tagDiv Member

and the font seems to be very strong. How can I delete all customisation of the block header 1 ?

cantonjester
Participant
#0

Hello, my client wants to use the Language Bar Flags plugin. It places a set of country flags directly above the top bar.
I looked at the plugin’s CSS, and discovered that it’s 24 pixels tall.

When I enable the Sticky Header, it gets blocked by the set of country flags when the Sticky Header feature activates, and that’s likely because of the 24 pixels that need to be adjusted in CSS.

Help!

Leonardo
Participant
#0

Hi why dont look the same blocks or order in mobile devices please i want look the same

http://www.radarsonora.com

akaii
Participant
#0

Hello, I just updated to the newest version of the theme and now the Weather widget isn’t working. It is saying:

“Api key is empty. Configure this block/widget and enter an api key :)”

Viewing 25 results - 22,476 through 22,500 (of 39,816 total)