Search Results for 'block'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

2. I’m not sure what you are trying to do. If you use a slider(IOS Slider,Big Grid like all blocks) all articles title should have a link, if this is what you mean. You can check it on our demo – http://screencast.com/t/j16G5RVNhttp://demo.tagdiv.com/newspaper/ios-slider/
Please provide more details about this also a link so I can inspect this. I use Chrome inspector tool.
3. Please check and change this value in php configuration – http://screencast.com/t/bzZyGPBYU6k You can check the php.ini file if you need to increase the value or contact your host provider and let him know about this if you can’t access it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use this custom css to hide the author on slider – http://screencast.com/t/0StFZZbwAZ

.td_block_slide .td-post-author-name {
display: none;
}

Thanks!

Luvdesign
Participant
Block 5 - topic
#0

Hello,

I am trying to padding the bottom info on Block 5, where can I find the code in style.css to edit it or is there other way to do it?

Thanks!

simchris
tagDiv Member

I think you use the shortcodes found in the visual post editor, but i just use regular blockquotes and not the fancier versions.

schindyguy
Participant
#0

I know the normal tag for blockquote but cant find in the docs anywhere it explains how to do pullquotes, left, right, etc as seen here http://demo.tagdiv.com/newspaper/blockquotes-pullquotes/

Can anyone point me in the right direction?

Thank you!!!

k24
tagDiv Member

After updating to Newspaper 6 how do you make the following code work for the sidebar?

.widget.widget_text .block-title span{
background-color: #000000 !important;
}
.widget.widget_text .block-title{
border-color: #000000 !important;
}

website: http://www.vbjusa.com/

Junior
tagDiv Member

Hi Alin,

Thanks for your time and help 🙂

Here is where I am currently :

1) This problem is solved 🙂 After test, finally I prefer to not have color in background, it does not look nice ; I think it would have been maybe better if colors of blocks were not glued to each other

2) I do not see what you mean : its needed to open the code like this every time there is a new article, to be able to put a link to it from the slider ?
Furthermore, when I do “inspect element” I do not have such screen like you show, can you please say me how to have it (if it is needed in order to put a link on slides) ?

3) I tried to reduce the content length, but there is no changes ; the same if I try to change the title length too. Any idea why it does not work ?

4) This problem is solved 🙂

Hope for 2 and 3 you’ll find the solution 🙂

Looking forward to read your answer ^^

Szmuz
Participant
#0

Hello everyone!

I’m facing an issue with Block 18, with large (first) article. The size in docs and css seems to be 385px but I have like extra 20px. When I use normal slide to show the same article the size is correct. How do I fix this?

I have the latest version of the theme – 6.3.2

null

TheLatestNews
Participant
#0

Our website at TheLatestNews after update to latest Newsmag 2.1 and WordPress 4.2.4 on front page if you scroll down a bit is showing sidebar below the article blocks (sidebar should be on the right side ) and at the end there is also some VC code that shouldn’t be present :

[/vc_column_text][vc_column_text]
[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/1"][/vc_column][/vc_row]

( composer also updated @ Version 4.6.2 ).

Thanks for your help.

Emil G
tagDiv Staff

Hi,

The space is there because there’s no height set on the image container. On posts which come with no image the excerpt and the other elements move to the top area. I’ve uses custom css to add height to the image container and you can see how it looks now – http://screencast.com/t/pH0oCBs8R2i

I think you need some sort of masonry block, unfortunately the theme doesn’t have one. A solution may be to create a new block but it’s not an easy task so i suggest that you look for a professional developer to help you with this task. An alternative would be to test the masonry grid available in Visual Composer – http://screencast.com/t/PFZA4lstRghttps://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder

Thank you!

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

Hi,

I’ve checked your page but i see not comment counts, i guess you managed to remove them. The css is:

.td_block_slide .td-post-comments {
    display: none;
}

Thank you!

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

Hi,

You need a more precise css, try this:

.td_block_slide .td-module-meta-info {
display: none;
}

Thank you!

kompic
Participant
#0

Hi, I tried to add js and css to footer from other plugins following instructions that you gave here: https://forum.tagdiv.com/page-speed-guide/

I followed pictures, and when I enter ”that” code to functions php I get list which I also copy to .txt
Then I run google insights and get information that I simply cant’t find on that list in .txt to get file id.

I found only 1 file id, which I included in that td-speed-booster.php, but when I made test again, there were no changes. I did delete the code that turns td-speed-booster off, so now it is ON all the time.

Please help me resolve this issue.
This is what I get when I enter ‘that’ code to functions.php:

common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
upme_admin_tipsy_js | http://badhat.ninja/wp-content/plugins/upme/js/jquery.tipsy.js
upme_admin | http://badhat.ninja/wp-content/plugins/upme/admin/js/upme-admin.js
upme_admin_modules | http://badhat.ninja/wp-content/plugins/upme/admin/js/upme-admin-modules.js
jquery-ui-sortable | /wp-includes/js/jquery/ui/sortable.min.js
upme_tabify | http://badhat.ninja/wp-content/plugins/upme/admin/js/upme-tabify.js
upme_tmce | http://badhat.ninja/wp-content/plugins/upme/admin/js/tinymce_language_strings.js
upme_chosen_js | http://badhat.ninja/wp-content/plugins/upme/admin/js/chosen/chosen.jquery.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
codemirror | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/lib/codemirror.js
codemirror_xml | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/xml.js
codemirror_javascript | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/javascript.js
codemirror_css | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/css.js
codemirror_htmlmixed | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/htmlmixed.js
codemirror_clike | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/clike.js
codemirror_php | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/php.js
wpuf-subscriptions | http://badhat.ninja/wp-content/plugins/wp-user-frontend/assets/js/subscriptions.js
wp-color-picker | /wp-admin/js/color-picker.min.js
jquery |
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
wpseo-admin-global-script | http://badhat.ninja/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.min.js
td_wp_admin | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_edit_page.js
td_wp_admin_demos | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_demos.js
td_page_options | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/tooltip.js
all-wp-rocket | http://badhat.ninja/wp-content/plugins/wp-rocket/inc/admin/ui/js/all.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
colors | 1
ie | /wp-admin/css/ie.min.css
upme_admin | http://badhat.ninja/wp-content/plugins/upme/admin/css/upme-admin.css
upme_admin_tipsy | http://badhat.ninja/wp-content/plugins/upme/css/tipsy.css
upme_font_awesome | http://badhat.ninja/wp-content/plugins/upme/css/font-awesome.min.css
upme_google_fonts | //fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext
upme_chosen_css | http://badhat.ninja/wp-content/plugins/upme/admin/js/chosen/chosen.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
codemirror_style | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/lib/codemirror.css
td-plugin-framework | http://badhat.ninja/wp-content/plugins/td-api-plugin/wp-admin/style.css
wp-color-picker | /wp-admin/css/color-picker.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
admin-wp-rocket | http://badhat.ninja/wp-content/plugins/wp-rocket/inc/admin/ui/css/admin.css

And when I run PageSpeed Insights, I get this every time 5 js scripts blocking rendering and 12 css:


…-includes/js/jquery/jquery.js?ver=1.11.2
/jquery/jquery-migrate.min.js?ver=1.2.1
http://maps.google.com/maps/api/js?sensor=true /* This ones I even don't know how to fix */
http://maps.gstatic.com/…s-api-v3/api/js/21/8/intl/hr_ALL/main.js /* This ones I even don't know how to fix */
…user-frontend/assets/js/frontend-form.js

css

http://fonts.googleapis.com/…lic%2C400%2C700&subset=latin%2Clatin-ext /* Maybe this can be fixed with prefetch, or not, or maybe if I find the output of that exact font css and include it in css, help.. */
/…nt/plugins/upme/css/font-awesome.min.css
/wp-content/plugins/upme/css/upme.css
/…-content/plugins/upme/styles/default.css
/…ent/plugins/upme/css/upme-responsive.css
/…form-7/includes/css/styles.css?ver=4.2.2
/…tent/plugins/td-api-plugin/css/style.css
/…r-frontend/assets/css/frontend-forms.css
http://fonts.googleapis.com/…C400italic%2C600italic%2C400%2C600%2C700
http://fonts.googleapis.com/…A500%2C400italic%2C700%2C500italic%2C400
/…ser/assets/css/js_composer.css?ver=4.6.2

Thats that. I only found 1 file id match, the others are just not there, also that 1 I did found, adding it to td-speed-booster.php (which is always ON) didn’t change a thing.

Thanks

Emil G
tagDiv Staff

Hi,

The problem is in the code, you set the block (on 2 columns) to generate 5 modules/row – http://screencast.com/t/hFJqiSnI5d

I’ve used custom css to change the default 33.3% width to 20% to clear this out.
Here’s an explanation on how the code works – http://screencast.com/t/8u1x8Vki3
Hope this helps.

Thank you!

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

Hi,

Please use the same code that Emil provided above, just add also php tags – http://screencast.com/t/ftC76A4PIOXhttp://screencast.com/t/r6J2xOGA9

<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1'));?>

Thanks!

desworks
tagDiv Member

Thanks again!

One problem if I do this:

.td-module-meta-info {
display: none;
}

It removes the meta info for all blocks and not just for the slider. Any solution?

Alin [tagDiv]
tagDiv Staff

Hi,

The order should be already descending by default like you can see in the screenshot – http://screencast.com/t/a5oREOZfBQS as the popular category block is also used in predefined footer style on our demo like you can see it is descending order – http://screencast.com/t/nxZalZ926ZB

Thanks!

Suhas
tagDiv Member

Another issue as well. How mobile friendly is the theme?

http://s30.postimg.org/68ek2ag1d/wp_ss_20150804_0001.png

All I get is code instead of the blocks. This issue was unexpected. Please help ASAP.

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I did not found module 1 or 11 on your site. Please note that if you refer to the block 1 and block 11(that you have on homepage) it is not the same:
*block1 use module 4 and module 6 – http://screencast.com/t/B6ieZPRe
*block 11 use module 10 – http://screencast.com/t/bxyuRWXx
You can copy the views function anywhere you want in td_module.php file, for example after comments function like in single – http://screencast.com/t/rAFdAPtc28Hr This should work also in your case, unfortunately we cannot provide custom work at this time as the time doesn’t allow us, we can make only some suggestions!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Using Ad Box(block or/and widget) and set sidebar ad, it will display the same ad. If you want to display a different ad you can paste the code in a custom spot from Theme Panel > Ads and set it in Ad Box block.
2. Unfortunately the theme doesn’t have an option to remove ads on specific page/post. This can be done using custom css or alter the code, but the issue on your site is the classes from body are missing and I need it to use a specific class for your single product page(or all products page).
I think that it is a conflict and a plugin remove those classes from the body, please check – http://screencast.com/t/TvG4K9JVSy it should look something like this – http://screencast.com/t/nSWbEOYJP8 Please deactivate all plugins except of Visual Composer, clear cache and use browser inspector tool(F12 on Chrome) on any of your articles not only product page have this issue and see if they appear, then activate your plugins one by one and see which one cause this issue.
3. Please check also our demo and see if you see the same problem – http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css to center the smart list images – http://screencast.com/t/rkbTJaPYWZv

.td_smart_list_1 .td-slide-smart-list-figure img {
margin: 0 auto;
display: block;
}

Thanks!

news_lp_client
Participant
#0

In categories i am using “Module 8”; I know it there wasn’t made for images. (Like you see in the picture bellow)

I mean, All modules are designed for using “All Images!” or “none images!”.
But in my site there are a lot of news that has got a image, and there are a lot of them that hasn’t got.
I can’t find the solution.

I need Hybrids modules and blocks that allow me make my site more easyly.

How i can resolve this problem?.

jimvanwyck
tagDiv Member

It appears that “box quote center” or “pull quote center”
might do it for me,
but it doesn’t seem to be in my dropdown list of shortcodes…

have they moved in version 6?

I would still prefer to have simpler styling… as above…
for the standard block quotes

thanks for any assistance you may offer

  • This reply was modified 11 years by jimvanwyck. Reason: for clarity
jimvanwyck
Participant
#0

Hi –

I am not good at coding nor CSS, but use blockquotes a lot,
and wish to have them styled differently.

I would like them just inset a little, not centered, not all capitalized,
and in the default font and sizing, etc…

The current huge, centered blockquotes in all-caps is not good for
quoting a paragraph or two, as I often do.

Thanks for any help you can offer

==>Jim
PS… appreciate your help, this theme is the best i’ve ever used

gfran5
tagDiv Member

How would i add a custom ad placement on post below bottom share buttons?

i’m using this: <?php echo td_global_blocks::get_instance(‘td_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_1’)); ?>

but it’s not showing

Viewing 25 results - 34,876 through 34,900 (of 39,816 total)