-
AuthorPosts
-
December 22, 2013 at 8:07 pm #203098
Hello,
I would like to have two different of posts, ‘blogs’ and ‘latest news’. I would like blog posts to automatically appear on the Blogs page and latest news posts to automatically appear of the News page. Is this possible and, if so, how do I go about it?Thanks
Giles
December 23, 2013 at 11:01 pm #203381Hi Giles!
Please do not choose blog page in Enfold theme options and create two pages for your posts. You can add any of blog elements to your page and choose to display certain categories. Same goes for the second category. That should do it
Cheers!
YigitJanuary 1, 2014 at 8:12 pm #204301Yigit,
Thanks for that. I will be looking at that over the next couple of days.
Just to say, I am enjoying playing with this theme. It is the best one I have found so far.
There are a couple of things I need assistance with:
Breadcrumbs: How do I get rid of breadcrumbs? (I’m sure I have seen this option somewhere, but I can’t find it now)
Buttons: If I am only using icons within buttons (and no text), is it possible to make them circles instead of rectangles?Thanks in advance.
GilesJanuary 2, 2014 at 4:15 am #204376Hey!
You can remove the breadcrumb using this on Enfold > Styling > Quick CSS:
.breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }
To change the button to circle, first, you need to add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like Buttons then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-button”.
You can add something like this on your custom.css or Quick CSS:
.awesome-button .avia-button { border-radius: 40px; padding: 20px; font-size: 12px; text-decoration: none; display: inline-block; border-bottom-style: solid; border-bottom-width: 1px; margin: 3px 0; line-height: 0; position: relative; font-weight: normal; text-align: center; width: 40px; min-width: 40px !important; }
Regards,
IsmaelJanuary 2, 2014 at 4:48 pm #204523Thanks for this. I am still building the site and when I am closer, I will be brave and try this.
Giles
January 2, 2014 at 5:41 pm #204547We looking forward to hearing from you :)
Regards,
Josue -
AuthorPosts
- The topic ‘Blog posts and Latest News posts’ is closed to new replies.