Forum Replies Created
-
AuthorPosts
-
Yes I tried but the banner is clearly in the wrong div.
Anyway I decided for this project to use another theme.Thanks anyway.
Perfect.
Thanks Yigit.Awesome, thanks
ps. Editing functions.php would not be update proof so i’m using a plugin for that instead ;)
July 12, 2016 at 8:27 am in reply to: Quick css for default (business) blog styling grid layout title #659698Sorry, maybe I was not clear but i actually allready found it.
Thanks anyway.July 11, 2016 at 10:52 am in reply to: Quick css for default (business) blog styling grid layout title #659145hi, its only available locally now but i just the correct class.
Its .minor-meta aYou can check your own demo:
I am talking about category titles like: Science
I’m glad you hijacked my topic :)
But please post the solution here when you find it.This works great.
Thanks Josue!To be clear:
[acf field=”youtube”] outputs the correct youtube address
but
[av_video src='[acf field=”youtube”]’ format=’16-9′ width=’16’ height=’9′ custom_class=”] only outputs:
’ format=’16-9′ width=’16’ height=’9′ custom_class=”]
It seems it does not allow a shortcode inside a shortcode.
Yes, but it does not work.
It only outputs:
’ format=’16-9′ width=’16’ height=’9′ custom_class=”]Im placing in in a codeblock.
So you mean I should use:
[av_video src='[acf field=”fieldname”]’ format=’16-9′ width=’16’ height=’9′ custom_class=”]Ahh I should have known that…
Thank you, that works fine now.Thank you @josue.
It works great!It actually shows the placeholder value when using field key, so thats not the solution too..
I am getting something now:
I used the form field keys name instead of the name or label.
It shows 1 field on the frontend now (the first) but not the rest:$output .= "<div><b>Geslacht: </b>".get_field("field_56e6b34ce7803")."</div>"; $output .= "<div><b>Geboortedatum: </b>".get_field("field_56e7d6485cf39")."</div>"; $output .= "<div><b>Vader: </b>".get_field("field_56e7d6695cf3a")."</div>"; $output .= "<div><b>Moeders vader: </b>".get_field("field_56e7d6a0d463b")."</div>"; $output .= "<div><b>Opbrengst: </b>".get_field("field_56e7d6acd463c")."</div>";
Hi,
I am trying to accomplish the same thing.
I’m using Advanced Custum Fields for portfolio items and I would like to display the fields in the magazine style.
So i added the following line to magazine.php$output .= "<p><?php the_field('geslacht1'); ?></p>";
and also
$output .= "<div>".get_field("geslacht1")."</div>";
just below
$output .= "<{$titleTag} class='av-magazine-title entry-title' {$markupTitle}>{$title}</{$titleTag}>";
But it does not output anything.
What am i doing wrong?- This reply was modified 8 years, 8 months ago by mikehenze.
Figured it out.
It is a.single_add_to_cart_buttonOr is this outside the support scope?
Installing this extension will allow me to use varnish with Enfold:
https://wordpress.org/plugins/add-headers/But i still think this is worth investigating.
This reply has been marked as private.Hi,
I have the same problem.
My host offers Varnish but it does not work with Enfold.Its not in any plugins because if i switch to another theme (like twenty fourteen) the cache works fine.
But in Enfold (latest, no child theme) it shows
Pragma: no cache
and
X-Cacheable NO: Backend headersI am not logged in, have no domain nor session cookies and trying incognoto mode in chrome.
I also added the two php settings in htaccess (because i have no access to php.ini).
I use apache.Please help because this is really important.
Nevermind, i found this plugin that allow exactly this:
https://wordpress.org/plugins/login-logout/Thanks
Thats too difficult for me and i do not want to change files or work with a child theme.
So please close this thread.Dear @rikard,
Yes i did.
And then i get multiple categories but it is always set to “all” by default.
I would like to link directly to another category selected.
Please see the first post.Maybe work with “section id” ?
Yes i have this now.
But i want users to be able to see the other categories also.Perfect.
ThanksThis fixes it:
@media only screen and (min-width: 989px) {
html.responsive {
overflow-y: scroll;
}.av-preloader-reactive {
overflow-y: scroll !important;
}
}Hi @ismael,
It really happens in all installations using the preloader.
Only in osx with the sidebar hidden as default the shift does not happen.Just browse in the showcase and you will find examples.
Like this one: http://blackouthair.fi/I think if you allow the scrolbar to be visable during the preloader the problem should be fixed.
Or even better, set a margin-right the size of the scrolbar in the preloaderHi,
I am sorry but this does not fix it (yet).
The shift after the preloader is fixed (because you add the sidebar in the preloader).
But the shift still happens when you click a link (because the sidebar disappears for a moment).Hi,
Please see the private info in this thread.
All details are there.The issue occurs in all sites that have the preloader enabled.
It has nothing to do with plugins, theme settings or browser settings.The code from that link only fixed the horizontal shift back after the preloader.
The page still shifts when clicking a link because the preloader removes the scrollbar.Can you adjust the code to also fix this?
I think this feature is very nice but can only be used when the scrollbar shift issue is fixed.ps.
You can test on osx by setting the scrollbar to “show always” in general settings.
Because the default setting is to only show when scrolling. -
AuthorPosts