-
AuthorPosts
-
June 18, 2014 at 3:09 pm #280592
Hi,
I currently have the masonry gallery on the home page – http://konishki.connect4consulting.com. I would like to have this appear as part of the header on all pages, whether they are full width or have a sidebar. How do I do this?
Thanks,
GabeJune 18, 2014 at 3:49 pm #280612Hey connect4consulting!
Please go to Appearance > Editor and open Helper-main-menu.php file and at the bottom add following code
<?php echo do_shortcode("[shortcode goes here]"); ?>
You can enable debugging mode to get the shortcode of your element – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
YigitJune 19, 2014 at 11:17 pm #281434I tried to enable the debugging mode but it’s not working. Any ideas as to what I’m doing wrong?
Thanks,
GabeJune 19, 2014 at 11:42 pm #281444Hi!
Please try adding the code right below following line in Functions.php file
'bitcoin' => array( 'font' =>'entypo-fontello', 'icon' => 'ue92a'), ));
Best regards,
YigitJune 20, 2014 at 5:15 pm #281690This reply has been marked as private.June 21, 2014 at 8:57 am #281927Hi Gabe!
The masonry gallery does have a white background, and padding looks ok, can you post a screenshot of your view?
Regards,
JosueJune 23, 2014 at 4:45 pm #282552This reply has been marked as private.June 23, 2014 at 5:33 pm #282582Hey!
Can you post a screenshot and show how you would like it to look? I am not sure if i understood the issue clearly.
You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereCheers!
YigitJune 23, 2014 at 7:31 pm #282640This reply has been marked as private.June 23, 2014 at 9:04 pm #282677Hi Gabe,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueJune 23, 2014 at 9:08 pm #282678This reply has been marked as private.June 23, 2014 at 9:42 pm #282694Check it now, i modified line 640 in functions-enfold.php.
Best regards,
JosueJune 23, 2014 at 9:57 pm #282703This reply has been marked as private.June 23, 2014 at 10:01 pm #282705I have not tested that but it could do the trick, try it.
Regards,
JosueJune 23, 2014 at 10:08 pm #282708This reply has been marked as private.June 23, 2014 at 10:22 pm #282714Hey!
The color sections are empty:
Best regards,
JosueJune 24, 2014 at 2:37 pm #283040This reply has been marked as private.June 25, 2014 at 5:15 am #283406Hey!
It should be fixed now, added this to Quick CSS:
.html_header_top.html_header_sticky #main { padding-top: 277px !important; }
Regards,
JosueJune 25, 2014 at 7:05 pm #283718This reply has been marked as private.June 26, 2014 at 3:36 am #283875Hi!
Thank you for the update.
You can try this on Quick CSS or custom.css:
.page-id-41 div.flex_column.av_three_fourth.first.avia-builder-el-2.el_after_av_section.el_before_av_one_fourth.avia-builder-el-first { border-right: 1px solid gray; }
Best regards,
IsmaelJuly 9, 2014 at 7:05 pm #289163Hi Guys,
One follow up question to this feed. Suppose I now need to go back and change some of the items within the masonry gallery that’s part of the header. What’s the easiest way to do this?
Thanks much!
GabeJuly 10, 2014 at 2:57 am #289285Hey Gabe!
You could copy the code you have in helper-main-menu.php to the debug input on a separate new Page, then you can access and edit the Masonry element as a normal ALB popup, when you are done simply put the updated code in helper-main-menu.php again.
Best regards,
JosueJuly 10, 2014 at 8:04 pm #289706This reply has been marked as private.July 10, 2014 at 9:59 pm #289742Hey Gabe!
Transfer the theme files via FTP, regarding the theme settings you can create an export file in the Theme Options > Import/Export.
Cheers!
JosueJuly 10, 2014 at 11:12 pm #289766Can I create a child theme first and then transfer the theme files via FTP? That way it should work with updates, right?
July 10, 2014 at 11:18 pm #289772Yes, that is more time-consuming but better in the long run – https://vimeo.com/channels/aviathemes/67221517
Regards,
JosueJuly 11, 2014 at 4:36 pm #290170This reply has been marked as private.July 11, 2014 at 5:03 pm #290188This reply has been marked as private.July 14, 2014 at 4:44 pm #291140Hi!
Please add following code to Quick CSS as well
#header div.av-masonry-image-container { width: 128px; }
Best regards,
YigitJuly 14, 2014 at 5:18 pm #291158Hey!
Please try to import the parent theme settings. Go to Enfold > Theme Options > Import/Export and click the blue “Import Parent Theme Settings” button.
You can try to add a margin-right to the masonry gallery to center it. I.e. with this code:
.header_color .av-masonry { margin-right: 15px; }
Regards,
Peter -
AuthorPosts
- You must be logged in to reply to this topic.