Forum Replies Created
-
AuthorPosts
-
Sorry I thought I was more clear. I want the background of the whole box to be a different color not just the button haha.
To explain it more simply, when using the blog posts section, it adds a “read more” link. When using the blog posts section but setting it to portfolio items it doesn’t give that option.
In either case, I don’t want a link I want a button. There is no option for a button?
You can see exactly what I’m talking about on the homepage I’m building (link in private content)The portfolio items at the top don’t have a button or read more ink. Scroll down and see the “news & updates” section which has the “read more link” for each item. That’s the example.
November 6, 2020 at 1:16 pm in reply to: Angular Theme Compatibility for the Future (WP 5.5 and PHP 7.3) #1258853Victoria,
Does Enfold work properly with the newest WordPress version (5.5.3)?
Mark Besh
Visual Impact SystemsNovember 5, 2020 at 5:52 pm in reply to: Angular Theme Compatibility for the Future (WP 5.5 and PHP 7.3) #1258689Victoria,
Yes, we have already set up a “development” environment (separate from our Staging site), that we plan to do just that. I was just wondering if there were some ‘blatant’ issues that we will experience right away.
Question: Do y’all have any idea when Enfold will be 5.5 compliant? PHP 7.3 compatible?
Mark Besh
Visual Impact SystemsNovember 5, 2020 at 1:39 pm in reply to: Angular Theme Compatibility for the Future (WP 5.5 and PHP 7.3) #1258601Victoria,
Thank you very much for the quick response.
For our planning purposes, could you give us your professional opinion about what ‘issues’ we might come up against in taking our current Angular theme to Enfold? How “upwardly compatible” is Enfold with Angular? [ Note: Y’all have helped us, over the years, do a “little bit” of custom formatting that is in a few of the ‘core’ theme files ]:
https://visualimpactsystems.com/
Mark Besh
Visual Impact SystemsThis reply has been marked as private.Last thing would be about the buttons. Unlike the blog posts layout I don’t see a “plus link” addition so there is a button below them. Is this not coded in?
Sorry I was confused I thought you wanted me to use CloudApp for the solution didnt realize you were just using cloudapp as a server haha
- This reply was modified 4 years ago by mbesh.
Will look into this, thank you. Never thought to build this into you theme builder? If you can do it with blog posts why not just apply the same code to portfolio items?
To add more context, I’ve played with the “responsive, fixed”, etc settings and it changes nothing.
Yes, that’s only for blog and my point exactly. I want portfolio items to display just like blog items can, but there are no settings for this?
Maybe better explained over on this thread I stated
I like the use of the color sections Guenni007! Thanks for sharing.
Good to close! Will reference it later so I’ll save the url
Ah, good to know thank you!
This reply has been marked as private.Scratch that I just used a bunch of grid rows to condense it. Not the cleanest way but I need to move on.
Best example is on the home page I provided a link for. The text extends beyond the photos in the top section then the blog layout “new and update” the text does not. That’s the best way to visually explain the issue that is unresolved.
Used a bigger image and that did not help. Is there no CSS to make it look like the blog layout where the description doesn’t overflow past the image?
Ah makes sense I was using the background image setting in the slider settings at the top so it wasn’t its own layer. Appreciate it.
copy you didn’t want the image to be much bigger than that but good to know
That’s exactly what I mean, why is there any redirection at all for pagination? Why can’t it load in the same place and just go to more blog posts? Why does it need to reload the entire page? 100% of the users will not interact with this section if they see the page reloading, this is quite old in terms of website design.
Again, is there no way for the blog posts to simply slide in the same section?
before i open a new thread for this same problem, is there not a way to simply put the posts in a slider that doesn’t need any reloading of the page at all? Pagination seems quite silly because I think most users expect it to load immediately in the same place instead of the whole page reloading and then getting redirected to the posts. It’s extremely jarring and a great way to lose users on the spot.
Is there code for the posts to be in a sliding gallery? Or for the pagination to work as such? Or has the way you designed it forced it to reload the page no matter what?
Another one who added the code to function.php and the pagination of the blog posts on the home page still reloads the whole page…
Any direction would be great.
Looks to have worked in general styling thank you!
September 26, 2020 at 11:15 pm in reply to: Weird glitch where Separator/Whitespace elements are not working #1248727My whitespace is acting up too just in a different way. It’s leaving grey lines behind on the pages. I don’t see anywhere to remove this. I just want whitespace…
WE FIGURED THIS OUT!
FYI: If you are hosted on GoDaddy, be sure you “FLUSH CACHE” (in the WordPress Dashboard “title bar” across the top) after you upload a new robots.txt via FTP or after you make any changes with Yoast’s robots.txt editor!
ISSUE CLOSED.
Mark Besh
Visual Impact SystemsIsmael,
No, your additions changed all the ordering of all portfolios, and post sliders. We were happy with what we did when we added the “filter solution” in the Enfold documentation ( https://kriesi.at/documentation/enfold/change-the-sort-order-of-portfolio-elements/ ).
Now, just to finish up, could you help us with these last things:
On an iPhone, there are no “arrows” to indicate to the viewer that they have to swipe to see more projects (like the desktop does). Is it possible to have something like the desktop does? (left and right arrows).
Also, is it possible to change the color of the “square” behind the arrows in the Post Slider to #8fb25f green?
Thanks MUCH!
MarkVictoria,
I found this post in the documentation, and it does just want we need…WOO-HOO!:
NOTE: For others reading this later:
We put the code almost at the bottom of the functions.php file:====================
if(!function_exists(‘avia_custom_query_extension’))
{
function avia_custom_query_extension($query, $params)
{
global $avia_config;
if(!empty($avia_config[‘avia_custom_query_options’][‘order’]))
{
$query[‘order’] = $avia_config[‘avia_custom_query_options’][‘order’];
}if(!empty($avia_config[‘avia_custom_query_options’][‘orderby’]))
{
$query[‘orderby’] = $avia_config[‘avia_custom_query_options’][‘orderby’];
}unset($avia_config[‘avia_custom_query_options’]);
return $query;
}add_filter(‘avia_masonry_entries_query’, ‘avia_custom_query_extension’, 10, 2);
add_filter(‘avia_post_grid_query’, ‘avia_custom_query_extension’, 10, 2);
add_filter(‘avia_post_slide_query’, ‘avia_custom_query_extension’, 10, 2);
add_filter(‘avia_blog_post_query’, ‘avia_custom_query_extension’, 10, 2);
add_filter(‘avf_magazine_entries_query’, ‘avia_custom_query_extension’, 10, 2);add_filter(‘avf_template_builder_shortcode_elements’,’avia_custom_query_options’, 10, 1);
function avia_custom_query_options($elements)
{
$allowed_elements = array(‘av_blog’,’av_masonry_entries’,’av_postslider’,’av_portfolio’,’av_magazine’);if(isset($_POST[‘params’][‘allowed’]) && in_array($_POST[‘params’][‘allowed’], $allowed_elements))
{
$elements[] = array(
“name” => __(“Custom Query Orderby”,’avia_framework’ ),
“desc” => __(“Set a custom query orderby value”,’avia_framework’ ),
“id” => “orderby”,
“type” => “select”,
“std” => “”,
“subtype” => array(
__(‘Default Order’, ‘avia_framework’ ) =>”,
__(‘Title’, ‘avia_framework’ ) =>’title’,
__(‘Random’, ‘avia_framework’ ) =>’rand’,
__(‘Date’, ‘avia_framework’ ) =>’date’,
__(‘Author’, ‘avia_framework’ ) =>’author’,
__(‘Name (Post Slug)’, ‘avia_framework’ ) =>’name’,
__(‘Modified’, ‘avia_framework’ ) =>’modified’,
__(‘Comment Count’, ‘avia_framework’ ) =>’comment_count’,
__(‘Page Order’, ‘avia_framework’ ) =>’menu_order’)
);$elements[] = array(
“name” => __(“Custom Query Order”,’avia_framework’ ),
“desc” => __(“Set a custom query order”,’avia_framework’ ),
“id” => “order”,
“type” => “select”,
“std” => “”,
“subtype” => array(
__(‘Default Order’, ‘avia_framework’ ) =>”,
__(‘Ascending Order’, ‘avia_framework’ ) =>’ASC’,
__(‘Descending Order’, ‘avia_framework’ ) =>’DESC’));
}return $elements;
}add_filter(‘avf_template_builder_shortcode_meta’, ‘avia_custom_query_add_query_params_to_config’, 10, 4);
function avia_custom_query_add_query_params_to_config($meta, $atts, $content, $shortcodename)
{
global $avia_config;
if(empty($avia_config[‘avia_custom_query_options’])) $avia_config[‘avia_custom_query_options’] = array();if(!empty($atts[‘order’]))
{
$avia_config[‘avia_custom_query_options’][‘order’] = $atts[‘order’];
}if(!empty($atts[‘orderby’]))
{
$avia_config[‘avia_custom_query_options’][‘orderby’] = $atts[‘orderby’];
}return $meta;
}
}/*
* register custom functions that are not related to the framework but necessary for the theme to run
*/require_once( ‘functions-enfold.php’);
/*
* add option to edit elements via css class
*/
// add_theme_support(‘avia_template_builder_custom_css’);=====================
Victoria/Ismael: We would strongly suggest y’all add this code to the next update.
Now, just to finish up, could you help us with these last things:
On an iPhone, there are no “arrows” to indicate to the viewer that they have to swipe to see more projects (like the desktop does). Is it possible to have something like the desktop does?
Also, is it possible to change the color of the “square” behind the arrows to #8fb25f green?
I REALLY APPRECIATE all the effort you and Ismael have put into this!!!
Mark Besh
Visual Impact SystemsVictoria,
I placed just the slider code just after the line you suggested, and it ‘broke’ the website. Here’s the error:
This page isn’t working
0e5.ad2.myftpupload.com is currently unable to handle this request.
HTTP ERROR 500FYI: I still have “completed_projects” in the Color Section that has the post slider in it.
Below is the top portion of the function.php, to show you where I put the code (that broke it).
Also, just to be sure, we just want the title of the project to be shown below the pic—just want to have the order of the project show from “A” to “Z”.
In addition, on an iPhone, there are no “arrows” to indicate to the viewer that they have to swipe to see more projects (like the desktop does). Is it possible to have something like the desktop does?
Also, is it possible to change the color of the “square” behind the arrows to #8fb25f green?
Thanks for your help!
Mark
=============
<?php
if ( !defined(‘ABSPATH’) ){ die(); }global $avia_config;
/*
* if you run a child theme and dont want to load the default functions.php file
* set the global var below in you childthemes function.php to true:
*
* example: global $avia_config; $avia_config[‘use_child_theme_functions_only’] = true;
* The default functions.php file will then no longer be loaded. You need to make sure then
* to include framework and functions that you want to use by yourself.
*
* This is only recommended for advanced users
*/if(isset($avia_config[‘use_child_theme_functions_only’])) return;
// post slider query
add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2);
function avia_post_slide_query_mod( $query, $params ) {
$query['orderby'] = 'title';
$query['order'] = 'DESC';
return $query;
}/*
* create a global var which stores the ids of all posts which are displayed on the current page. It will help us to filter duplicate posts
*/
$avia_config[‘posts_on_current_page’] = array();. . . . .
==========
-
AuthorPosts