Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
zartan
Participant
#0

Hi,

This is a bit of stretch, but I’m hoping someone on support or maybe another user has some previous experience with displaying the correct event date for The Event Calendar by Tribe on the Newspaper homepage.

Editing parts of td_module_1.php and by using filters, I’m able to display the post type tribe_events in the Newspaper layout Pagebuilder + latest articles + pagination. I can display the correct date in the Homepage latest articles section (bottom loop just before pagination) and in a widget but in Blocks, all I get is the current date. This is the code I’m using to display the date:

<?php echo tribe_get_start_date($post->ID, false, ‘l, F jS, Y’); ?>

From a few things I read over at The Event Calendar’s forum, a new loop is needed but I really don’t know how to do it in the Newspaper theme. Any help would be greatly appreciated!

thanks!

uss
Participant
#0

Hi,
I’m using Block 1 to show posts from category on homepage.
Post composed using http://www.tablesgenerator.com/html_tables
When preview post everything is ok, but table content of post will be convert to text-line like “JTNDZGl2JTIwY2xhc3MlM0QlMjJ0Zy13cmFwJTIyJTNFJTNDdG” if the post included in Block module.

Is there anyway to fix and force it display full table content post using Block?
Thanks.

scandmr
Participant
#0

Hi, I would like to put author’s avatar beside post title using visual composer’s module 9 on my homepage.

Is there any way to do that?

thanks team.

Chris Baird
Participant
#0

I have been trying to post HTML for a calendar – and it posts it twice.

I can’t leave this online as an example on the page I’m trying as I want my homepage to look great.

Andrei L.
tagDiv Member

Hi

The classic blog from our demo it’ built with module 15 + sidebar right: http://screencast.com/t/7wTLBKtpVG5e You can try to use module 15 that will display entire post content but you can add from wordpres in every post the read more button where you want to stop displaying the content in homepage, like here: http://screencast.com/t/fdekkT2jVj

Hope this help.
Thanks!

  • This reply was modified 10 years by Andrei L..
Brain916
Participant
#0

1. I would like to have an advertisements below the top 4 posts on categories and tag pages. Here is an example (shown on the homepage http://www.sneakerfiles.com )
http://postimg.org/image/pl4oa5ver/

2. I would like to make the font in posts a bit larger and more profound without editing any of the other parts of the website.

3. Is there a way to edit the Mobile menu? On desktop I have two navi bars, one top and bottom but would like to include some of the URLS on the top bar (Like release dates) for mobile viewers but do not want to move it to the second navi bar on desktop.

Thank you for reading.

Bogdan B.
tagDiv Staff

Hello,

You will have to check the screen options to see if the homepage latest articles is ticked: http://screencast.com/t/AUo1q1edbG If it is. just deselect and select it again to refresh the option.
As for the pagebuilder under latest articles i cannot provide a quick solution for it. You could use the do_shortcode function to add content below the latest articles section:
For example use this code:

And add it here: http://screencast.com/t/dzWVQcfiD
This will force a VC block you set to it to display below latest articles.

I hope this helps
Thank you.

AzharNadeem
Participant
#0

Hi All
I am not a coding expert so I don’t know what I am gonna say makes sense or not but it is possible to build category pages like home homepage using the built-in theme blocks. I know this is currently not a theme feature but can it be made?

I want to show club wise info (20 clubs) on Premier League category page but under existing options I can’t. I can build a page the way I like but can’t build a category page.

Is there any solution that can help me achieve this (no looking for theme customization).

Thanks

Azhar Nadeem

TheMediumUTM
tagDiv Member

Use two different sidebars: one a default and one specially made for the homepage. When editing the page, you can choose a custom sidebar under “page template”.

theredtop
Participant
#0

Hi all, the images on my homepage seem to not be working. I can’t think what could be causing this…

Any ideas?

Thanks in advance,

Lawrence

Android91
tagDiv Member

I already created a model with a new name and new file name with the code of “pagebuilder + lastest articles” but with this one I have no “homepage lastest articles” settings, juste “page template settings”.

Furthermore I have not managed to create a pagebuilder below and above lastest articles in the same time.

Thank for your help !

AgencjaNewsNet
Participant
#0

1. Is it possible to pin the posts in Big Grid slider? For example, I want to have the second post on the second position, despite adding new posts to slider.
I have tested the WP-Sticky plugin and SM Sticky Clicky Star, but it doesn’t work.

2. Is it possible to add an excerpt to the main field in Big Gris Slider? Now I have only the title.

3. Can I have the update of the theme automatic? Is there a risk, that settings of my page will change after the update (modules on the homepage/colors/widgets?)

4. How implement an url to external site in FOOTER COPYRIGHT TEXT?
When I add Agencja NewsNet the system stick to the url the domain of the page,
expample: http://otopanorama.pl/news-net.pl

5. When I’ve created my own sidebar and add an widget, it appears on the site correctly, but when I want to edit the content, there is no such possibility, the content disappear in the cockpit, it’s empty (but visible on the site). When I want to edit it, I have to add new item.

Thank you in advance for help!
Agnieszka

Catalin
tagDiv Staff

Hi shadyns,

You can edit your homepage latest articles from WordPress panel when you edit your page, like this: http://screencast.com/t/8lEL2aGQdxL .
If you want to change the number of articles per page, please check the Limit post number field and if you want to change the picture size you have to change the module layout.

Hope this helps and let us know how it goes!
Thanks!

Berbi
Participant
#0

Hi again,

Nearly there, all is fine but I have an error message on : Homepage latest articles/Post loop settings/ :

Warning: Invalid argument supplied for foreach() in /home/infocred/public_html/stock-newswire.com/wp-content/themes/Newsmag/includes/wp_booster/td_metabox_generator.php on line 34

This warning is displayed between “post type” and “sort order”, and indeed I can’t open the drop down menu on “sort order”.

I have done all plugins udpated, including latest WP version. And here is below the pasted code from my td_metabox_generator.php if it can help :

************************************************
<?php

/**
* generates the metaboxes used on pages that have loops (the filters of the loop)
* Class td_metabox_generator
*/
class td_metabox_generator {

protected $mb;

public function __construct($mb) {
$this->mb = $mb;
}

/**
* creates the fields with return of homepage_filter_get_map() array
* @param array $array_for_fields
*/
function td_render_homepage_loop_filter($array_for_fields = array()){
$arry_params = $array_for_fields[‘params’];

$buffer_field = ”;
foreach ($arry_params as $array_field) {
$buffer_field = ‘<div class=”td-meta-box-row”>’;

switch ($array_field[‘type’]) {
case ‘dropdown’:
$this->mb->the_field($array_field[‘param_name’]);

$buffer_field .= ‘<span class=”td-page-o-custom-label” >’ . $array_field[‘heading’] . ‘</span>’;
$buffer_field .= ‘<div class=”td-select-style-overwrite”>’;
$buffer_field .= ‘<select class=”‘ . $array_field[‘class’] . ‘ td-panel-dropdown” name=”‘ . $this->mb->get_the_name() . ‘”>’;
//creating options for select
foreach ($array_field[‘value’] as $select_option_key => $select_option_val) {
if($this->mb->get_the_value() == $select_option_val) {
$var_selected = ‘ selected=”selected” ‘;
} else {
$var_selected = ”;
}
$buffer_field .= ‘<option value=”‘ . $select_option_val . ‘” ‘ . $var_selected . ‘>’ . $select_option_key . ‘</option>’;
}
$buffer_field .= ‘</select>’;
$buffer_field .= ‘</div>’;

if (!empty($array_field[‘description’])) {
$buffer_field .= ‘
<span class=”td-page-o-info”>’ . $array_field[‘description’] . ‘</span>’;
}
break;

//default : textfield
default:
$this->mb->the_field($array_field[‘param_name’]);
$value_input = $this->mb->get_the_value();
if (!empty($value_input)) {
//
} else {
$value_input = $array_field[‘value’];
}

$buffer_field .= ‘<span class=”td-page-o-custom-label”>’ . $array_field[‘heading’] . ‘ </span>
<input type=”text” class=”‘ . $array_field[‘class’] . ‘ td-input-text-backend-generic-filter” name=”‘ . $this->mb->get_the_name() . ‘” value=”‘ . $value_input . ‘” />’;

if (!empty($array_field[‘description’])) {
$buffer_field .= ‘
<span class=”td-page-o-info”>’ . $array_field[‘description’] . ‘</span>’;
}
break;
}

$buffer_field .= ‘</div>’;
echo $buffer_field;
}

}

}//end class
***********************************************

Please advise what to do, with thanks in advanced.

Android91
tagDiv Member

Hi,

Thank You if works 🙂

But If I change the name of the file (i’am using a child theme) and the name of the template I loose the “homepage lastest articles” box. Any idea ?

I would like to keep both templates.

Any way to have two visual composer (one above and another below lastest articles list) ?

Catalin
tagDiv Staff

Hi shadyns,

For solve your problem, you should use as template Pagebuilder+latest articles+pagination when you edit your homepage, like this: http://screencast.com/t/dnSmseHGB7Un .

Hope this helps and let us know how it goes!

Thanks!

AzharNadeem
Participant
#0

I have just noticed that Big Grid is not working on my website (sportscourant.com). The only change that has happened to our site installation of Soccer Engine plugin to display certain soccer widgets.

With plugin active
1. Big Grid does not work. Latest Posts are not shown and shows only 3 posts instead of five.
2. Images stop loading on homepage as well as post pages

With Plugin Deactivated (not uninstalled)
1. No change in Big Grid behaviour
2. Images start loading

Any help?

Kind Regards
Azhar Nadeem

doucare1971
tagDiv Member

You can tell the size changes when you go from homepage to article. I have to regenerate images because I lost the right side of featured images.

shadyns
Participant
#0

Hello, I wanna to add on home page list of all posts but to be like greed just with pictures for example 12 of them to show on home page with page pagination and when you click next page or number of page to go to homepage/page/2/ and like that… off course when someone press page 1 again to bring him bach to home page. I sow this on one website but i don’t know how he did it.

cjm1982
Participant
#0

Hi, I seem to remember seeing this in the documentation but now can’t find it.

The responsiveness of the site works well, but I’d like to be able to change what visual composer block appears at the top of the homepage when viewed on mobile. I’m using grid 8, but would prefer the mobile view just to put the posts one after the other vertically (without the horizontal sliding feature).

lfsantana
Participant
#0

Hi,
I wanted to edit my homepage and when I tried to all I got was the shortcodes for the blocks but no visual composer interface.
http://www.screencast.com/t/eSfsCILKU

Chandra Has Reddy
Participant
#0

I have regenerated all the thumbnails and checked all the options in the “Thumbs on modules and blocks” section. But the grey gradient appers in the images. I am using biggrid 3. Please inform me the image dimensions so that the image fits perfectly in the section.

84KcZ
Participant
#0

Is there a way to set 404 errors to redirect instead to the homepage.

larceny
tagDiv Member

So I’m wondering now how to get the featured image to work – because it won’t show anything on the homepage for the background of post or thumbnail – without one. However that screws up the smart list slideshows, since it adds the image twice. Is there any way of using the slideshow while still showing an image on homepage for that post?

mammacare
Participant
#0

We need to display three pages within the Big Grid 3 element on our homepage. I can only get it to work using posts. Is there a way around this?

If not, What is the best way to replicate the Big Grid 3 styles?

Thanks.

Zach

Viewing 25 results - 13,676 through 13,700 (of 16,511 total)