Forum Replies Created
-
AuthorPosts
-
Thanks, good to know. It’s only a few dozen posts, so changing by hand will only be a few minutes’ work. But if there had been an easy automatic method, it would have been worth knowing for the future.
April 28, 2015 at 7:47 pm in reply to: Redirect category pages to latest post in each category? #436323Thanks Ismael.
Thanks Ismael.
March 14, 2015 at 6:34 pm in reply to: how to customize avia elements in general? – this time promo box #411538Darn, I’m confused again by promo boxes. They seem very useful, but I would prefer to be able to control each promo box separately – not change all promo boxes to be the same.
Please:
1. how do I control font-size in individual promo boxes?
2. how do I control font-family in individual promo boxes?
3. how do I control padding in individual promo boxes? (There is too much space separating the text from elements above or below.)
4. how do I control the padding between text and button within individual promo boxes? (This is the MAJOR issue – I have text running on top of the button, which is terrible.)
5. can I control the placement of the button in individual promo boxes? (It seems only possible at the right.)Thanks
March 5, 2015 at 5:34 pm in reply to: how to customize avia elements in general? – this time promo box #406537Thanks for the quick reply Günter. I just remembered also the advice given here to use Google inspector. I tried that a moment ago and found the correct avia element label. I’m learning.
Thanks for the suggestions Yigit. I slowly figured out some basic things:
1. The title bar can be hidden for each post with Title Bar Settings while editing the post.
2. The sidebar can be customized by creating new menus and adding them to custom sidebars; then the appropriate sidebar, like the title bar, can be chosen while editing posts, in Sidebar Setting.
3. The number of posts shown under domain.com/blog can be fixed by creating a page “blog”, then using ALB to add an element “Blog Posts”, within which the number of posts can be set.
There may be cleverer ways to do all these things, but they seem to work. I’m learning……
Hey Yigit, works like a dream. THANKS so much.
March 3, 2015 at 5:12 pm in reply to: Frontpage showing latest post for several topics (eg Economy, Lifestyle)? #405250Thanks again begrafiks (and Elliott). It took me some time to get started, but I have now made progress. For a beginner it can be a gamble to invest in a premium theme because you’re not sure it will do what you want until you buy it. But Enfold is working out great and I am already recommending it to friends.
Oh, thanks for pointing out the plugin Andy. In the meantime, Ismael gave me this code which works perfectly:
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { $settings['is_fullwidth'] = false; $settings['same_category'] = true; return $settings; }
I apologize if it looks like I started two threads for one question, but Ismael’s suggestion came up in discussing the formatting of categories in general.
Thanks to you both
March 3, 2015 at 4:30 pm in reply to: Category Posts in Custom Menu plugin doesn't work – any alternative? #405222Yes, as I said above, I found that Category Post List widget works. And I eventually figured how to change the font in the sidebar menu and get the hover-over colour to change.
Thanks for your time.
Perfect Ismael – that code is exactly what I wanted! THANKS
Thanks. I used Google Web Inspector and found avia-caption-title. I can affect the slider caption if I put this in Quick CSS:
.avia-caption-title { text-transform: lowercase !important; }
But this doesn’t work:
.avia-caption-title .awesome-avia-caption-title { text-transform: lowercase !important; }
(I also tried many alternatives to “.awesome-avia-caption-title”.) In other words, I can affect all caption titles, but I can’t change individual caption titles.
Thanks. I’ve read those two links, I have created category-slug.php files for my categories, and put them in my child theme folder. I’m not sure of the next step. Can I use the Avia Layout Builder to design these templates? Or do I have to learn how to code?
For example, when I go to a post, there are arrows at the left and right which take me to previous/following post. But those arrows are oblivious to category. How do I edit them so they stick to one category? Where are they defined? I have looked at several of the Enfold parent php’s and my hunch is that the arrows are “in” loop-index.php. But I have no idea how to start editing the code.
It would be great if you could get me started.
March 1, 2015 at 3:24 am in reply to: Category Posts in Custom Menu plugin doesn't work – any alternative? #403991This reply has been marked as private.March 1, 2015 at 12:30 am in reply to: Category Posts in Custom Menu plugin doesn't work – any alternative? #403960Sorry, Josue, I don’t know what you mean. If I activate Twenty Fifteen, my whole site is just a chaotic mess.
However this widget seems to function
https://wordpress.org/plugins/category-post-list-widget/
except that the text format doesn’t look very good – I have no idea how to make it change with hover-over, for example.I finally found out that what I wanted to do was change the icon list TITLE. I found a solution from Ismael here:
https://kriesi.at/support/topic/header-and-footer-enfold-default-style/.avia-icon-list .iconlist_title { text-transform: none; }
But this solution will apply through the site. How do I use Custom CSS to change the titles of individual icon lists?
Also, how do I do this for other elements. E.g. I have inserted an Easy Slider where I have added the Custom Css class awesome-easyslider. Under Quick CSS I have inserted:
.avia-easy-slider. awesome-easyslider { text-transform: lowercase; font-size: 10px; text-align:center; }
Which doesn’t work. Is there a general syntax for doing this kind of thing?
Please go to Appearance > Widgets and add widgets to your Blog Overview widget area
I can’t see any Blog Overview widget area.
In fact I just googled the phrase “Blog Overview widget area” and the only result for the entire internet is your message, so I have no idea what you mean.
I don’t know whether to wait for a reply.
Under blog layout, it says
“You can either chose a predefined layout or build your own blog layout with the advanced layout editor”
But how? I’ve found several threads from the past two years, with people confused about how to use ALB to do blog layout, and I now I’m totally confused.
I’m trying to create a page called Blog, with the permalink domain.com/blog. This seems impossible. When I try to make the permalink domain.com/blog, it won’t allow me, and turns it into domain.com/blog-2 or domain.com/blog-3.
Please, how do I format my blog?
Thanks Yigit, I stupidly didn’t see that tab. My fault.
Here’s my other question for the third time:
2. how do I do the same kind of changes for say an icon list? I tried .avia_iconlist.awesome-iconlist p { etc and it doesn’t work.
How can I change the text in icon list titles? How can I prevent it from being all capitals, how can I change its colour, size etc?I just want to specify the color of the headline on my frontpage.
- This reply was modified 9 years, 9 months ago by deadpeasant.
No Rikard, @begrafiks’s suggestion doesn’t work. I originally followed Ismael’s advice here
https://kriesi.at/support/topic/text-block-font-size/
As I described in my op, I put this in Quick CSS (as Ismael recommends):
.avia_textblock.awesome-textblock p {
background: blue;
padding: 10px;
font-size: 20px;
}
This code works, but @begrafik’s code doesn’t work.So back to my original questions:
1. how do I change font COLOR? E.g. font-color:red; doesn’t work
2. how do I do the same kind of changes for say an ICON LIST? I tried .avia_iconlist.awesome-iconlist p { etc and it doesn’t work.February 20, 2015 at 12:45 am in reply to: Frontpage showing latest post for several topics (eg Economy, Lifestyle)? #399360Thanks again, I’ll work through some documentation.
February 19, 2015 at 11:29 pm in reply to: Frontpage showing latest post for several topics (eg Economy, Lifestyle)? #399319Hi begrafiks
Thanks for replying. I have installed demos but have no idea how to make the specific frontpage that I described:
• several boxes, each containing the latest post in a given area/topic/category
For example, if I click on “Home v.10 Magazine”, it shows me a demo with Economy, Lifestyle, etc. Where are those things? How do I edit them? Are they categories? I have searched google, youtube, WP, and here to find explanations relating to what I would like:
• several boxes, each containing the latest post in a given area/topic/category
and I can find nothing (except some long pages of code).
Any help gratefully received. -
AuthorPosts