Forum Replies Created
-
AuthorPosts
-
and here is what we want to achieve:
https://drive.google.com/open?id=0BzF3a9LXV99JT2FPc3VpYzI1eEU
A button which has a margin to the top and a margin to the buttomSorry but this breaks the layout completely:
see screenshot
https://drive.google.com/open?id=0BzF3a9LXV99JMFFDRERwU1kwVWMregards martin
Hi
i said: IF i use this code ….add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }
(like mentioned in your ducumentation) than It does show a one column view and all content is shown (not only featured image and excerpt)
See screencast here;
https://drive.google.com/open?id=0BzF3a9LXV99JbEdmQ1NXdjF3M2sand here is the question:
how can we change the actual view of the categories – http://www.trauerkarten-druck.com/magazin/ratgeber/kondolenz/ – for example from 3 columns to two columns?Regards martin
Hi,
please provide us with a PHP-solution. We use a child theme
thanxkind regards Martin
- This reply was modified 8 years, 6 months ago by pixopolis2222.
April 25, 2016 at 3:04 pm in reply to: Replace the default “Blog – Latest News” title (Doc seems to be wrong) #621365That worked.
Thanx!!!
kind regards MartinPS: Maybe you should updatethat tipic in your documentation
April 25, 2016 at 2:58 pm in reply to: Replace the default “Blog – Latest News” title (Doc seems to be wrong) #621357No its on top of the file and in the private field you find te whole content of our functions.php
April 25, 2016 at 2:49 pm in reply to: Replace the default “Blog – Latest News” title (Doc seems to be wrong) #621345OK, here we go
Hallo Rikard
thanks for the link and as far as it concerns the functions.php i am done.
But i guess i need some help for the positioning.
What i used is this<a href="http://www.trauerkarten-druck.com/" title="Trauerkarten bestellen" class="shopbutton" > <span class="button-icon-divider-left"> <i class="fa fa-home"></i> </span> <span class="button-text-left"> Trauerkarten bestellen </span> </a>
I turns out like this:
http://www.trauerkarten-druck.com/magazin/ (upper right corner “Trauerkarten bestellen”)What i want to achieve is a button that looks a bit like this (http://digital-print-group.de/magazin/) and the button should not use the whole height of “header_main”
Can you please helpu us with that?
regards Martin
- This reply was modified 8 years, 6 months ago by pixopolis2222.
-
AuthorPosts