Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
I added your code and I’ve uploaded new images showing overlapping of a button with the social icons as well as slider text overlapping the logo.
Yes this is full screen so thank you for letting me know that 1500 x 1000 is the size we should make our images. I just have a striped placeholder in there now.
This reply has been marked as private.#1 Resolved
#2 Initially the slider image looks fine
#3 & #4 There are responsive issues with the header, nav and slider area. I’d appreciate it if you could help me resolve these.
#5 I did get this added and styled using the secondary nav but I’m not sure this was the best way.- This reply was modified 9 years, 7 months ago by endoradigital.
Thank you I did find that during a search, so maybe that will be our first choice.
Thank you.
Thank you. Our client currently has buttons on their site so that the user can make the fonts larger and smaller. We would plan on using a decent size font since the site is for an older audience, but I was just wondering if there was a plugin so we could keep this functionality on the website. Do you believe that the cubetech.ch font-resizer works well with Enfold?
I am interested in a font resizer for the Enfold theme and would like to know if there is a plugin or how I could implement this. Thank you.
March 25, 2015 at 11:14 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #418200That worked. Thank you!
March 23, 2015 at 8:17 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #416650This reply has been marked as private.I changed the blog to use the advanced layout builder and now it adds the social sharing.
- This reply was modified 9 years, 8 months ago by endoradigital.
Sorry yes that is what I was trying to say, when I checked the box the nav is functioning properly.
I upgraded the theme and was going through the options and checked the following box and things seems to be functioning better….
Let logo and menu position adapt to browser window
If checked the elements in your header will always be placed at the browser window edge, instead of matching the content widthMarch 23, 2015 at 7:48 pm in reply to: How Sidebar Navigation and Breadcrumbs could show Menu item instead of Title? #416624This is a great idea and I added the following to my functions.php however I am getting two // in the breadcrumbs (You are here: Home / / Rehabilitation).
add_filter(‘avia_breadcrumbs_trail’, ‘avia_change_breadcrumb’, 20, 1);
function avia_change_breadcrumb($trail) {
$menu_name = ‘avia’;
$id = get_the_ID();if ( ( $locations = get_nav_menu_locations() ) && isset( $locations[ $menu_name ] ) ) {
$menu = wp_get_nav_menu_object( $locations[ $menu_name ] );$menu_items = wp_get_nav_menu_items($menu->term_id);
foreach ( (array) $menu_items as $key => $menu_item ) {
if($menu_item->object_id == $id) {
$title = $menu_item->title;
$url = $menu_item->url;
}
}
}if(is_page()) {
$home = $trail[0];
$page = $trail[1];
$last = $title;
$trail = array(0 => $home, 1 => $page, ‘trail_end’ => $last);
}return $trail;
}The information from the other post worked great; however, the main blog page does not show the social sharing icons. The single post pages do.
That is an option; however, I liked the fact that when a new page was created it was automatically added. Is that possible?
Based on what I see right now, I’d prefer that the logo begin scaling down before the font size changes. Is that possible.
- This reply was modified 9 years, 8 months ago by endoradigital.
Could the new theme update possibly resolve this issue?
Sorry I mean that once it get to the width it starts overlapping then have it change so the nav is below the logo rather than to the right.
It is still not quite right. Is there a way to just have the nav bar appear below the logo?
I made the changes. It didn’t seem to resolve the issue. The nav still goes 4 characters behind the logo and changes the font size.
Thank you. It helped some but not all of the icons. Would it help to try to adjust each svg individually and then upload them again? They all seem to have 11 pixels to the left but the right margins vary.
This reply has been marked as private.This reply has been marked as private.Thank you Ismael. Would it also be possible to use the gravity form shortcode in an area on the home page…what area would I need to use. I’m just not sure the areas that area already defines will use shortcodes.
-
AuthorPosts