Forum Replies Created
-
AuthorPosts
-
Hi Jordan
You can see it here
So in the CSS I have put in:
.av-share-box-list.noLightbox{
text-align:left!important;
}
And I also have the CSS Social Share style -4 from the Enfold Documentationmany thanks
Peter
HI
I tried this but it doesn’t quite work when also using the CSS social Share style 4 – as you can see in the link.
Is there a solution to this?Peter
Thanks Yigit
I will try turning plugins off and see.
Hi Rikard
That works perfectly
many thanks for you helpPeter
Hi Victoria
As you can see in the link below, I’ve put with the menu back, so I’m looking to make it align with the text.
many thanks
Peter
Hi Rikard
No, that’s not actually a menu, it’s just text pretending to be a menu in a colum. I switched the header off on that page, so it’s just mock up.
many thanks
Peter
Hi Jordan
In the example I gave I put a 2/5 and 3/5 column with space between columns in a color section with default padding. So I would want the menu (logo left menu right) to start aligned to the text in a text box in the 3/5 column.
many thanks
Peter
Hi Jordan
I haven’t started a site for this yet, I just want to know if it is possible. I’ve done a mock-up which you can see in the link below. Basically, I just want the start of the menu to always be aligned with the text in the second column. I hope that makes sense.
Peter
Hi Jordan
Yes, that did seem to be the issue. I will go through them and try and identify which one is causing the problem.
many thanks
Peter
April 11, 2019 at 11:23 pm in reply to: Horizontal Gallery – opacity of next and prev images #1089758Hi Jordan
That works perfectly.many thanks
PeterApril 11, 2019 at 2:18 pm in reply to: Horizontal Gallery – opacity of next and prev images #1089559Hi Jordan
I’ve included a link to an example. Basically, I’m wondering if it is possible to reduce the opacity of the prev and next images here so the featured image stands out more.
many thanks
Peter
Hi Victoria
That sounds good, I will try that out.
many thanks
Peter
Hi Jordan
I’ve put an example in the link below.
This page has a colour section with the wider 100% code applied. and there are two columns, the left column with the text has a left padding of 50px applied, which aligns with the logo when the screen size is not too large but on a larger screen the logo left margin increase but the column margin stays the same. I’d like the left column margin/paddign to change in the same way as the logo.
many thanks
Peter
Hi Basilis
I see, no worrys.Peter
Hi Rikard
I’ve put a link to a page with a video element in. It is a Vimeo link and I have chosen a preview/fallback image and have ‘wait of interaction to load video’ chosen. So it is the play icon in the preview image I want to change.
many thanks
Peter
Hi Rikard
Yes please close the topic. Thanks again.peter
Hi Rikard
I downloaded and installed a fresh version of the theme and it all seems to be working now. Sorry to have bothered you.many thanks
Peter
Hi Victoria
I installed the latest Enfold version and everything seems to be working fine now. Sorry for any confusion
many thanks
Peter
Hi Victoria
Sorry there is a confusion here – the problem isn’t that the Quick CSS doesn’t work it is that some of the Advanced styling for the buttons doesn’t work. If I try to change the color and the font through Advanced Styling it has no effect.many thanks
Peter
Hi Victoria
I’ve removed all css in Quick css and the advanced styling on the buttons still isn’t working.
Many thanks
Peter
Hi Rikard
I’ve just tried that but it hasn’t made any difference.
many thanks
Peter
Hi Victoria
I have put the login details in the private content. There is also a page link to a page with some buttons as egs. In the advanced styling I have given them a blue font color and ‘Lobster’ font family but this has had no effect.many thanks
Peter
Hi Rikard
Yes, you can close the topic now. Many thanks
peter
Hi Rikard
That works great, many thanks
Peter
Hi Basilis
You can see an eg in the link below. So what I want is for the caption on the slideshow to be in the centre and for the slide numbering on the right to be gone.
many thanks
Peter
Hi Ismael
That works perfectly. There was a typo – extra ) – on line three, ie should be
if(is_singular(‘portfolio’))but it works fine now. Many thanks for the great support as usual.
Peter
Hi Ismael
Thanks for that, I’ve had a look through that and this is where I am now.
To reverse the direction of the next/prev buttons this works:
add_filter( ‘avia_post_nav_entries’, ‘enfold_customization_postnav’, 10, 2);
function enfold_customization_postnav($entries, $settings) {
$entries[‘prev’] = get_next_post($settings[‘same_category’]);
$entries[‘next’] = get_previous_post($settings[‘same_category’]);
return $entries;
}
However, I also want to restrict the next/prev to only showing one portfolio category. To do that this works:add_filter(‘avia_post_nav_settings’, ‘avia_post_nav_settings_mod’);
function avia_post_nav_settings_mod($settings)
{
if(is_singular(‘portfolio’)) {
$settings[‘taxonomy’] = ‘portfolio_entries’;
$settings[‘is_fullwidth’] = false;
}
$settings[‘same_category’] = true;
return $settings;
}But if I use both these together the next/prev buttons disappear completely.
many thanks
Peter
Hi Nikko
Yes, thread closed – thanks again.
p
Hi Nikko
That works perfectly, many thanks
Peter
Hi Rikard
I’ve put a link below. I’m trying to change the font weight on the image captions that appear on hover.
many thnaks
Peter
-
AuthorPosts