-
AuthorPosts
-
June 18, 2014 at 9:39 am #280439
Hi,
I need to move the breadcrumb in the entries of the blog. The new position is under the featured image, on the left side.
Thanks in advance.
June 18, 2014 at 2:11 pm #280552Hi effectandaffect!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-blog .post .entry-content-wrapper { clear: left; }then add this code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".single-post .avia-breadcrumbs").appendTo(".single-post .big-preview.single-big"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitJune 18, 2014 at 2:33 pm #280572Thanks Yigit!
Some problems ;-)
I would like to disappear the bar with the title and the breadcrumb in one single line. I attached a capture
http://s216172175.mialojamiento.es/capture.png
Thanks in advance.
June 18, 2014 at 2:40 pm #280575June 18, 2014 at 3:25 pm #280596This reply has been marked as private.June 18, 2014 at 3:31 pm #280602Hi!
Please add following code to Quick CSS as well
.breadcrumb-trail { width: auto!important; }Best regards,
Yigit-
This reply was modified 11 years, 4 months ago by
Yigit.
June 18, 2014 at 5:02 pm #280637This reply has been marked as private.June 18, 2014 at 5:41 pm #280661Hey!
I have edited the code i posted here – https://kriesi.at/support/topic/change-breadcrumb-position-2/#post-280602
Please try it nowRegards,
YigitJune 18, 2014 at 5:54 pm #280668Hi!
Now,
Order: Yes
/: Yes
One single line: NoBest,
June 18, 2014 at 6:06 pm #280672Hey!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Cheers!
YigitJune 18, 2014 at 6:20 pm #280675This reply has been marked as private.June 18, 2014 at 6:48 pm #280683Hi!
Please review your website now. I have added custom CSS code to bottom of Quick CSS field in Enfold theme options
Regards,
YigitJune 18, 2014 at 7:11 pm #280695Thanks a lot Yigit, it looks perfect!
Best regards,
June 18, 2014 at 7:13 pm #280696 -
This reply was modified 11 years, 4 months ago by
-
AuthorPosts
- The topic ‘Change breadcrumb position’ is closed to new replies.
