Forum Replies Created
-
AuthorPosts
-
March 11, 2016 at 12:33 am in reply to: Responsive – Transparent Header. I want it to stay the same. HELP!! #596630
Hi Jordan,
Thank you for the prompt reply. Your suggestion is not working. I even took a look further down the elements listed in inspector to see if maybe I did something through enfold-child css but nothing is preventing this.March 10, 2016 at 8:24 pm in reply to: Responsive – Transparent Header. I want it to stay the same. HELP!! #596544Are you kidding me? This has a general overview and nothing to do with my question. Can you provide me an actual answer or do you not know what you are doing?
Nevermind I placed it in the enfold theme and worked
Andy,
Does this link article refer to functions in enfold theme, enfold child, or wordpress includes?- This reply was modified 8 years, 8 months ago by Vicken. Reason: To correct words in order to increase efficiency of read/response
Hi Ismael,
I appreciate your attempt to solve the problem but you are wrong. Although this appears to solve the problem, the issue here is you are focused on the image container and not the content portion beneath it. This may seem like a solved problem, bit it is actual creating another issue. The problem is your JS files are loading after the css. The css should be the lowest on the stack for an application like WP. This means even if I make the changes I listed earlier in this chat thread, they are being over written by the JS changes that load after. This is an architectural mistake by the developers. They must move the script ahead of css in this instance.Also please see the site page in question that I linked in private above. Your changes maybe working when your in the inspector on chrome but they wont change when added to the child-theme css. This is all due to the css positioning in your stack!
- This reply was modified 9 years ago by Vicken. Reason: Added more details
Hi Andy,
Nothing is working because the child css is loading before the JS that controls this logic. This matter needs to be addressed, or nothing will work. DO you know which JS call is being loaded so we can move it up in the stack and beneath the child css?Thank you but you did not answer my question regarding how to best use your form and / or tools to do what I am trying to do?
Also what real estate sites have been created using Enfold?
Hi Rikard,
Thank you for the prompt reply. I am actually a developer myself. However because Enfold has no wiki or documentation to help better understand its system to modify files by harnessing enfold architecture fully or responsibly. Therefore I come to you guys so I can have better direction.So my situation is simple. EVery Real Estate Developer gets access to so sort of a Feed from its Listing service. They will use this feed to display homes, properties etc… when someone wants to do a search for example. However, In order to offer these forms to do searches, they need to be made using this feed which I will turn into a json API.
The problem I am encountering is, you have a great set of tools here to do all sorts of stuff with this feed. However, for example if I build a form using your tools in order to inherit the Enfold stylings and work faster, I have no option to do any configuration to it so I can coordinate it with a Javascript or PHP file that will fetch the data.
Therefore I wanted to know how we can better work with your tools or code to achieve this. I would hate to have to buy another theme, I really love Enfold.
Never mind, the answer is:
add_filter(‘avf_blog_style’,’avia_change_archive_blog_layout’, 10, 2);
function avia_change_archive_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘single-big’;
return $layout;
}add_filter( ‘post-format-standard’, ‘avia_category_content_filter’, 15, 1);
function avia_category_content_filter($current_post)
{
if(!is_single())
{
$current_post[‘content’] = get_the_excerpt();
$current_post[‘content’] .= ‘<div class=”read-more-link”>‘.__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span></div>’;
}
return $current_post;
}Hello??
This advice is not very useful. I want my category page to look like the demo. This doesnt not explain or achieve it. I want the picture first, then the title/meta beneath it with a read more link.
When I follow your direction and the link it tells me look into archive. However after much research this information is wrong because a change must have happend since then. When I look into archive everything about the layout seems to be inside:
echo "<div class='entry-content-wrapper'>".$blog->html()."</div>";
Where is the actual page/file to edit the HTML layout?
I want the title etc.. beneath picture like demo with read more link..
How do we achieve this?
- This reply was modified 9 years, 5 months ago by Vicken.
June 7, 2015 at 1:54 am in reply to: Please help with Layout, I want to post a banner at the top! #455567what hook do you have for the main blog loops? I want to add a widget like in header between every 3 blog post, how can I do this?
June 4, 2015 at 8:01 pm in reply to: Please help with Layout, I want to post a banner at the top! #454718Yes because I placed it in head which forces it , but I want to do it using Enfold Hooks so I can use Enfold to style it. Where can I find a list of Enfold hooks etc.. documentation?
June 3, 2015 at 5:54 pm in reply to: Please help with Layout, I want to post a banner at the top! #453982This reply has been marked as private.June 3, 2015 at 5:54 pm in reply to: Please help with Layout, I want to post a banner at the top! #453981Thank you so much for your prompt reply!
I will try this, I want to put it on above the centered logo, see my url in next private post.
Also,
Please advise how to override widget Media Queries which hide these widgets as the screen gets smaller like tablet or mobile…Please advise.
June 3, 2015 at 2:29 am in reply to: Please help with Layout, I want to post a banner at the top! #453489Also,
Why does the widget disappear when it goes below 992px?
How can I control the visibility through Media Queries and omit the ::before?June 3, 2015 at 2:12 am in reply to: Please help with Layout, I want to post a banner at the top! #453485The problem with this solution is this is beneath the main menu and I want the Ad banner over the logo.
How do I change: ‘ava_after_main_menu’ => to something else that refers to above the logo?
I cant find any documentation?
Example:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
Thank you!
I did change transitions, but the changes mimic the one you provide us as a stock slider so why is this not animating?
Did you see my site?This reply has been marked as private.This reply has been marked as private.How do I redirect the Path of images that the Layers slider is trying to pull?
I just completely removed Enfold and then reinstalled it again, and it is has not fixed the issues…
As I replied to your earlier I did as you said and it did not work, so how can I correct the path for images for the Layers plugin?
It appears it has something to do with the path from Layer slider to the images folder, how can we adjust this?
How can I reinstall all of Enfold without losing the work I have done?
I already imported the settings but I doubt it will save my layouts and pages exactly right?
I just did it and it did not work
How do I install a new copy of Enfold without losing all the work I’ve already done?
This reply has been marked as private.Yes did not work, previews in all areas also do not work…
-
AuthorPosts