Forum Replies Created
-
AuthorPosts
-
Hey!
I couldn’t figure out which version of Enfold you guys were using. If it’s not the latest, 3.4.1, then be sure to update. Also be sure to deactivate all plugins while testing.
@jambrikp, Send us a link to your page please.Cheers!
ElliottHey!
I didn’t test your code out but just from looking at it you’ll need to change the “top-menu” part to point to our theme location names.
You can change it to this to target the primary menu.
if (is_user_logged_in() && $args->theme_location == 'avia') {
Or switch it to “avia2” or “avia3” to target the header / footer menu areas.
Best regards,
ElliottNovember 10, 2015 at 4:47 pm in reply to: Lazy load / Infinite Scroll for Woocommerce Shop pages #533433Hey!
I viewed your site and it looks like you got it changed already. Let us know if you have any other questions.
Regards,
ElliottHi!
It uses percentages by default. It would be best to just remove all of your custom CSS and it will work properly.
Regards,
ElliottHi!
Woocommerce has a “Product Category” widget that you can set to your shop overview widget area in Dashboard > Appearance > Widgets. That will display a list of your categories on the shop page.
Best regards,
ElliottHey!
In Dashboard > Enfold > Sidebar Settings make sure you set the default sidebar to “Right Sidebar” on archives and pages. You can always override that setting when you edit your pages.
Best regards,
ElliottNovember 10, 2015 at 4:37 pm in reply to: How to change the homepage name in the breadcrubms? #533408Hi!
You can find that on line 189 in the /enfold/framework/php/class-breadcrumbs.php file.
'show_home' => __( 'Home', 'avia_framework' ),
Cheers!
ElliottHey!
You probably have a typo somewhere in your other CSS. I tried logging in but it’s not letting me.
Regards,
ElliottHi!
Are you wanting to hide the number until user hovers over the phone icon and then have it display?
Best regards,
ElliottHey!
You will need to login to your server via FTP and edit it. Or login to your hosting providers control panel and look for a web based file manager which you can use to edit files on the server.
Cheers!
ElliottHey!
Enfold uses a CSS based responsiveness so if your in Firebug or in Google Chrome developer tools you just need to resize the browser down to a smaller width and you’ll see the CSS used.
In the Enfold CSS files look for lines that say..
@media screen and (max-width: 767px) { }
Anything within those will get applied on mobile screens only.
Regards,
ElliottHey!
Hmm, well I’m on Windows 10 and in the IE11 emulation mode I checked for IE10 but it’s working fine for me.
What operating system are you using? Is compatibility view turned off and zoom setting set to 100%?
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi!
You can choose the thumbnail size you want to use in the shortcode options. You can also choose whether to have them open in lightbox or in a new tab.
Regards,
ElliottHi!
I don’t think that is going to be feasible. The Masonry script needs everything to be exact so it knows where to transition the images when you sort them by category.
It would be better to use the blog grid style for what your wanting, http://kriesi.at/themes/enfold/blog/blog-grid/.
Regards,
ElliottHi WalkerPark!
It looks like you set the preview images which will display whenever you use the portfolio grid shortcode. If you want images to display on the actual portfolio post then you’ll need to set the “Featured Image” which you currently do not have set or you can just insert images / galleries via the layout builder.
You can find a video on our documentation, http://kriesi.at/documentation/enfold/videos/, for how to use the portfolios.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
This is what I’m seeing. Is it happening on a certain page?
Regards,
ElliottHey!
Would hovering work? If so then try the code out in my previous post.
Also, I viewed your site again but it looks like your removed the mega menus.
Regards,
ElliottHi vemaybayanz!
Please see here, https://kriesi.at/support/topic/hide-archive-for-category-in-page-header/#post-180359.
Best regards,
ElliottHey andrew484!
Is there a certain page your trying to recreate? If so then send us a link to the page and we can give you the shortcodes used. Otherwise, yes, you’ll need to export your settings, import the demo, and then re-import your settings again.
Cheers!
ElliottHey KarenRushforth!
Add this to around line 570 in the /enfold/config-templatebuilder/avia-shortcodes/magazine.php.
$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
Cheers!
ElliottHi keeslamper!
The login does not seem to be working for me.
When you edit the portfolio grid options look near the bottom and you can set them to order by title and set the order to ascending / descending.
Cheers!
ElliottHey!
So your using the events calendar plugin? It’s kind of bordering on custom work but perhaps you could use this to display the event categories, https://theeventscalendar.com/function/tribe_get_event_categories/.
Cheers!
ElliottNovember 9, 2015 at 6:10 pm in reply to: Add a small "button" in the left upper corner of each slider photo! #532806Hey!
Inside the text widget add this.
<a href = "URL to your page"><img src = "URL to your star image" /></a>
That will display an image (your star image) and a link surrounding it so when it’s clicked on it will navigate to whatever page you need.
Regards,
ElliottNovember 9, 2015 at 6:07 pm in reply to: Magazine Not Displaying all Posts Within a Category #532804Hey!
I’m sorry but that’s bordering on custom work. It would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottNovember 9, 2015 at 6:04 pm in reply to: Add custom caption content in Opacity box to slideshow. #532803Hey!
I don’t see the icons. Can you take a screenshot and highlight what your trying to do?
Regards,
ElliottNovember 9, 2015 at 5:58 pm in reply to: Drop down background-color is different in Internet Explorer and Chrome #532801Hi!
Hmm, ok I was able to remove the white bars with this CSS.
select { padding: 0px !important; }
But that of course makes the actual select field look bad on the page. I’m not sure why IE adds them in like that for the options as well but not sure if there is anything we can do about it.
If it was me I would just leave the option colors to white background and black text.
Regards,
ElliottHi AboveDigital!
Well there are commas there which is normal. On your site though there is an extra link to the author which should not be there. I’m guessing you did some customization. Go ahead and upload a fresh copy of the theme to fix it.
Cheers!
ElliottHi msbllc!
Add this to your custom CSS.
#advanced_menu_toggle { color: black !important; }
Regards,
ElliottHi speedysmithy1!
Are you talking about the small bar below the current page link in the menu?
Go ahead and send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Cheers!
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts