Tagged: LayerSlider
-
AuthorPosts
-
May 24, 2016 at 8:08 pm #637718
Rather than using the standard bread-crumb, I would like to have a small header with title / breadcrumb embedded in it.
I added the short code for the bread crumb to a text field in a slide, but it does not display! The slider states it is short code aware..so why doesn’t this work?As an alternate I tried to add the breadcrumb shortcode in a color block with a background image, but the div class for the shortcode is not transparent so that doesn’t work either…
How can I make this work?May 24, 2016 at 9:56 pm #637749Hey dannywouters21,
Thanks for getting in touch with us!
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username.
Best regards,
JordanMay 24, 2016 at 10:22 pm #637763May 26, 2016 at 4:58 pm #638820Hi,
breadcrumbs seem to work fine for me:
If that’s not what you want to achieve, then make things clear for us by using screenshots/mockup (imgur.com, dropbox).
Best regards,
AndyMay 26, 2016 at 5:18 pm #638832The [bread_crumb] shortcode works, but not when used in theme’s LAYERSLIDER WP.
Update: The short code worked once I switched the short code slide layer to html instead of insert it as text.
Using the layerslider with the breadcrumb shortcode isn’t ideal because of breadcrumb is styled with a white background and so it overlays the background image of the slide. I want to have a background image for the breadcrumb.Maybe it is better to change the theme breadcrumb css so it matched what I’m trying to do with the slider? I’ll forgo the fancy slider effects.
In the breadcrumb, can the breadcrumb section height be 150px high, the page title be increased to 32px, text is centered vertically, and the background is an image 1200px wide 150px ( i use boxed theme), is that possible? If so, how?- This reply was modified 8 years, 6 months ago by dannywouters21.
May 27, 2016 at 4:56 pm #639385Hi,
Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
AndyMay 27, 2016 at 5:11 pm #639400something like this, but all text centered vertically on the background image:
Thanks.May 27, 2016 at 5:46 pm #639422Hi,
not sure what you want to achieve, however, try this code:
.breadcrumb.breadcrumbs.avia-breadcrumbs { top: 25px; left: 40px; }
and adjust as needed.
Best regards,
AndyMay 27, 2016 at 6:08 pm #639438OK thanks.
I added some other css to the quick css in styling to get the background image and larger page title font in the breadcrumb, it seems to align OK..title_container { background-color: transparent!important;background-image: url(“http://mrf-furnaces.com/wp4/wp-content/uploads/2016/05/background1200x100-grey.jpg”); }
.title_container .main-title{
font-size: 32px !important;related issue :on some pages, the breadcrumb does not show at all, no matter how I set the page layout option:
“Title Bar Settings
Display the Title Bar with Page Title and Breadcrumb Navigation”On other pages it does display with same settings. Why is this? what prevents the breadcrumb from displaying on some pages even though settings are the same? are there page elements that make the theme forego the breadcrumb?
May 27, 2016 at 6:14 pm #639447Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndyMay 27, 2016 at 6:43 pm #639469page where breadcrumb is not displayed:
page where breadcrumb is displayed:
in both pages, the layout and title bar settings are the same, and breadcrumb SHOULD display. So why doesn’t it display on both?
If you want access to the back end, please see login info posted earlier in this thread.
Thanks.Update: it appears that if I use default page editor, the breadcrumb and title will show, but when i use advanced theme editor (avia?), the title/breadcrumb does not show. A work around is to use add a color block with text block and add the bread crumb shortcode in it, this has to be repeated for every page..
Update 2: I had to undo this to get it to work again:
open template-builder.php file and comment out 19th line as following
//check if we want to display breadcumb and title
//if( get_post_meta(get_the_ID(), ‘header’, true) != ‘no’) echo avia_title();- This reply was modified 8 years, 6 months ago by dannywouters21.
-
AuthorPosts
- The topic ‘shortcode in layerslider WP not working’ is closed to new replies.