Luís Santos
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] PTO and Enfold WP Theme not working for Portfolio OrderHi there! Were you able to resolve the issue? I have the same problem after updating the PTO.
Thank you!
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Add PF link to code@rozroz Enfold works with elements.
There’s an element called “Social Share Buttons” on every pages.
In order to add a print icon on that element i had to put a code on functions.php file, the code that i have added on previous message (Please see attachment)
The icons appears on that element, but i don’t know how to link it to Print Friendly.
Not easy to explain, but thank you!
Hello @champsupertramp,
The code works.
In the form profile, I can get the user id through the field manager using the shortcode field, but I’m not able to use it as I wanted.In fact, I needed to create a custom field for the user ID and also be able to use it in the member directory, profile card, automatically.
Regards
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Duplicate contentHi, thanks for answer.
This code is added by theme. How can i remove it?
Look the cart button, is from the theme also.
Thanks!
- This reply was modified 6 years, 5 months ago by Luís Santos.
Forum: Fixing WordPress
In reply to: Registration form and currencyThank you very much for your help Mobilunity.
Best regards,
Luis Santos
Forum: Plugins
In reply to: [Full Breadcrumb] [Plugin: Full Breadcrumb] Remove breadcrumbs from home pageSorry Pedro i do not understand php code, can you help me with this?
I have this code at my header.php file:<?php
if (function_exists(‘show_full_breadcrumb’)) show_full_breadcrumb(
array(
‘labels’ => array(
‘local’ => false, // set FALSE to hide
‘home’ => __(‘Home’),
‘page’ => __(‘Page’),
‘tag’ => __(‘Tag’),
‘search’ => __(‘Searching for’),
‘author’ => __(‘Published by’),
‘404’ => __(‘Error 404 › Page not found’)
),
‘separator’ => array(
‘element’ => ‘span’,
‘class’ => ‘separator’,
‘content’ => ‘›’
), // set FALSE to hide
‘local’ => array(
‘element’ => ‘span’,
‘class’ => ‘local’
),
‘home’ => array(
‘showLink’ => false,
‘showBreadcrumb’ => true
),
‘actual’ => array(
‘element’ => ‘span’,
‘class’ => ‘actual’
), // set FALSE to hide
‘quote’ => array(
‘tag’ => true,
‘search’ => true
),
‘page_ancestors’ => array(
‘showLink’ => false
)
)
);
?>But i want to remove the breadcrumbs from home page, what should i do?
Forum: Fixing WordPress
In reply to: lost connectionthank you Samuel problem solved.
Forum: Fixing WordPress
In reply to: Rename homepageThere is no home page in admin section/pages
thanksForum: Fixing WordPress
In reply to: Rename homepageForum: Fixing WordPress
In reply to: Rename homepageAlmost there. It worked but the home page stills on the menu.