Search Results for 'block'

Results from the Forum
NM-user
tagDiv Member

Just checked and this behaviour seems to be caused by Visual Composer. If you add a Text Block through VC and try to do a Dropcaps I get this wrong output. If however I go to the ‘standard’ editor and use the Dropcaps style it is rendered properly.. Please investigate 🙂

Andrei L.
tagDiv Member

Hi

To improve your site performance you can try to reduce the number of queries (fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load). By removing the ajax drop-down filter, content preloading and ajax pagination: http://screencast.com/t/gG1jdJsjThttp://screencast.com/t/NkM3ldIDEqY the number of queries it will be significantly reduced. Also consider using a cache plugin and to improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html We also use it on our demo. If you haven’t already, you can try a caching plugin, like WP Super Cache or cloudflare’s CDN.
You can also contact your host provider and let them know about this, they might have specific info on what is the cause of this in your case.

Hope this help.
Thanks!

Bogdan B.
tagDiv Staff

Hi,

I just tested this on my local installation and the files you referred to are indeed the ones used for ‘no thumb’. It worked on my end, i just simply edited the image and it showed up:
http://screencast.com/t/V81WDLyQPYlehttp://screencast.com/t/M79JT1Ma3bW
Please make sure you edit the right thumbnail though. You can see thumbnail used for every block/module here: http://screencast.com/t/2n8ObkP7w0

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

The category function for modules was not designed like the function used on posts and it will not take the color for category that you set in Theme Panel > Categories > each category. You will need custom modifications for this and unfortunately we cannot provide custom work at this time. The primary category on modules has a specific css and a background color, so you can change it, but you will have the same color on all blocks/modules – http://screencast.com/t/mYcL44DMPO If you want to do this you can change it using this custom css in Theme Panel > Custom Css:

.td-post-category {
background-color: #192399;
}

Regarding the hover color, it will have the theme accent color that you set in Theme Panel > Theme Colors(by default is blue) – http://screencast.com/t/76FAYGPfnqy2http://screencast.com/t/yqrVj7PolZ58 Or if you set a background color for block title(like on your homepage) it will take the same color on hover – http://screencast.com/t/6gEY6V4yGa

Thanks!

Bogdan B.
tagDiv Staff

Hello

1) I do not understand how you want it to move with the content. It did that before modifying it.If you want your background to move with the content, that means a sticky background, exactly as it was before.
If you want to multiply the image you will have to alter the theme files and change the jquerry code here: http://screencast.com/t/v7FUwSFORNHR.

2) There is no setting to adjust the width and height of the block elements. It can be done with css but we do not recommend this as it will break the site layout.Your best bet is to use them in their default state and use bigger images or use the thumbnail upscale plugin to stretch your images to fit the containers. (the theme crops images but does not enlarge them)

3)You can follow this topic to see how one of our helpful users got it working. He even created a tutorial for it: https://forum.tagdiv.com/topic/google-custom-search-integration-to-newspaper/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

I believe it happens due to your server configuration which is not responding, it could be due to a delay or it could also be a temporary issues so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this so you could also test this on a fresh wp install and let us know if you still get the same result.

Thanks.

Andrei L.
tagDiv Member

Hi

You can add in block filter this custom post type: tribe_events like here: http://screencast.com/t/2ejukDcsA But you also need to add the post post type in that field, otherwise your post won’t be displayed in block.

Hope this help.
Thanks!

Bogdan B.
tagDiv Staff

Hello,

You can manage the title length from the theme panel for every block/module: http://screencast.com/t/wmkgTlrL0I4o

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Not all blocks use the full size image on the 1 column layout. For some blocks this decision was made to use css and rescale the image instead of using a thumbnail. These blocks are block 11, 15, 18 and 21 (on the one column version). We are aware of this and it is on our list of updates. Until we can change this behavior in a future update, you could alternatively use another block to display your content or you can edit the theme files and change the module used for block 18 – http://screencast.com/t/nDVQgA4Yp

Thank you for your understanding.

hbger
Participant
#0

Hello, dear friends on the forum,

I have problems on Google AdSense.
I have set up some ads, but it still appears as a blank block.

https://drive.google.com/file/d/0B32VoGOC5lm-cEdJeVZxZWswbWs/view?usp=sharing

https://drive.google.com/file/d/0B32VoGOC5lm-R09JNDJpUlFOUEE/view?usp=sharing

http://3media.tw/

Can anyone give me some advice about it?

By the way, I am really thankful to all the stuff who answered my questions.
I love “Newspaper” and thank you so~~~~ much !!! 🙂

nathan
Participant
#0

How to set iframe fixed in Raw Html?

This is my web: http://phut90.vn/livescore#inscore_ifheight_xdc_4006

the frame was be broken size when i zoom in or views on phone, Tablet.

Thanks

1.

( “<iframe id=”inscore-xdc-178218″ src=”http://www.livescore.in/vn/free/178218/&#8221; width=”790″ height=”500″ frameborder=”0″ scrolling=”no”></iframe>

<script type=”text/javascript”>/*<![CDATA[*/try{function inscore_178218_xdc(){this.elm = null;this.hash = null;var times_resized = 0;var times_not_resized = 0;this.resize = function(){times_resized == 1023 && (times_resized = 0);times_not_resized == 1023 && (times_not_resized = 0);if(this.getElm() && location.hash && location.hash != this.hash){this.hash = location.hash;var reggg = new RegExp(“.*inscore_ifheight_xdc_([0-9]{2,5}).*”);if(result=reggg.exec(location.hash)){this.getElm().style.height = (typeof result[1] == “undefined” ? “10000”:(result[1] > 500 && result[1] <= 30000 ? parseInt(result[1]):500)) + “px”;times_resized ++;}} else if(location.hash && location.hash == this.hash) times_not_resized ++;else return resize_later(75);resize_later(250);};var resize_later = function(time){setTimeout(function(){ inscore_178218_xdc_run.resize(); }, time);};this.getElm = function(){try {(typeof this.elm == “undefined” || this.elm === null || !this.elm) && (this.elm = document.getElementById(“inscore-xdc-178218”));} catch(e) { this.elm = null; }return this.elm;};var show_links = function(){if((times_resized >= 1 || times_not_resized >= 2) && (obj = document.getElementById(“freescore_links_178218”))){obj.style.visibility = “visible”;obj.style.display = “block”;} else show_links_later();};var show_links_later = function() { setTimeout(function(){ show_links(); }, 100); };if (typeof window.postMessage == “undefined”){show_links_later();resize_later();}else{var ev = function(event){try{var data = JSON.parse(event.data);}catch (e){return;}if (data instanceof Array && data[0] == 178218 && typeof data[1] != “undefined”){eval(data[1]);}};if (window.addEventListener){window.addEventListener( “message”, ev);}else if ( window.attachEvent ) {window.attachEvent(“onmessage”, ev);}setTimeout(function(){ document.getElementById(“inscore-xdc-178218”).contentWindow.postMessage(JSON.stringify([“178218”, “run”]), “*”); }, 2000);show_links_later();resize_later();}};var inscore_178218_xdc_run = new inscore_178218_xdc();}catch(e){document.getElementById(“inscore-xdc-178218”).style.height = “10000px”;}
/*]]>*/</script> )

2.
( <iframe src=”http://www.tablesleague.com/iframe?width=700&height=469&font_name=Verdana&position=1&font_size=14&team_link=0&link_color=404040&games=1&wins=1&draws=1&lost=1&goals=1&goals_against=1&gd=1&points=1&next=1&form=1&font_size=14&font_color=000000&bg_color=FFFFFF&header_font_color=FFFFFF&header_bg_color=1fb9e4&bg_col=1fb9e4&font_color_col=FFFFFF&highlight=e3e3e3&hover=8cd214&league_header=0&league=l_145&team=&timezone=7&language=2&team_flags=0&#8243; width=”700″ height=469 frameborder=”0″ scrolling=”no”></iframe> )

Magistar
Participant
#0

Hi there I would like to use category colors to improve navigation and structure.

I have set category colors for pretty much all main categories and their color appears correctly when I use style 3 for the categories.

However on blocks they are not used currently. For example for widgets I used block 7 and 18. Also on the category page itself the top grid does NOT color the mouse over correctly. Instead it shows the template highlight. Somehow on the frontpage blocks the colors are interactive. For example the block with How To has red effects on mouse over and hyperlinks.

Any thoughts?

Temporary url: http://goo.gl/oFQl3N

Image:

View post on imgur.com

awtown
Participant
#0

I tried to update Newsmag to the version released last week. It failed miserably.

Before installing, the old version was deleted and the new zip file was uploaded. The wordpress panel indicated the theme was installed and activated. When trying to access the site, I get these wonderful things:

wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/home/rebellio/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_api.php

wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_2 is not set.
/home/rebellio/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_api.php

wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_3 is not set.
/home/rebellio/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_api.php

There were four pages of these. I tried the update twice and both times it failed with the same errors.

Fortunately, reverting back to the old version seems to have worked. I’ve updated the theme previously with no issues.

What’s going on? I need some of the features of the new theme, but can’t afford to risk dealing with poorly developed themes.

fusion
Participant
#0

Please how to find which module uses ajax calls?

I want home page less ajax as possible because i have
high traffick and my website goes down.

I have not installed plugins only your theme .

Please have a look and let me know what to move to have
less ajax calls as possible?
For example does slider use ajax?
How to disable ajax in blocks etc?
My website is
http://www.panorama.com.al
Thank you in advance

Jens H.
Participant
#0

Hi.

I need to change Newspaper theme to show “The Events Calendar” items in the different blocks. the tag workaround is not good enough.

I’ve browsed through the code but cant see where to alter the code to get posttype events into the feeds.

Has anyone an good idea how to do that.

Bogdan B.
tagDiv Staff

Hello,

You can set excerpts in letters or words. A i see it, you have a ‘single big word'(no spacing) in your excerpt so the letters version will be your best bet:
You can set excerpts to letters from here: http://screencast.com/t/s1FCohzoE and then you can set the number of letters for each block/module: http://screencast.com/t/imlgXuvfU1

Thanks.

Bogdan B.
tagDiv Staff

Hello,

I reccommend adding another class to the block title so you can target it with css and not affect other block titles. Something like:
<h4 class="block-title custom-class"><span>Sign up for our newsletters</span></h4>
Then you can use the custom class to style the title for example:

.custom-class h4{
float:left;
font-size:14px;
}

I hope this helps
Thank you!

  • This reply was modified 10 years by Bogdan B..
Gee95
Participant
#0

Hello,

I’m trying to create my own block-title header for a section where readers can sign up to my newsletters.

I’ve got it in an ad unit slot so it’s below my article.

The current code is:

<h4 class="block-title"><span>Sign up for our newsletters</span></h4>

This has made the title text centered and not aligned left? How can i get it to align left (like the other block titles on the page) and make the font bigger for this title only?

Thanks,

Thomas
tagDiv Member

Here more details to understand that the block look don’t feet with the other of your theme:

VM

cfolks
tagDiv Member

Hey Alin,

Here is 4.6.1: http://tlmag.wpengine.com
Here is 6.5.1 after following your steps: http://tlmag2.staging.wpengine.com

As you can see, it appears that the blocks are still not working.

Kind Regards.

Thomas
tagDiv Member
Andrei L.
tagDiv Member

Hi

You can set up your shop page using the special elements woocommerce elements available in Visual Composer: http://screencast.com/t/nKNaqtZRkb Try using a text block to add the text section on the page, the featured products block for featured products than a product block for the other products.

Hope this help.
Thanks!

Bogdan B.
tagDiv Staff

Hello,

1) Please provide more details to what frame you are talking about. Is it a block thumbnail?, a lightbox?, a smartlist?, a galery?…etc. Please provide a screenshot if you can.

2) You can use this custom CSS:

.backstretch{
position:absolute!important;
left:-13px;
width:100%!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

WordPress is stripping the code from the textblock. It is a default behavior of WP.
You can maybe use a plugin for this: https://wordpress.org/plugins/gravitate-event-tracking/
Or you can maybe find a ‘non plugin’ solution online:
https://wordpress.org/support/topic/wp-edit-preventing-wordpress-from-stripping-out-onclick-javascript
https://www.quora.com/How-do-I-get-WordPress-to-stop-removing-my-OnClick-events-when-I-use-the-visual-editor

I hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to have a page with all your contributors you can create one and use Author Box blockhttp://screencast.com/t/91uDL9Jzhttp://screencast.com/t/0dXLQwkdUr You can select the authors/contributors that you want to display using the author ID – http://screencast.com/t/tfgtw3U6E
Also if you want to display the author’s bio, please add this code in td_block_authors.php file – http://screencast.com/t/WK0YhKefG0ahttp://pastebin.com/WHkGgzsX
And use this custom css in Theme Panel > Custom Css – http://screencast.com/t/QB2j8KU4

.td_top_authors .item-details {
height: auto;
}

Thanks!

Viewing 25 results - 33,126 through 33,150 (of 39,816 total)