Forum Support

Shape 5
March 28, 2024, 10:05:30 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Big problem with category blog....  (Read 1332 times)
ffenter
Jr. Member
**
Offline Offline

Posts: 90

Gravatar


« on: March 15, 2016, 07:52:41 AM »

Hello
I tried to start a category blog today... while setting up I have a major problem:

Only the article content is showing, but I can not manage to show title or anything else.... What I did so far:

turned on everything in the global settings
turned on everything in the menu setting
turned on everything in the article setting

still not working...
check out: http://www.scripttomovie.com/index.php/en/about/blog-e

I also tried to change the menu from "category blog" to "single article" - then the article is not showing at all!!

Is there a global setting for this kind of issue within the vertex settings?  Or could it be anything else?

Please help me!

Thanx!!


Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: March 15, 2016, 12:44:19 PM »

Hello,

Vertex doesn't touch the article output, it sounds like some setting in Joomla is off but looks like you checked them. I'm not sure off hand can you send me Joomla login details? I'll take a look.
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #2 on: March 16, 2016, 12:59:06 PM »

I took a look and had Mike here take a look too. We have no idea why its not working, it should as you have it set. It might be a bug with multilingual side of Joomla. I recommend posting on the Joomla.org forum and seeking help there because we are at a lose as to why they aren't working. Also Read More buttons don't output either.

Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
ffenter
Jr. Member
**
Offline Offline

Posts: 90

Gravatar


« Reply #3 on: March 16, 2016, 05:09:55 PM »

Thank you! I did that... I will notify the topic if I can fix the problem...

http://forum.joomla.org/viewtopic.php?f=706&t=912978
Logged
ffenter
Jr. Member
**
Offline Offline

Posts: 90

Gravatar


« Reply #4 on: May 10, 2016, 04:46:39 AM »

After weeks of searching I finally could fix my problem!

I started to deinstall several stuff I did not use any more... after deinstalling BREEZING FORMS my problem was solved and all my articles are showing again. It seems to me that BREEZING FORMS somehow manipulates the articles...

I have one little problem left:
How do I make more space between each line in the "newest article" (Neuste Artikel) module? See link or pic attached...

http://www.scripttomovie.com/index.php/de/infos/blog-de

« Last Edit: May 10, 2016, 04:50:36 AM by ffenter » Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #5 on: May 10, 2016, 11:52:20 AM »

Oh wow that was frustrating, glad you found the issue though!

Try adding the below to fix the line heights:

Code:
.module_round_box .latestnews a {
     line-height: 28px !important;
}
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
ffenter
Jr. Member
**
Offline Offline

Posts: 90

Gravatar


« Reply #6 on: May 11, 2016, 11:54:09 PM »

PERFECT!!!! thanx  Smiley
Logged
ffenter
Jr. Member
**
Offline Offline

Posts: 90

Gravatar


« Reply #7 on: June 08, 2016, 03:55:07 AM »

I added:

.module_round_box .latestnews a {
     line-height: 28px !important;
}

It works out fine, but when I?m adding "-dark" to my module class suffix I have the spacing problem again...

Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #8 on: June 08, 2016, 10:46:24 AM »

If you can post a URL where dark is applied I can assist you with this
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
ffenter
Jr. Member
**
Offline Offline

Posts: 90

Gravatar


« Reply #9 on: June 08, 2016, 11:07:15 AM »

http://scripttomovie.com/index.php/de/funktionen
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #10 on: June 09, 2016, 10:58:39 AM »

Ok this should do it if you add the following:

Code:
.module_round_box .latestnews-dark a {
     line-height: 28px !important;
}
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
ffenter
Jr. Member
**
Offline Offline

Posts: 90

Gravatar


« Reply #11 on: June 14, 2016, 06:42:13 AM »

no, sorry... did not work... :-(
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #12 on: June 14, 2016, 12:19:07 PM »

Opps I see the issue, this should work, try this instead:

Code:
.latestnews-dark a {
     line-height: 28px ! important;
}
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.