Boxed Layout – without adding background pic?

Posted in: Newspaper
Post count: 16

Hi

some small questions.

1. Is it possible to get the boxed Layout (especially the main menue) without adding a background pic? Because the background picture causes problems with “Post Template Style 6”.

2. are there any known issues with random 500er errors?

thanks in advance

Post count: 20688

Hi,

1. I checked the website, seems to look fine from what I can tell
http://prntscr.com/odmlgk
Header style 10 that is currently set is a full width header, but I could provide a solution if you want to limit it’s width. Let me know how you would like it to look.

2. Are you experiencing such issues? In what circumstances do they happen? Generally 500 errors are internal server errors – https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/

Thanks

Post count: 16

thanks for your reply.
if you could provide me a solution for header style 10 and boxed layout, it would be great.
it should look like the article page – maybe with background image too.

  • This reply was modified 7 years by SGAccount.
Post count: 20688

So something like this – http://prntscr.com/oe4js7 and on sticky
http://prntscr.com/oe4k1e
If that is what you want, this could should do it

.single .td-header-style-10 .td-header-menu-wrap-full,
.single .td-header-style-10 .td-header-menu-wrap.td-affix {
max-width: 1128px;
}

Enter it in the theme panel custom CSS section. It will apply to single post pages only. I could modify it if needed. Let me know how exactly.

Post count: 16

Perfect. Thank you

Post count: 16

some addidtional question.

– is it possible to get the boxed menue for starting page too? (in this way without background image)

– is it possible to set a background image only for starting page?

and last question: i have/had some problems with memory_limit on the page. at first the limit was 10mb, then i set the limit to 64mb but today i got this error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 36864 bytes) in /usr/www/users/bbesgc/sgsk-handball-klon/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 1665
i set up the memory_limit to 96mb now. is this normal?

thanks in advance.

Post count: 20688

I could create a code for the homepage as well
http://prntscr.com/og3mhw

.home .td-header-style-10 .td-header-menu-wrap-full,
.home .td-header-style-10 .td-header-menu-wrap.td-affix {
max-width: 1128px;
}

It can be added in the same custom CSS in the theme panel.

A background image can be set in the theme panel, but it will apply to the whole website.

You could set backgrounds for the rows containing the content in the homepage
http://prntscr.com/og3os1
And replace the latest articles section provided by the page template with a loop element in a row so it can have a background as well.

Or maybe set a background with CSS, that will work as well. For example something like this (I modified the header limitation width to make it display better in this case)
http://prntscr.com/og3t44
You can use an image of your choosing, here is the code if you want to give it a try
https://pastebin.com/cgJh9rjz

Regarding the memory, we recommend 256M, this would be enough for most websites. But if many plugins are used or plugins that use more resources, it can go higher. Here are our requirements guide – https://tagdiv.com/newspaper-theme-requirements/

Let me know if you have more questions.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.