Forum Replies Created
-
AuthorPosts
-
September 1, 2018 at 11:13 am in reply to: Changing the caption title on fullwidth easy slider to H1 #1004302
Hi Guys,
Is it possible to “add a new folder in your child theme directory called shortcodes” via appearance > editor as it says here: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Cheers
August 30, 2018 at 5:06 pm in reply to: Changing the caption title on fullwidth easy slider to H1 #1003720This reply has been marked as private.August 30, 2018 at 1:24 pm in reply to: Changing the caption title on fullwidth easy slider to H1 #1003559This reply has been marked as private.Hi Basilis,
I just checked, it is definitely the correct link and password. Is it telling you the password is wrong?
Could you quickly try again?
Cheers
Hi Basilis,
Nope I haven’t added any custom code, only a few quick CSS edits.
Thanks
Hi Victoria,
Yes Mike’s answer was helpful, but I just wanted to see your freelancer service out of interest as it is taking me longer as a novice to do the things I would like to do with the site.
Thanks again for your help.
Kind regards
Hi Mike,
Thanks for this and sorry for the slow reply.
Can you please post a link to hiring a freelancer?
Thanks again
Hi Mike,
It was a syntax issue with my code – forgot to ensure that the post types were separated by a comma.
Anyone having similar problems with the My Custom Function plugin go to this link for advice:
https://wordpress.org/support/topic/instruction-error/
Cheers
hi Mike,
no worries, I have fixed it.
Sorry for inconvenience.
Thanks
Hi Mike,
Thanks for your quick response.
I found this solution – https://kriesi.at/support/topic/how-to-use-avia-layout-builder-in-custom-post-types-made-with-toolset-plugin/#post-780613
shortly after posting this, so followed the steps.It worked and the Avia layout builder appeared in my custom post type, except it disappeared on my other pages and posts.
I went back to the My Custom PhP plugin and edited the code to:
add_filter(‘avf_builder_boxes’,’custom_post_types_options’);
function custom_post_types_options($boxes)
{
$boxes[] = array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘hotel’, ‘page’, ‘post’), ‘context’=>’normal’, ‘expandable’=>true );
$boxes[] = array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘hotel’, ‘page’, ‘post’), ‘context’=>’side’, ‘priority’=>’low’);
return $boxes;
}Now this error message is coming up and I can’t get back into my site 😬
Parse error: syntax error, unexpected ”page” (T_CONSTANT_ENCAPSED_STRING), expecting ‘)’ in /home/thetra22/staging/1/wp-content/plugins/my-custom-functions/inc/php/functional.php(85) : eval()’d code on line 5
help please haha
That did it! Thanks Nikko :)
Ticket can now be closed.
February 9, 2018 at 4:11 pm in reply to: Remove breadcrumbs on tablet and mobile size screens #910301Thank you Mike for your help and patience, this ticket can now be closed.
Cheers
February 8, 2018 at 3:53 pm in reply to: Remove breadcrumbs on tablet and mobile size screens #909813This reply has been marked as private.February 7, 2018 at 5:40 pm in reply to: Remove breadcrumbs on tablet and mobile size screens #909323This reply has been marked as private.February 7, 2018 at 1:14 pm in reply to: Remove breadcrumbs on tablet and mobile size screens #909104This reply has been marked as private.February 7, 2018 at 11:16 am in reply to: Remove breadcrumbs on tablet and mobile size screens #909009This reply has been marked as private.February 6, 2018 at 8:48 pm in reply to: Remove breadcrumbs on tablet and mobile size screens #908797This reply has been marked as private.February 6, 2018 at 4:12 pm in reply to: Remove breadcrumbs on tablet and mobile size screens #908657Hi Mike,
Thanks for your quick reply, it’s strange, any code I try putting in the Quick CSS box under styling doesn’t seem to work. The only one that has worked so far is
span.breadcrumb-title { display: none; }
which removes the text on the breadcrumbs.
I am also trying to change the background colour of the submenu. I tried putting this code I found on the forum into the Quick CSS, but nothing happened either.#top #wrap_all .sub-menu {
background: #444;
}
#top #wrap_all .avia_mega_div {
background: #333;
}
#top .main_menu .menu ul li a {
background: #222;
}More info in private content.
Many thanks
Hi Victoria,
Thanks for your reply. Regarding the permalinks for the portfolio entries, I can see where to change it now but I have another question.
So the structure for the Portfolio items is: mywebsitename.com/portfolio-item/name-of-portfolio-item
I have now edited the portfolio item permalink to ‘tours’ because we are a travel company and our portfolio items will be tour pages. Therefore the permalink now appears like this:
mywebsitename.com/tours/name-of-portfolio-item
My question is, am I able to assign a parent page to ‘tours’? For example, I would like it to appear like this:
mywebsitename.com/tanzania/tours/name-of-portfolio-item
mywebsitename.com/kenya/tours/name-of-portfolio-itemI noticed when editing the tour page (which is a portfolio item) that there is a “breadcrumb hierarchy” box that says “Select a parent page for this entry. If no page is selected the theme will use session data to build the breadcrumb.” I selected a parent page (Tanzania or Kenya in the example above) but the permalink did not change, it remained mywebsitename.com/tours/name-of-portfolio-item.
Can you tell me where I am going wrong and if this is possible?
Thanks for your help
-
AuthorPosts