Search Results for 'block'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to use a different sidebar on mobile view, but you can try to hide some blocks from the main content(if you refer to this) for mobile view so the sidebar will appear slightly above.
I don’t understand exactly what you mean with “to show 5-6 articles..” …. on sidebar or main content?
Please provide a link and screenshot to see what you want to hide on mobile screen.

Thanks!

Lucian
tagDiv Staff

Hi,

Sorry for the delay!
You can address on email also at contact@tagdiv.com
To remove the excerpt from block please remove this line: http://screencast.com/t/JMOq7CO50

Thanks

Krimklubben
Participant
#0

Hello,

Just recently my girlfriend bought the Newspaper theme. I made a front page for her with two columns, Revolution slider version 4.6.5 and block 8 on the leftside 2/3 column size and block 7 and block 8 on the rightside 1/3 column size. Everything worked nicely for some weeks until today when she was publishing a new post. The two columns lost all space inbetween them and all excerpts showed in bold letters. I changed out the revolution slider with the standard slider and all went back to normal. What is the problem? Am I being hacked or is there an conflict with the revolution slider 4.6.5?

Hop for a quick reply!

Yours sincerly Yngve

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this css in Theme Panel > Custom Css: http://screencast.com/t/1m2Ipjsqwn

.td_block_big_grid .entry-thumb{
opacity: 0.9;
background: -moz-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(205, 132, 36, 0.1)), color-stop(100%, rgba(25, 166, 124, 0.1)));
background: -webkit-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -o-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -ms-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#1acd8424′, endColorstr=’#1a19a67c’, GradientType=1);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-khtml-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please provide a link so I can inspect this. Normally should not be a huge space: http://screencast.com/t/YkCjbUEhX0http://screencast.com/t/KjrTaZucYv4
2. You can use block 10 to display article title and date: http://screencast.com/t/7pikE827bht8

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Newsmag theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/11/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/ApuMgUzYb2vH
Please also take a look on our demo how blocks are used: http://screencast.com/t/eIECvaw8pSShttp://demo.tagdiv.com/newsmag/block-1/
You can use blocks on 1/4 + 1/2 + 1/4 but not all will work fine. Also you can try to use css if you really need to use block like that. For example block 4 – http://screencast.com/t/gGHvXTfN4 add an extra class to the column – http://screencast.com/t/BLLog8BFN1 and add css code in Theme Panel > Custom css: http://screencast.com/t/GpMSJsiC9U

Hope this helps!

fixthisbuildthat
tagDiv Member

Check this post. They cleared that up for me through their answers.

https://forum.tagdiv.com/topic/gradient-shading-in-block-pics/

juncan347
Participant
#0

Hi Support: this may be an visual composer question

1) How can I shrink the space between each visual block? I am working on my home page using your template but the there is a huge space between the header menu and the first block content
2) Do you have a block of display just to display article title and date?

Thanks

Mido
Participant
#0

Hi all,

i need help please about mouse hover effect in Newsmag tech version

the block in mid page contains one big and 4 anther images

td-big-grid-overlay:after {
bottom: 0;
content: “”;
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 0;
opacity: 1;
background: -moz-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(205, 132, 36, 0.1)), color-stop(100%, rgba(25, 166, 124, 0.1)));
background: -webkit-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -o-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: -ms-linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
background: linear-gradient(45deg, rgba(205, 132, 36, 0.1) 0%, rgba(25, 166, 124, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#1acd8424′, endColorstr=’#1a19a67c’, GradientType=1);
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-khtml-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;

so please what any of the codes above responsible for hover effect to added it to Newspaper slider images.

sorry for my bad English.

Thanks

psxtr
tagDiv Member

thanks for answers,

yes SlugBite, i want create in sidebar dinamic related posts block from single article tags and this options work only single posts

like
if posts or page (filter by tag slug from viewing single article)
else (Filter by tag slug from user)

I guess that does not think

sorry for may lang., I promise, i learn english 🙂

Bryson T
tagDiv Member

If I’m not mistaken, it looks like he’s wanting a block to show related posts on single.php based on the tags of the single post. The only way I can see doing this with NewsMag is through the standard related posts block at content end and set it to use tags in the settings panel. No option for a sidebar block to work like this that I’m aware of.

keypractices
tagDiv Member

Now I can’t even disable plugins to log into Admin – i am getting these errors

/home3/redcarp8/public_html/error_log:
[04-Mar-2015 02:29:59 UTC] PHP Fatal error: require_once(): Failed opening required ‘/home3/redcarp8/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php’ (include_path=’.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear’) in /home3/redcarp8/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 243
[04-Mar-2015 02:30:44 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 63
[04-Mar-2015 02:31:06 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-includes/taxonomy.php on line 2156
[04-Mar-2015 02:31:20 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 64
[04-Mar-2015 02:31:26 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 62
[04-Mar-2015 02:31:38 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home3/redcarp8/public_html/wp-includes/wp-db.php on line 1981
[04-Mar-2015 02:31:43 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-includes/taxonomy.php on line 2664
[04-Mar-2015 02:31:53 UTC] PHP Warning: require_once(/home3/redcarp8/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php): failed to open stream: No such file or directory in /home3/redcarp8/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 243
[04-Mar-2015 02:31:53 UTC] PHP Fatal error: require_once(): Failed opening required ‘/home3/redcarp8/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php’ (include_path=’.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear’) in /home3/redcarp8/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 243
[04-Mar-2015 02:38:57 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 64
[04-Mar-2015 02:39:03 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-includes/taxonomy.php on line 2662
[04-Mar-2015 02:39:10 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 62
[04-Mar-2015 02:39:20 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 63
[04-Mar-2015 02:39:21 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 63
[04-Mar-2015 02:39:24 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home3/redcarp8/public_html/wp-includes/taxonomy.php on line 2157
[04-Mar-2015 02:39:31 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 63
[04-Mar-2015 02:39:31 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-includes/taxonomy.php on line 2107
[04-Mar-2015 02:39:38 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 63
[04-Mar-2015 02:39:39 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /home3/redcarp8/public_html/wp-includes/wp-db.php on line 1981
[04-Mar-2015 02:40:00 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 12288 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/block_templates/td_block_template_1.php on line 77
[04-Mar-2015 02:40:21 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-includes/wp-db.php on line 1975
[04-Mar-2015 02:40:26 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 63
[04-Mar-2015 02:40:28 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 114 bytes) in /home3/redcarp8/public_html/wp-includes/plugin.php on line 108
[04-Mar-2015 02:40:38 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 63
[04-Mar-2015 02:40:44 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home3/redcarp8/public_html/wp-includes/taxonomy.php on line 2156
[04-Mar-2015 02:49:18 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8388608 bytes) in /home3/redcarp8/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php on line 87
[04-Mar-2015 02:49:34 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8388608 bytes) in /home3/redcarp8/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php on line 87
[04-Mar-2015 02:49:48 UTC] PHP Fatal error: require(): Failed opening required ‘wfBrowscapCache.php’ (include_path=’.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear’) in /home3/redcarp8/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php on line 87
[04-Mar-2015 10:00:51 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT * FROM wp_fsg_galleries WHERE fsg_id= made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newsmag/single.php’), td_api_single_template::_helper_show_single_template, load_template, require_once(‘/themes/Newsmag/single_template_3.php’), locate_template, load_template, require_once(‘/themes/Newsmag/loop-single-3.php’), td_module_single_base->get_content, apply_filters(‘the_content’), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, fsg_shortcode_renderer, make_gallery_html
[04-Mar-2015 15:21:02 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT * FROM wp_fsg_galleries WHERE fsg_id= made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newsmag/single.php’), td_api_single_template::_helper_show_single_template, load_template, require_once(‘/themes/Newsmag/single_template_3.php’), locate_template, load_template, require_once(‘/themes/Newsmag/loop-single-3.php’), td_module_single_base->get_content, apply_filters(‘the_content’), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, fsg_shortcode_renderer, make_gallery_html

mpindado
tagDiv Member

Hi,
struggling for this to work in newsmag I found two alternatives I would like to share:

1. Do the same as this,
but add one item to the array named ‘installed_post_types’ with the post-types needed:
‘installed_post_types’=>’post,page’

This approach has the disadvantage of touching the theme source code.

2. This is kind of tricky: create a child-theme and a new folder named ‘override’ or whatever. Copy td_block_mega_menu.php to that folder (Note that this file is internal and is not overriden by the general child theme method described in the documentation). In that copy, change render method to add ‘installed_post_types’ to the array before performing the query as in the previous paragraph.
Now, in your functions.php create a hook for ‘after_setup_theme’. This will be get called after parent newsmag/newspaper theme is finished.
Then you will have to change the api file for the megamenu block, invoking td_api_block::update_key (‘td_block_mega_menu’,’file’,FULLPATHTOMYNEWFILE);
Now when a megamenu is to be created, the overriden file is chosen instead of the core one.
This method is valid for updating some api blocks and files without touching parent theme.

P.D. Forgot to mention, first of all you should add category taxonomy to pages, using a plugin or in child-theme with register_taxonomy_for_object_type

Best regards

  • This reply was modified 11 years by mpindado.
  • This reply was modified 11 years by mpindado. Reason: wrong link
Lucian
tagDiv Staff

Hi,


@luke86

Unfortunately that is the only layout available at the moment for the big grid block and to get more or change it you would need custom changes to it and it would not be an easy job.
We had other request of like this regarding the big grid and we will consider this and add more layouts but this will only happen in future updates.
You could achieve something similar though using block 14 at full width of the page: http://demo.tagdiv.com/newsmag/block-14/
Hope this helps!

Thanks for the message!

contegastone
Participant
#0

hi,
I’m trying to create a page (with visual composer) with the following schedule: 2/4 + 1/4 + 1/4 but I can not understand what I have to use blocks. In fact, or the block exceeds the size available to and invades another column (for example the block 13), or moves forward a little white space (for example, using the block 4 set with the display of a single post). It seems that the blocks are only made for the size 1/3 + 1/3 + 1/3, or 2/3 + 1/3. Even if I change for individual blocks, the number of posts to display, the result does not change, and the blocks do not scale based on the space to be occupied. How can I fix?

P.S. sorry but I do not know English well and I used google translator, I hope you understand

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to add the php code in block settings. You filter by tag by adding tags name separated by comma like in example http://screencast.com/t/96GA7LHQdyJhttp://screencast.com/t/bd6V9n2neOId

Please provide more details, if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option for this, but can be changed with css code.
Please add this custom css in Theme Panel > Custom Css: http://screencast.com/t/Xxh1jNzYc

.td_block7 .block-title a:hover{
color: gray !important;
}
.td_block7 .entry-title a:hover{
color: gray;
}

Result: http://screencast.com/t/1r22AlxH3OP6
If you want to apply this to all block replace .td_block7 with .td_block_wrap
I hope this helps, please provide more details if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Block have only 3 type of pagination like you figured out: http://screencast.com/t/lyIpEjWE You can have that type of pagination for Latest Articles if you use a page template with Articles list: http://screencast.com/t/KOY52Dj0Bg

If you want a different sidebar for each post, please create a custom sidebar for each post: http://screencast.com/t/CnDv5QkrekvR and add widgets to it: http://screencast.com/t/pbmenKblQHp
Also if you want to have a sidebar for post from the same category you can create a custom sidebar to each category: http://screencast.com/t/lSvbINtSgj and add widgets. So post from that category will have the same sidebar.

Hope this helps!

tatapogodzinach
Participant
#0

Hi

How to add jquery hover effect to block 7 or other post box? I need gray to color effect on hover.

kennyc9z
Participant
#0

I have buy theme Newses
And I open topic here
https://forum.tagdiv.com/topic/how-to-remove-excerpt-from-block_1/
But no one support me
Newses theme is not supported?

Sorry my english is not good

Alin [tagDiv]
tagDiv Staff

Hi,

You are referring to the block title, please try this css: http://screencast.com/t/Yr4MuIngJ

.block-title > a{
padding: 5px 15px 5px 15px;
}

Also if you want to use a bigger size you can change it from Theme Fonts: http://screencast.com/t/YuJKOQnIla7u

Thanks!

Lucian
tagDiv Staff

Hi,

You could use the quote on blocks option from post pages: http://screencast.com/t/ugCAdpwOw6d5 – appearance: http://screencast.com/t/WdOLWk29
Unfortunately this doesn’t work with links. I’ll add this on our feature request list and we will consider this for future updates.
Sorry for the inconvenience!

Thanks foe the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try page: http://screencast.com/t/hJf9NJoCmb5o but like Lucian said blocks/sliders were designed to work properly with posts. Pages will be automatically sort by “Latest” you won’t have many options in settings to work with pages.

Thanks!

psxtr
Participant
#0

hi,
I am sorry for my english its not my native language

i want blocks with use tags from articles in the post view screen

possibble this development on the blocks?
Filter by tag slug in category view: (ex: tag1,tag2,tag3)
Filter by tag slug in post view: auto tag on/off

I hope you know what I :))

betterretailing
Participant
#0

I’m having an issue on our website in that when we click the ‘load more’ link, there are duplicate (repeated) posts. So, if I click load more two or three times, I start to see the same posts I saw on the first page.

See an example here: http://www.betterretailing.com/your-store/ beneath the ‘More ideas’ heading.

Anyone had this issue or know how I can fix it?

I have checked the setting of the block in Visual Composer and they all seem OK. They’re getting the posts from a category, sorted by ‘latest’, ‘limit post number’ is set to 3.

Any ideas?

Viewing 25 results - 36,726 through 36,750 (of 39,816 total)