Search Results for 'homepage'

Results from the Forum
nigelpradeep
Participant
#0

Hi,

I have 2 problems – 1st is a bug fix and the second is a design element change.

First-
If I use the Slide Block at the end of my home page – I face the following problem –

When I limit my post number to 1 – it shows 1 post on the home page but, if I increase the limit of the post number to 2 or more – it shows all the posts at once – instead of a slide. The images display one below the other – like a stack and even displays over the footer of the homepage. When I asked a developer for some help – this is what he had to say – The problem is a javascript bug “TypeError: $.support.transition is undefined”

Second-
I want to hide – or remove the pagination at the bottom of my home page. How do I remove the same?

Thanks & Regards,
Nigel

joelpeterson
Participant
#0

Hey… loving Newsmag!

I’ve got a feature request or does anyone know how to do this.

I found the setting for “Featured Images” inside the Theme Panel and I see there is a way to turn them off or on.

I have a need to turn them off for desktop on the post page but want them to show on mobile.

It would be nice to add 2 selectors…. Show featured image desktop, Show featured image mobile.

I still want them to always show on the homepage.

Anyone know a way to do this?

Thanks,

Joel

brianzulberti
tagDiv Member

The website is http://www.mentalhealthsuggestions.com. Just go to the homepage on a cellular device and you will see that the picture for the image “How Mental Illness Changed My Politics” is not showing up.

Ladiesabroad
Participant
#0

Hi

I have disabled the sidebar on my homepage and created a sidebar using the 1/3 row (standard functionality from the Wedding News demo). http://www.ladiesabroad.se/.

On my posts I have the sidebar enabled and I have added a downloaded widget (MailMunch) and placed it under Apprearance -> Widgets -> Newspaper Default to display it on the posts. http://www.ladiesabroad.se/2016/08/dubrovnik-stari-grad.html

How do I place downloaded widgets to my homepage so they will be visible on my selfmade 1/3-row sidebar? I want the FÖLJ LADIES ABROAD sections of my homepage and posts to look the same (subscribe by mail on both).

I use Visual Composer for creating my Homepage.

Thanks.

AndrewAAE
Participant
#0

Hello,

I’m asking if there is an option in the theme to automatically stretch the image to fit into the squares on home page layout?

I know that “Regenerate Thumbnails” plugin can bulk resize all thumbnail images, however it is not convenient to regenerate the thumbnail after posting every post (because the featured image usually doesn’t fit in there)

I also don’t know what is the recommended image size for it to show correctly on homepage!

Here’s a screenshot of what i mean:
https://s32.postimg.org/bdub5yp79/image_resize.jpg

I appreciate your help

lilian.regus
tagDiv Member

ok, but I can not edit the homepage for example with Visual Composer, because after update Visual Composer doesn’t work.

Catalin
tagDiv Staff

Hello trantienthanh255,

Now, you are using the pagebuilder+page title as a page template, right? So, if you want to get rid of the Page Title and the Breadcrumbs from your homepage, you will have to switch this page template to another one, from here -> http://screencast.com/t/qwdZInRd7

Thanks for your understanding!

trantienthanh255
Participant
#0

Could anybody help me to solve this issue?

I point it in the photo: https://goo.gl/rzXBKB

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks @Edward for you help!

@Ladiesabroad
Instagram widget update works fine: http://screencast.com/t/EakIItNMy

@maymay
please open a new ticket and provide more details about what you’re trying to do. Meanwhile check our documentation for more details about homepage setup and how to use Visual Composer: https://forum.tagdiv.com/how-to-use-visual-composer/https://forum.tagdiv.com/homepage-how-to-build-and-set-it/https://forum.tagdiv.com/block-settings-tutorial/

Thanks!

Andrei L.
tagDiv Member

HI

So I assume that you don’t want the header ad on homepage: http://www.creativepile.com/ If so then use this css in theme panel > custom code > custom css:

.home .td-header-rec-wrap{
display: none
}

Let me know how it goes.
Thanks!

manjiri
Participant
#0

Hello,
My homepage is deleted permanently by mistakenly.
We are not able to find it’s revision.
Page was created using visual composer.
This is crucial issue.

Can any one tell me how to import these settings?

Thanks,

Reagards,
Manjiri

filipposimo
Participant
#0

Hi,
after the last updates the display of the rows is really messed up. If we choose, for example, a 2/3 + 1/3 division, the content in the 1/3 column will be displayed randomly, full-width, throughout the page.
This is a serious issue since the homepage is involved. How can we fix this quickly?

Thanks for the kind support

Catalin
tagDiv Staff

Hello creativepile,

Please notice that the Mobile Theme is too different than the general responsiveness mobile mode, are two different things. The mobile theme has been designed to display only the Big Grid in the top of your homepage, some text if it will be write in the mobile editor from Visual Composer and the Latest Articles modules which will be displayed at the bottom of your page. For more information about our mobile theme concept, please refer to the documentation here -> https://forum.tagdiv.com/the-mobile-theme/
If you want to change the structure of it, please notice that it is needed to make some additional customization through mobile theme plugin that involves custom work and we cannot provide this type of services at the moment, sorry!

Thanks for your understanding!

JoeBuddenNYC
tagDiv Member

Thanks Catalin BUT it doesn’t help.

Because the first capture isn’t what you said about Block Settings … it’s on Pages, Homepage and Modifier (modify) Page.

Screen Capture

And News Ticker, BUT, I do not see how change the text as shown on this image

Screen Capture

Thanks in advance and have a nice day.

Larry
tagDiv Member

Hello Bro!

Thank You for your awesome and very helpful reply.

I have successfully inserted the icons into module 3.

But the plugin is presently sharing the homepage on alone.
http://www.screencast.com/t/b4PWWitwYN

Please what should I insert into the function, to pull individual Post Url instead.

Here is my code.

<?php

class td_module_3 extends td_module {

function __construct($post) {
//run the parrent constructor
parent::__construct($post);
}

function render() {
ob_start();
?>

<div class=”<?php echo $this->get_module_classes();?>”>
<div class=”td-module-image”>
<?php echo $this->get_image(‘td_300x194’);?>
<?php if (td_util::get_option(‘tds_category_module_3’) == ‘yes’) { echo $this->get_category(); }?>
</div>
<?php echo $this->get_title();?>

<div class=”meta-info”>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>

</div>
<?php if(function_exists(‘social_warfare’)):
social_warfare(array( ‘use_current_page’ => true ));
endif;

?>

<?php echo $this->get_quotes_on_blocks(); ?>

</div>

<?php return ob_get_clean();
}
}

Andrei L.
tagDiv Member

Hi

Sorry for misunderstanding.
This happens because you’re using homepage post element which extends by default above main menu. Try this css in theme panel > custom code > custom css to make the background black: http://screencast.com/t/yQMoNEoaV

.home .td-header-style-8 .td-header-sp-logo {
background-color: black;
}

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately I cannot find the error. You mentioned you had title problems. Titles are there on the homepage, on posts themeselves, on category pages, etc. I could not find a single title that does not display properly. Please provide more details, a screenshot or a link pointing at a title that does not display properly.
As fopr the image, you do not have any featured images. You need to set featured images to your posts by follwing this guide: https://forum.tagdiv.com/featured-image-or-video/ and https://forum.tagdiv.com/featured-image/
Thank you!

Catalin
tagDiv Staff

Hello drahmetsenses,

I have checked your both image link and its seems to work as properly because both of them directs to the homepage.

Thanks for your message!

Catalin
tagDiv Staff

Hello Wannee,

You can notice that the Mobile theme is part of our latest improvements to our theme and is too different than the Mobile Responsiveness version which was until now and which is in the present available if you disable the Mobile theme plugin. Please keep in mind that the mobile theme has been designed to have very basic structure just to be very fast and simple to use. The Mobile Theme will display you 1 Big Grid to the top of your homepage, filtered by your Featured post, some content but only if you added this in Mobile Editor and in the bottom of the page you get the Latest Articles module. All of these elements are set it by default and you cannot change this but only if you want to alter the code. If you are unhappy with this, you can simply turn off the mobile theme plugin and the theme will be switched to the normal responsive mobile which displays you all the elements which are in the desktop version, adjusted to mobile mode.
For more information about mobile theme, please check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/

I hope that you understand this concept.

If is not what you mean, please provide more details.

Thanks for your message!

nikthehat
Participant
#0

Hey – how can I edit the “DONT MISS” and “TECH AND GADGETS” on the homepage as shown in the screen shot – when I say edit, I mean the same way you are able to edit the widgets on the right side by changing the title & what they feature.

http://tinypic.com/r/15ez7n9/9

brianzulberti
Participant
#0

Good evening,

To begin with, I am sorry for asking six questions in a row. I tried to figure each one out for myself but didn’t have any luck. And I am under time constraints. But this is my last question for now. Please examine my homepage at http://www.mentalhealthsuggestions.com. The first Visual Composer row and element is the long yellow “Under Construction” banner. It is the first row. I went and changed the margin 0 zero, but I still couldn’t get it to position flush under the black menu bar. I don’t want any white background showing between the header and the first graphic. Help!

username10005
Participant
#0

Does anyone know how to get this to not show up? Image attached. I use the default newspaper themecode showing on homepage

Secondly, I don’t want any categories or topics for my posts. I went in and deleted all of them but on the home page it still has color coded titles like “Lifestyle News” and “tech and gadgets”. Also with visible code on them. Does anyone know how to get rid of these?

categories

Does anyone know how to disable?

giampablo
Participant
#0

Hello,
on my homepage I have a simple Latest Articles loop (with pagination starting after 6 articles) like your blog travel demo.

I want to display an adv after the third article in each page
i.e. 3 articles – adv – next 3 articles – adv… and so on.

Is there a way to achieve this?
Thank you

sarawakv
Participant
#0

Hello there,

Before this , i have set, to disable comment count and post view in themepanel >> post setting.

But after the recent theme update there is “0” numbers appear on the blocks on my homepage as you can see. (number 0 next to the post title)

How can i disable this, it still appear although the post setting is off for comment count.

This gives a band impression when people come to the homepage. pls help!

– SV
http://www.sarawakvoice.com

brianzulberti
Participant
#0

Good evening,

I am looking for a couple of clarifications. I attached a feature image to my homepage the other day, and it did not display at all. This was surprising to me because the other themes that I have had experience using would display the feature image prominently at the top of the page. However, when I tried to attach the same image as a feature image on one of my posts it displayed large and prominent like I was used to. I am guessing that this theme just chooses not to display the featured image on pages?

I’d appreciate it if someone could clarify a few assumptions for me. I assume that with pages the feature image is still the image used as a default image with social sharing and also the default preview image for widgetized areas. Am I correct on these assumptions?

Brian Zulberti

Viewing 25 results - 12,251 through 12,275 (of 16,511 total)