Forum Replies Created
-
AuthorPosts
-
September 13, 2018 at 9:37 pm in reply to: Possible to change Portfolio filtering to drop-down menus on mobile? #1009659
It’s really more of a theoretical question. If you want an example of the sort options, go to
What I’m asking if it is is possible to turn the sort options “All”, “Print Design”, “Video Editing”, and “Web-Design” in to a drop down menu (html select menu). My web site has quite a few more sort options, which is why I’m interested in this.
Thank you, Rikard.
While that accomplishes the goal of adding space between the items and rows, it also adds padding to the left side of the grid. Would the correct way to not have left padding be:
padding:10px 10px 10px 0px;
Thanks again
- This reply was modified 6 years, 5 months ago by paepke19.
Yes. I want a decent amount of margin (say 25px) between the items and rows. The default layout is too tightly spaced for my liking. I don’t want the left margin of the first row item, nor the right margin of the last row item, to be affected though.
Thanks
I ended up using the Instagram Feed plugin. Thanks
Adjusting that line to
$limit = 48;
does not result in 48 instagram photos being shown on the site. This is in addition to entering 48 in the Widget settings.
The limit of 12 must be set somewhere else?- This reply was modified 6 years, 7 months ago by paepke19.
March 29, 2018 at 4:41 pm in reply to: Boxed layout, no default padding in left and right content #934905Thank you
Thank you!
March 28, 2018 at 2:33 pm in reply to: Boxed layout, no default padding in left and right content #934322I’ve added the container style, but that ends up affecting the logo area as well. I only want to adjust padding on the left content area.
Thanks!
September 19, 2016 at 3:50 am in reply to: Mobile menu visible off right side of page on mobile devices #688245Update: It appears the following CSS is responsible for the behavior I’m seeing:
@media only screen and (max-width: 1250px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; } }
Update Two: I changed the CSS to the following and the issue seems to be resolved:
@media only screen and (max-width: 1250px) { nav.main_menu { display:none !important; } #advanced_menu_toggle, #advanced_menu_hide { display:block !important; } }
- This reply was modified 8 years, 2 months ago by paepke19. Reason: solved, i think
September 16, 2016 at 1:04 pm in reply to: Mobile menu visible off right side of page on mobile devices #687466Info below, thanks
Nailed it! Thank you so much. :)
URLs included in the private section, thanks!
The page(s) in question is not something in the Pages admin, so I can’t make it a child of “Team” page. It is generated using single-team.php
Sorry, I’ll try to explain better. Suppose I have a main nav that has 5 items in it. One of those items is “Team.” When you click on “Team” you get the corresponding page and the nav menu changes to highlight “Team” as the active page.
What I am asking is if there is a way to set “Team” as the active page in nav without actually being on the team page?
Does that help?
I had to dig around, but I now see the Duration and Delay parameters under Layer > Transitions. Thanks for the pointer!
I am also experiencing this issue. I am using Enfold 3.6.1 and WP 4.5.3 that has no customizations. My browser is Google Chrome. When I go in to view the timeline of my slide, I do not have the option of timing the layers. Each layer is timed identically and cannot be adjusted. I’d like the image to come in first, then the text, for example.
I can’t even drag the timeline items on the two sample sliders that came with the theme.
Seems like there’s a bug?
Should have searched better, thank you! A+
June 19, 2016 at 3:01 am in reply to: Enfold – main navigation bottom border – how to remove? #650327Perfect! Thank you. :)
-
AuthorPosts