Search Results for 'block'

Results from the Forum
Marius
tagDiv Staff

Hello,

To make the update just replace the files via FTP.
Her we have a video: http://import.tagdiv.com/newspaper/doc/#howtoupdate

mertnuhoglu
Participant
#0

I would like to customize number of words shown as excerpt in Block 2 of Visual Composer as here:

How can I do this?

gazgaz
tagDiv Member

it is necessary that the block can be displayed on each page

gazgaz
tagDiv Member

I would like to block with links can be output via the widget in the sidebar and block the creation of pages in WPBakery Visual Composer

  • This reply was modified 12 years by gazgaz.
akobryan
tagDiv Member

Hi,

Next week would be ok, I can wait for the update.
Just : do you have a documentation about how to do an update ?
It’s my first wordpress blog, so I don’t want to put the mess in it with a bad action or a wrong setting !

Thank you

Radu
tagDiv Staff

Hello,

Can you wait for the next update (next week?) Or do you need it asap?

thanks for your message

Radu
tagDiv Staff

Hello @dohuytoan did you manage to download the latest version? I can send it to you via email if you want.

@NewWP in the first picture it’s block3 on a full width row. and in the second it’s block 2 in sidebar

Oxidesign
Participant
#0

Hello,

There is an error in my homepage. When i add block, i have this 3 messages :

Warning: explode() expects parameter 3 to be long, string given in /home/voyagesm/modern-house/wp-content/themes/Newspaper/includes/class/td_util.php on line 235

Warning: array_pop() expects parameter 1 to be array, null given in /home/voyagesm/modern-house/wp-content/themes/Newspaper/includes/class/td_util.php on line 237

Warning: implode() [function.implode]: Invalid arguments passed in /home/voyagesm/modern-house/wp-content/themes/Newspaper/includes/class/td_util.php on line 238

Do you know how can i fix it ?
Best regards,
Oxi

gazgaz
Participant
#0

try to run the system on its website from the link exchange. Exchange website sape.ru.
They require inserting php code on the instruction here:

To be able to display hypertext links on the pages of the site that you want to connect to the system, it is necessary at the beginning of the source code of these pages do the following php-box:

<?php
     if (!defined('_SAPE_USER')){
        define('_SAPE_USER', '***********myID***********');
     }
     require_once(realpath($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'));
     $sape = new SAPE_client();
?>

Further, in those places page where you want to display a link, insert the following code:
<? echo $sape->return_links($n); ?>
where $ n – the number of links you want to display in this spot on the page . The last call to this function, the document must be made with no parameters.

Example: Suppose you want to display on the page 5 links in 3 blocks, separated in different parts of the page, for example, one link under the left navigation menu, 2 links under the right menu and the remaining two links in the “footer” of the page. In this situation, you need to make the source code of the page 3 additional php-insert:
<? echo $sape->return_links(1); ?>– Under the left menu;
<? echo $sape->return_links(2); ?>– Under the right menu;
<? echo $sape->return_links(); ?>– In the “footer” (note the function is called with no parameters, because it is the last challenge of this page);

In that case, if the web site is going to series connection of multiple files (via include, require), or call any of the functions, then to call the code in these files or functions, you must define the variable $sape how to create a global client before use it.
That is, the initiation of the original client will look like:

<?php
    global $sape;
    if (!defined('_SAPE_USER')){
        define('_SAPE_USER', '***********myID***********');
    }
    require_once(realpath($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'));
    $sape = new SAPE_client();
?>

and continued use (already inside the included file or in the body of the function):

<?php
    global $sape;
    echo $sape->return_links();
?>

my question is how to do it. I was trying to push in different places but there is no result. all subject to the standard rvbotaet without problems.

akobryan
tagDiv Member

Something about 700×160 px and left alignment should be ok.

Thank a lot !

alexeeev
tagDiv Member

For me it works, but with some problems:
Ad block are shown not only after the last paragraph in post, but even after the “read more” button in category/blog page.
Can you help to solve it?

Marius
tagDiv Staff

Hello,

What size of logo you want to put? You want to be centered?
We will make an option in following updates.

Thanks for the message!

Marius
tagDiv Staff

Hello, appwallvn and NewWP

1. We use Block 2 http://screencast.com/t/ihp1OsNZB1ek with follow options http://screencast.com/t/RNQSS7c7uPgI , http://screencast.com/t/YKZ83xD5YFN ,
http://screencast.com/t/jnnQrSpKwmO and the template of page must be Homepage-with article list http://screencast.com/t/XLtMmgkKGw.

2.If you edit a post you have this option like here: http://screencast.com/t/hG7nDWLQ4sv The reviews post will appear with star on all the widgets and blocks from newspaper.

About social counter please go in Appearance-> Install Plugins and activate the plugin like here: http://screencast.com/t/V533CHwf1
Afetr you activate the plugin go in Appearance->Widgets http://screencast.com/t/znoorHbR45u and here please add the id facebook http://screencast.com/t/ZTcwh0ywlbh7 , etc 🙂

NewWP
tagDiv Member

Hi,

Have you tried to re-download the theme (which is updated on themeforest) and copy the file Newes to update?

By the way, I found your site was quite nice. Also, I want to ask how you can create the block on your homepage (screenshot: http://www.screencast.com/t/pPyDayCEX9SO and http://www.screencast.com/t/1QQaZvk4Bv)

I couldn’t find these blocks on Visual Composer.

Thanks in advance.

NewWP
tagDiv Member

Hi Mathew,

I also want to create a custom block which I could change a bit from the existing elements, so can you show me how?

For example, I want to create a block of 1 row and 3 columns with a slider (screenshot: http://www.screencast.com/t/WsQt683Zn2i) or a column like this: http://www.screencast.com/t/UdEUoYwOb

I couldn’t find it from the existing elements of the theme.

Thanks in advance.

NewWP
tagDiv Member

Anyone can help, please?

I couldn’nt find these blocks on visual composer by default.

akobryan
Participant
#0

Hello,

I’d like to use a bigger logo (300×100 is a bit small) like a banner, because I don’t need ads block. Which is the best way to do that if possible ?

Thank you a lot, great support you do here 😉

NewWP
Participant
#0

Hi tagdiv,

There are a couple of questions I want to ask (which i couldn’t find the answer on this forum) about the sample page on themeforest:

1. I want to create a block of 1 row and 3 columns like in the sample page (including categories on top right, the slider…) but I couldn’t find any element in Visual Composer. Link: http://www.screencast.com/t/WsQt683Zn2i

2. How to create a block on side bar like this, with the rating of each post? Link: http://www.screencast.com/t/UdEUoYwOb

Thanks in advance.

joventu
tagDiv Member

Hi Marius,

Thank you.

thomaspe
tagDiv Member

Concerning ads: Another idea.
At least in germany we do have to add some notice to ads being such.
Maybe you could offer a css solution to mark ads as ads in the ads options.

thomaspe
Participant
#0

Please consider adding mixed ads. i.e. responsive ad elements you can mix own ads and adsense. This block should not reload on browser resizing.

If the logo area would be widgetized like the footer would be awesome too.

Marius
tagDiv Staff

Hello

Yes can be combined but if you want to have that background on big slider you must have to use the template with bg http://screencast.com/t/dAdqpWLo69h

Marius
tagDiv Staff

Hello,

We will add in documentation about modules and blocks.

Marius
tagDiv Staff

Hello,

1. Open function.php and replace this code to be like this:

//big slider – big image
add_image_size(‘art-slidebig-main’, 745, 606, true);
//big slider – small image
add_image_size(‘art-slidebig-small’, 326, 200, true);

http://screencast.com/t/VXIPbVKjIvff

2. Open td_module_slide_big.php located in \includes\app\modules and replace art-wide with art-slidebig-small in 3 places:

http://screencast.com/t/1JMfDchB

3. Add this to style.css


@media
(min-width: 1200px) {
.td_block_slide_big .iosSlider-col-3 .item {
height: 606px !important;
}

.td_block_slide_big .iosSlider-col-3 {
height: 606px !important;
}
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-main {
height: 606px;
}

.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-sec {
height: 200px;
}
}

@media
(min-width: 768px) and (max-width: 1018px) {
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-main {
height: 545px;
}
}

4. Rebuild the thumbnails using steps from here: http://import.tagdiv.com/newspaper/doc/#existing-content

Viewing 25 results - 39,776 through 39,800 (of 39,816 total)