Search Results for 'block'

Results from the Forum
Abhay Pratap
tagDiv Member

Sorry but I want to edit code of block 3.
See this http://www.bestwp.org/test1/
here 1st i have used block 3 with sidebar and template black
and 2nd block 3 full with template blank.
Here the screnshot of post edit page: http://i.imgur.com/2aIzc0X.png

in 1st I want to show 3 post instead of 2 with sidebar with using template blank. and in 2nd want to use 4 post instead of 3.
Thanks

Marius
tagDiv Staff

Hi,
Use Block 8 from Page builder and for loop use Module 5.

http://demo.tagdiv.com/newspaper/block-8/
http://demo.tagdiv.com/newspaper/category/module-5-category/

Thanks!

Marius
tagDiv Staff

Hi,
You need to set up from here what role will have all new users, i think Contributors is what you want. http://screencast.com/t/BGixzgz93u1n

You can read here about users role, and on Contributors say:

somebody who can write and manage their own posts but cannot publish them.

http://codex.wordpress.org/Roles_and_Capabilities

About the number of pageviews, this can be viewed public for all users/visitors.

All this stuff is supported by WordPress, not theme related and about that plugin User Role Editor we haven’t tested.

Hope this help!
Thanks for the message!

Radu A
tagDiv Member

hi,
like marius said the solution is to increase the big slider post number with multiplier by 4 like :
4 posts – 1 slide
8 posts – 2 slides
12 posts – 3 slides

to hide the arrows use this css:

.td_block_slide .iosSlider .prevButton, 
.td_block_slide .iosSlider .nextButton {
  display: none;
}

here : http://screencast.com/t/GUsVUiyLVi

Thanks for you message.
Radu A.

davistar
tagDiv Member

Ok, Christopher, you’re right. I’m probably worrying too much 😉 Thank you.

“WordPress commonly uses <h3> for the sidebar” But only for the widget titles and not the posts inside the widget.

colecoboy84
tagDiv Member

Thanks Steven! The homepage is set to Module 6, not Module 5. I switched to Block 3 per your advice and that got rid of the excerpt. Block 3 is vertical, I think having the content layed out horizontally looks neater, but I guess there’s no way get rid of the excerpts otherwise?

Steven
tagDiv Member

You need to choose block 3 in the VC to not have the post excerpts…

iha
Participant
#0

HI

In normal without td-speed-booster :
http://prntscr.com/3luyhd

But when active the td-speed-booster plugin the main menu reversed like in image :
http://prntscr.com/3luzgj

not only in main menu but also on blocks styles so any help for that ?

simchris
tagDiv Member

You can use <h3> headings without worry about SEO; WordPress commonly uses <h3> for the sidebar and other subordinate headings, as they are two levels below the main page heading <h1> and a level below content subheads in the post which are usually <h2>.

You can think of <h3> as a utility headline for any element on page which identifies an area or section, and can also be used in the post as well.

Technically in HTML5, you can use any H tag within a container, or section, if properly defined.

Upshot: nothing to worry about. 🙂

davistar
tagDiv Member

Or would you say, I shouldn’t worry about that?

davistar
Participant
#0

Hello,

is there a way to remove those h3 headings from the sidebar/ widget block modules? I don’t think it’s good for SEO if there are so many h3 headings in the sidebar, with different topics than the post itself (15 in my case – 5 popular news, 5 latest news and 5 last articles).

Kind regards,
davistar

maxu
tagDiv Member

In first photo, it was not ok because of “ğ, ş..” chars. If you look the second photo carefully, you can see fonts are not same with “before” photo. And the other problem is a line came under block header.(which named “sosyal aglarda biz” and “populer icerikler” block)

Thanks

Radu A
tagDiv Member

hi,
can you send me you site link, I don’t think you are using modules 6.

http://screencast.com/t/5ovBkxevzIjF (http://import.tagdiv.com/newspaper/doc/#blocks)

block 2 is using module 3 and 5.

Thanks for you message.
Radu A.

caltex
tagDiv Member

Thank you that worked perfectly!

colecoboy84
Participant
#0

Hi, how can I have post excerpts not displayed on the homepage? I’m using Module 6/Block 2. I tried setting the excerpt length at 0 for Module 6, but it didn’t work – the excerpt is still there.

Thanks,

Serg

Abhay Pratap
Participant
#0

Hello sir,
when we use page template blank and select block 3 from visual composer builder. It show default 3 post in one row. But i want to increase this no.

Radu A
tagDiv Member

hi,

use this css:


.item-details .more-link-wrap.wpb_button.td_read_more {
  padding: 0px 8px 0px 8px !important;
  margin-top: 15px; 
}

here : http://screencast.com/t/4tOfAnyr9

if you want to remove the button :
http://screencast.com/t/3sGvygxCxoh
http://screencast.com/t/qM0curZ2

Thanks for you message.
Radu A.

caltex
Participant
#0

How can I make the CONTINUE button smaller and add more pad between it and the excerpt?

And, if I needed to exclude it from Blocks 6 & 9, could I do that?

Thank you! You guys provide the very best support!

samnaun2000
tagDiv Member

Same Problem with Title Tags in Blocks … One Example:

<img width="100" height="65" itemprop="image" class="entry-thumb" src="http://www.loomee-tv.de/wp-content/uploads/2014/05/image_20140520T115710-100x65.jpg" alt="Interstellar Thumb" title="Erster Trailer zu "Interstellar" mit Matthew McConaughey und Anne Hathaway! [Video]"/>

danielpetre
tagDiv Member

Thanks Radu, i’m not gonna fiddle anymore with this, im kindof tired,
i just solved in my nginx.conf, here is the line of the server block for :80 that redirects all requests to /wp-login to the ssl part of the site:

location ~ \.php$ {
location ~* /wp-login { return 301 https://$host$request_uri; }
STUFF
}

it was:
location ~ /wp-(admin|login) { return 301 https://$host$request_uri; }
and was erroring for Newspaper theme, saw it in firefox web console..

Atelier Helsinki
Participant
#0

Hi guys,

I’d like to change the text on the read more link button for module/block 6 from ‘Continue’ to the chosen language.

Which template should I been adding my string translation code to?

Thanks

higherweb
tagDiv Member

Hello,

I find a solution,

In td_block_mega_menu.php, ligne 126

Replace
$td_subcategories = get_categories(array(‘child_of’ => $category_id,)
By
$td_subcategories = get_categories(array(‘parent’ => $category_id,)

It’s works for me

Marius
tagDiv Staff

Hi,
You have used an Ad block with Header code in sidebar. http://screencast.com/t/TVhcoO9G
You can’t use an Ad box with header code in sidebar. Use only sidebar, or custom ad1,2,3.

Thanks!

jankosh
tagDiv Member

Hi Marius,

yes I did set “Hide Content which is not available for the selected language” that you show here http://screencast.com/t/j2LHi6EPm – as I stated right in the first post of this topic.

Thank you for pointing me to “Homepage – with article list” template, I wasn’t aware of that and although it helps a bit, it still is not a real solution becuse the problems with custom built pages persist.

Before, I also said that I use WP v3.8.1 because it is compatible with latest available version of qTranslate. However, I encountered another problems with pagebuilder there (once I added some text block and tried to edit it, I wasn’t able to save/cancel/close it) so I was forced to update the WP to its latest 3.9.1 version.

Luckily enough, qTransalate works on the frontend in WP 3.9.1, except for custom built pages as I said a few times. In the backend, I am not able to switch between post editors for different language versions but that is not a major problem because <!--:en--> or [:en] tags still work as expected.

So to put it simply, my problem is this:
When I make custom page with slider, block or widgetized sidebar that show posts, the theme also shows there posts which are not available for currently selected language.

I also tried not to use my custom built page with slider and instead, use template called “Homepage – bg + with article list” (so that I can have the upper slider, even if it is not exactly the layout I desire), but that doesn’t show the top slider at all!

I assume that it will take some time to fix these, so my question is: what and where should I change to make custom built pages filter out the content that is not available for the currently selected language? If not all custom pages, at least the slider module please.

Thanks in advance,

Thomas

Viewing 25 results - 38,901 through 38,925 (of 39,816 total)