Forum Replies Created
-
AuthorPosts
-
Hey!
This would have to be considered custom work. It would be best to hire a freelancer to help you out with advanced customizations like these.
Looking over your code though I noticed a typo here.
add_shortcode( 'curent crn', 'current_crn' );Regards,
ElliottHey wackyadventurer!
You’ll always want to use the Enfold settings to set the front page and the blog. Make sure nothing is selected in Dashboard > Settings > Reading.
Best regards,
ElliottHi Geoff!
Not that I know of. If it was just the background then we could maybe do some CSS but if your replacing the whole header then it’s going to take quite a bit of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with that customization.
Cheers!
ElliottHi!
Your link is giving me a 404. Go ahead and create the page with the problem and send us a link so we can take a look.
Regards,
ElliottHey iHuman!
Please see here, http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/. It needs to be added to the child theme functions.php file.
If your still having trouble then send us a WordPress login and we’ll take a look.
If your using any caching related plugins then be sure to clear their cache. Also make sure that Enfold is updated to the latest version, 3.2.3.
Cheers!
ElliottJuly 20, 2015 at 3:51 pm in reply to: Reverse order of right and left arrows on single portfolio piece #475892Hi Andrea!
You can switch them on lines 418 – 424 in the /enfold/functions-enfold.php file.
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['prev'] = get_previous_post($settings['same_category']); $entries['next'] = get_next_post($settings['same_category']);Regards,
ElliottHey ginnywills!
What happens when you change line 9 in the /enfold/includes/admin/register-portfolio.php file?
'name' => _x('Portfolio Items', 'post type general name','avia_framework'),Best regards,
ElliottHey eqira!
I’m guessing you would have to edit the menu walker but it would have to be considered custom work as it would take a lot of time and code to implement. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottJuly 20, 2015 at 3:38 pm in reply to: Can Latest News and Latest Portfolios be combined into one widget? #475876Hey larrywillisva!
Try changing line 461 in the /enfold/framework/php/class-framework-widgets.php file from this.
$new_query = array("posts_per_page"=>$count,"post_type"=>$this->avia_post_type);To this.
$new_query = array("posts_per_page"=>$count,"post_type"=>'any');Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey!
Open up /enfold/functions-enfold.php and around line 1084 you should see this.
$args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');Try changing it to this.
$args = array('title_li'=>'', 'depth' => 1, 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');You can change the depth => 1 to -1, 0, 1, 2, 3, etc etc, to choose how far down the heirarchy you wish to display.
Regards,
ElliottHey Virtualentertainments!
That is not handled by the theme and I don’t think the google maps api has any options for that so I don’t think that is going to be possible. You might be able to target the div containers with CSS if you go deep enough but I have not tested it out and it’s probably going to change for each map you create so it’s going to take a lot of work.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi Gurify!
Not sure. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
3. Activate the default theme to see if it happens there as well.
Cheers!
ElliottHi!
Please do not double post, https://kriesi.at/support/topic/sidebar-issues-4/#post-474992.
Cheers!
ElliottHey!
You need to completely delete Enfold from your WordPress theme folder before downloading + uploading a fresh copy from themeforest. This will make sure your using the latest version, 3.2.3, instead of 3.2 which you currently have installed now.
As for the long loading time it keeps hanging on this,
http://api.picatcha.com/static/client/picatcha.css?ver=2.0, for 20+ seconds. If you didn’t add that yourself then it’s most likely coming from a plugin.Deactivate all of your plugins and reactivate them one by one to see which one is causing the issue. This will probably fix your gravity forms problem as well.
Best regards,
ElliottHey!
I think that should be the correct line. You need to increase the 2500 value to 6000 or something if you want it to display longer.
Make sure to clear your browser cache and refresh any caching related plugins you might have installed.
Cheers!
ElliottHey!
I would have to see it in action. I noticed I can view your site now but I could not find the area in your screenshots. Can you send us a link to the exact page?
Other than that, I would try adding it inside a 1/1 column element to see what happens.
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi!
Unfortunately not. There has to be some kind of tag surrounding the specific text so we can target it. Otherwise it would change all of the text.
Regards,
ElliottHi!
They were centered as you can see in your previous screenshot but it looks like you added some custom CSS to move them again.
#socket .social_bookmarks { right: 40%; }I don’t see a way of getting rid of the text separators on the end unfortunately. If you change the screen size then they will change and the same problem presents itself again. We can remove them all if you’d like.
Cheers!
ElliottHi sunmeetsrain!
When you switch to default to advanced it will preserve your text into a textblock element. Any other elements will be lost though. If you add elements in the advanced editor then they will stay there no matter how many times you switch between them.
Best regards,
ElliottHey itchybrain!
It’s pretty much the exact same problem as with your other post. Just copy the format I showed you there but with the get_the_tags() function, https://codex.wordpress.org/Function_Reference/get_the_tags.
Best regards,
ElliottHey itchybrain!
Try this out.
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { $category = get_the_category($id); if ( $args['title'] == 'Blog - Latest News' ) { $args['title'] = $category[0]->name; $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }Regards,
ElliottHey!
That’s pretty weird, not sure what’s going on there. You start getting 403 errors on the admin-ajax.php script whenever you link to a PDF file.
Try creating a backup of your .htaccess file and then delete it from your server and refresh your permalinks in Dashboard > Settings > Permalinks to see what happens.
I would also try uploading a fresh copy of the theme and deactivate all plugins while testing.
Best regards,
ElliottJuly 16, 2015 at 9:26 pm in reply to: How can I change Woocommerce product grid to table view? #474572Hi krisu-pl!
You mean in the product category archives you want one product per row and have 4 columns with the photo, name, price, and button on the row? That is going to take quite a lot of time and code to accomplish so it would have to be considered custom work. It’s a pretty unique request so it would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHi dawsmik!
If it has a shortcode available then yes you can add it inside a codeblock element in our layout builder.
Best regards,
ElliottHi MindSpark!
I do not know of any. The LayerSlider though can go full width and you can add HTML to it, etc etc.
Cheers!
ElliottHey tschlicting!
It seems to be working fine on my end. The items are added to the cart when I click on them. I tried on your two latest products. Try clearing your browser cache and disable any browser add-ons / extensions you might have installed.
Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
July 16, 2015 at 9:13 pm in reply to: Moved to WP Engine, Video Lightbox/Scrolling Header Not Working #474564Hi dsdawkins!
You had the lightbox feature disabled in Dashboard > Enfold > Theme Options.
Regards,
ElliottHey TheMobster!
The Masonry Gallery has a size option where you can set it to grid and each image is displayed at the same size. If your image sizes are vastly different then they will be cropped to fit inside.
Other than that you could create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option for thumbnails get added in a future update.
Best regards,
ElliottHey audiotech520!
You would edit the 404.php file and add in any content you need there.
Or you could try redirecting to another page, https://wordpress.org/plugins/redirection/.
Cheers!
ElliottHi eyeweb!
Try adding this to your custom CSS.
.prev-slide::before, .next-slide::before { display: none !important; }Cheers!
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
