Forum Replies Created
-
AuthorPosts
-
June 16, 2015 at 5:32 am in reply to: CSS Selector Help: making one dropdown submenu display horizontally #459817This reply has been marked as private.June 15, 2015 at 7:14 pm in reply to: Responsive images are showing full size (overflowing) on small devices #459604
I have been experimenting and I am having the same problem when the images are in a text block but if I use a gallery then it sizes correctly. Is anyone else experiencing this bug?
- This reply was modified 9 years, 5 months ago by hmsvictory.
June 15, 2015 at 6:20 am in reply to: CSS Selector Help: making one dropdown submenu display horizontally #459101I should add that it only needs to apply in full-screen mode, when the mobile menu kicks in, those properties will cause problems.
I think so Yigit, it’s working fine now. Thanks for the quick help.
Good idea. Just completed the update.
This reply has been marked as private.Thanks Yigit, I didn’t realize it was the max-width property that was limiting the width. Worked great.
April 25, 2015 at 6:43 am in reply to: Sidebar ON for post single but OFF for portfolio single #434604Boom. That works.
Many thanks for the help. Now back to playing with some custom post types & Enfold :)
April 25, 2015 at 5:49 am in reply to: Sidebar ON for post single but OFF for portfolio single #434581I’ve been playing with single-portfiolio.php and none of the changes are affecting the Single Portfolios. Just adding a test phrase like “hello” within the code does not show up on the site. Is it possible that single-portfolio.php is not controling the display of single portfolio items on the website?
Modifying the single-portfolio.php in my child theme folder to look like this has no effect on what is displayed on the single portfolios.
Thanks Yigit. I decided to use cforms and I can put it within an Enfold template using shortcodes.
Your default form looks a little nicer, it would be great to have some more functions with it in the future.
April 24, 2015 at 6:03 pm in reply to: Sidebar ON for post single but OFF for portfolio single #434299Thanks Ismael, this made the sidebar disappear on the portfolio pages.
The <main> is still .av-content-small instead of .avi-content-full, so the content are is not the proper width. I am using the default template files.
April 23, 2015 at 9:59 pm in reply to: Sidebar ON for post single but OFF for portfolio single #433792I appreciate the reply but that is something I already know myself – I can’t consider that support.
I have no problem customizing the template files – what do I need to do to make it impossible for single-portfolio.php to have a sidebar?
This is an important feature I would also like to see.
The theme needs an ability to create custom post types and custom taxonomies that can be used with the layout builder.
I ended up using some css selectors I have not used before.
..breadcrumb span:last-of-type, .breadcrumb span:first-of-type, .breadcrumb-trail .sep {display: none;}
So this hid the first and last parts of the trail along with the separators and left me with: Shop Books as the breadcrum trail which is close enough to what I want for now.
I think more flexibility or control of the titles of individual elements (posts, products, portfolios) is one area that could make the theme better.
Thanks Yigit.
The separators still show as “/” after I edit the class-breadcrumb.php file.
The update to functions.php now shows a “Products” link in place of home. Products / Shop / Category / Product Name
January 5, 2015 at 5:10 am in reply to: Changing Theme Wide Header Settings On A Single Page #374950Thanks Elliott. That covers having a different menu.
Is there any quick way to have one page on a site with sticky header enabled, while it is turned off for all the rest? Maybe I could create a template or something.
Cancel my question. I found it in config/templatebuilder/shortcose/masonry-entries.php
Just change this line to whatever ratio works:
‘auto_ratio’ => 1.7, //equals a 16:9 ratio
December 31, 2014 at 12:36 am in reply to: Moving Woocommerce Flyout Cart To Social Icon Menu #373372Guys, I apprecaite the effort very much! For now I will turn off the flyout cart and use a different solution to put a cart link & summary next to the icon menu using the Woocommerce Menu Cart plugin to add a cart icon/link/total to my secondary menu next to the social icons. For now that will be fine.
One of the best parts of enfold is the header options, having many different ways to assemble the information together. The flyout cart is great and it will work for many layouts – in the future it would be great to have a little more control where to put it so it can be visually integrated into the flow of the site.
Thanks for helping me once again, I am very grateful.
December 30, 2014 at 9:50 pm in reply to: Moving Woocommerce Flyout Cart To Social Icon Menu #373315Thanks Elliott. I had updated config.php and the cart does display when empty. It’s also lined up with the menu so I appreciate the help. I can style the icon to match and move the other menu over when I have some time.
The only problem I see is the way the cart “slides” in when each page opens – it doesn’t behave like the other icons which is distracting and I don’t think the client will like that, having one icon ease in on every page load. I don’t see anything in the css to control that, it must be in the javascript?
December 30, 2014 at 7:27 pm in reply to: Moving Woocommerce Flyout Cart To Social Icon Menu #373261This reply has been marked as private.December 30, 2014 at 12:39 am in reply to: Moving Woocommerce Flyout Cart To Social Icon Menu #372937Elliott, thanks for your patience with me. That will work great. I can move the icon menu over a bit and style the cart button to match the others. No problem.
Is there any way to turn off the easing behavior of the cart icon so it doesn’t slide in? I would also like it to be there all the time, even when it’s empty.
December 29, 2014 at 11:22 pm in reply to: Moving Woocommerce Flyout Cart To Social Icon Menu #372901Pretty close!
Instead of moving to the main menu, can we just move it after (next to) the social icon menu? Inside the header_meta div.
Something else I notice is the lack of consistency in the title_container div. Page titles outside the blog or store get h1 tags automatically.
But in the Store or Blog the content of the title_container div does not have h1 tags. This makes consistent styling & appearance more challenging.
Elliott, thanks for the fast reply.
That does add the post title in the title_container div. I would like to wrap that title in h1 tags – is there a way to add that to the functions.php?
Changing the loop-index.php does remove the duplicate title in the post-title div on the single post pages. Unfortunately, it also removes the post titles on the regular blog index page :)
December 24, 2014 at 7:46 am in reply to: No Sidebar on Portfolio Single Posts, but Right Sidebar on Blog Single Posts #372389Thanks, I think that will work. It would be great to have an option to treat the portfolio single posts independently.
December 23, 2014 at 11:20 pm in reply to: No Sidebar on Portfolio Single Posts, but Right Sidebar on Blog Single Posts #372316ps – I know I can turn off sidebar on individual portfolio posts but would like to “idiot-proof” it for the person who will be using the site…
Oh well, I think I solved the problem!
#header_meta {z-index: 1;} #header_main {z-index: 3;} strong.logo {top: -25px; height: 200px !important; width: auto;} h1.main-title {padding-left: 250px;}
strong.logo positions the logo and sizes it. The h1 element gets pushed over so the hanging down part of the logo does not block it. Some changes to z index so that the overhanging logo can be seen.
It took me some time to try, but that did not work.
Can we look at a different example? This time trying with a boxed layout – “Boxed Blue”. Here is the default appearance:
But the logo is too small – it is contained by the #header_main div. I would like the logo to be as tall as the entire header plus the title_container below the header. Like this:
The strong.logo element will need to overlap the #header_meta and .title_container. I can add some margin to the page title.
I am not sure if negative margins or overflow properties would be best to use.
That worked perfectly.
Many thanks, Yigit. The prompt support helps add value to the theme.
December 17, 2014 at 7:46 pm in reply to: How to make pdf open in browser when clicking on portfolio items? #369694I would also add that one way to improve the theme would be a wider variety of portfolio post types: link, video, audio, gallery, image, download, etc.
-
AuthorPosts