Sam
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Issue with Answers location?Hi,
Thanks for your answer…
So what is the purpose of the “Answer” menu in your plugin?Best,
SamHi Vasyl,
Version : 3.0 Beta
Regards,
Ok good thank you ??
Another things is that if you want to assign capability to a new role/any roles you get an action failed but really the assignment is created when you refresh you can see the check. Hope you understood me…
Hi,
Thanks for your reply.
What I have done is to copy past of all the content file of Metabox.php from localhost to the file Metabox.php online and it’s working well.Regards,
just for information this is the error log:
PHP Parse error: syntax error, unexpected ‘class’ (T_CLASS) in mydirectory/wp-content/plugins/advanced-access-manager/Application/Core/Object/Metabox.php on line 1
Have you an idea?
Ok thanks for your answer anithab (I have not received a notification about your answer, sorry.)
Forum: Plugins
In reply to: [Chat Room] Chatroom on homepage?Hello,
I don’t understand how to place a shortcode of a chat on a page I want to?
Forum: Plugins
In reply to: [Polylang] Polylang on logo clickOMG I love you FatalMojo loool
It’s working fine!!!’
Thanks alote
Forum: Plugins
In reply to: [Polylang] Can Polylang filter WP Admin bar too?Ok I’m sorry but the
backticks
don’t working with the other codeForum: Plugins
In reply to: [Polylang] Can Polylang filter WP Admin bar too?Hi,
Thanks for your reply.
My theme give me the possibilty to insert URL via my backoffice, but only one input – one url.
(I saw that I can add and I do that to test, to add inputs for another URL via another file php but I need to manage it in the header.php file. But I think it’s not important although it would have been nice)
Of course I have the header.php file with the code to manage the link on the logo but I tried several lines code and it’s note working as I want.
The original code for the link on the logo, in the header.php:
if($Validation->isNotEmpty(TLThemeOption::getOption('header_logo_link_url'))) $output='<a href="'.TLThemeHelper::esc_attr(TLThemeOption::getOption('header_logo_link_url')).'" title="'.TLThemeHelper::esc_attr(TLThemeOption::getOption('header_logo_alternate_text')).'">'.$output.'</a>';
and I tried to replace these lines with this line:
$output='<a href="'.home_url('/').'"title="'.TLThemeHelper::esc_attr(TLThemeOption::getOption('header_logo_alternate_text')).'">'.$output.'</a>';
But with this line the link doesn’t change.
and I tried this also:
$output='<a href="localhost/mywebsite" title="'.TLThemeHelper::esc_attr(TLThemeOption::getOption('header_logo_alternate_text')).'">'.$output.'</a>';
With this line, the url change according the language BUT I have another problem – I have 2 time localhost/mywebsite.
ie: for the default I have localhost/mywebsite and for english language for exemple I get this localhost/mywebsite/en/localhost/mywebsiteBut with this line, the url stand with the default url and it’s not change according the language.
I hope your understand.
Thanks
Regrads,
Forum: Plugins
In reply to: [Polylang] Can Polylang filter WP Admin bar too?Hello miguelcortereal,
I think you can help us to resolve our request.
here is the topic: https://www.ads-software.com/support/topic/polylang-on-logo-click-1?replies=4Thanks in advance
Best regards,Forum: Plugins
In reply to: [Polylang] Polylang on logo clickHi and thanks for your reply.
Yes I want that my logo pointing to the hompage according the language.
If I’m in the default language the link of the logo will be https://mywebsite.com, if I’m in another language for example in french the link of the logo will be https://mywebsite.com/fr…But if you can give me more details to insert a good code in my php file I will be very happy.
Thanks again.
Forum: Plugins
In reply to: [Polylang] reduce the space between flagsHi,
Why do you want a padding left?
Can you send me your url of your site? If not, tell me if your flags are in horizontal or vertical align?Forum: Plugins
In reply to: [Polylang] Polylang on logo clickI have the same question and I will be very happy if someone have an answer.
Thanks
Forum: Plugins
In reply to: [Polylang] reduce the space between flagsHello,
Try to insert the following lines in your style.css of your theme.
.lang-item {
padding-bottom: 10px; /*Play with the number*/
}Good luck!