Daniel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zakra] Header Top Bar & MenuI did. It does nothing ??
No easy fix for this I seeForum: Themes and Templates
In reply to: [Zakra] Header Top Bar & MenuThe background issue is solved. Thank you for your fast answers!
Here it is:
It only changes the current page I am in colour.
If I go to Theme Options > Styling > Base Colors and change it black it fixes the main menu “PRODUCTS” BUT it also changes my woocommerce links hover color(thats fine).
My only “problem” now is I also want the product category to be green IF I am in PRODUCTS>Category or PRODUCTS>Category>CURRENT PAGECurrent is already working as you can see. The category is missing.
- This reply was modified 5 years, 10 months ago by Daniel. Reason: aditional solution
Forum: Themes and Templates
In reply to: [Zakra] Header Top Bar & MenuScreenshots by order. Sorry, I think I edited the post too many times.
The background I am referring to is the Flag background.
Forum: Themes and Templates
In reply to: [Zakra] Header Top Bar & MenuHi @themegrillteam
Thank you for the translate solution, it works! However, I have only 1 “complaint”, is it possible to remove the background? or is it plugin related?
Picture here: https://imgur.com/SET7nHtAbout the other issue…
https://imgur.com/KdehPxb This picture occurs when I hover the menus.https://imgur.com/FqqUppA This picture occurs when I click and HOLD, I don’t actually release the mouse1 button. When I click it works fine.
My goals for this menu are:
1. I want the hover text(and arrow) and background color to remain the same for both menus. In this particular case, “Insulation”(grey background, green text, same as Cork) and “Cork”(Already works)2. When I click and HOLD(but don’t release) I want the Red circle to remain black as the original colour, same as other menus.
3. When I am on page “Cork” I have the Green Text stay active(forget the background in this case) while I am on that page. What I want is the Category(“Insulation”) to have green text as well when I am on that category and/or product category. Just to make it clear, I am on this page, this is not a hover.
My current CSS looks like this for the menu:
.tg-primary-menu > div ul li ul li a:hover, .tg-primary-menu > div ul li ul li:hover { color: #a6ce38; background-color: #d6d6d6; }
Problem “2.” happens because I have added a colour on theme options > primary menu > Menu Item Active Color (Green colour) but if I remove this, the menus don’t quite work as I want.
Hope you can help me out and I gave you enough details. If you need anything else just say it ??
@xootixsupport Managed to make it work with the following code:
<?php echo do_shortcode('[xoo_el_action type="login" change_to="myaccount"]'); ?> <?php echo do_shortcode('[xoo_el_action type="register" change_to="logout"]'); ?>
Changed the code a bit, from “Login to Register” to “Login to My Account”, and from “Register to My Account” to “Register to Logout”. I think it suits the wording and positioning better.
Thank you ?? Good plugin! Just think you need a more detailed explanation on how to apply certain codes.Thank you for the answer @xootixsupport
Hello,Yes, that’s what I want, links to my account & logout page.
BUT, can I use the shortcodes in HTML code and how? How do I add this “[xoo_el_action type=”login” change_to=”logout”]” in HTML? is it possible?
Hope you can help me.Thank you once again!
- This reply was modified 5 years, 12 months ago by Daniel.
Any possible solution to this? @xootixsupport
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Creating a search bar@dholovnia Thank you Dima. Works for me ??
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Creating a search bar@dholovnia I probably wasn’t clear.
I want to use your plugin to make the search bar/functionality I mentioned.
I was just asking IF it is possible to get the HTML code instead of using the widget menu. I’d rather use the code itself to add the functionality.Thank you,
DanielForum: Themes and Templates
In reply to: [Storefront] Products are not organizedHello again @jarretc.
Yes, I updated woocommerce.@xootixsupport
I am sorry for the spam here, jesus, its been hectic around this.I found the page, class-xoo-el-frontend.php
with this code//Hide popup trigger links , if user is logged in if( is_user_logged_in() ){ $inline_style .= " .xoo-el-login-tgr, .xoo-el-reg-tgr, .xoo-el-lostpw-tgr{ display: none!important; } "; }
Aparently, I was already loged in -.-
How can I add the “My Account” and “Logout” link with code similiar to what I did with “Login” and “Register”?
I know I could use the menu “menu” haha, see what I did there? But the website was made by someone else and I am not managing to make that work.Thank you in advance,
Daniel Oliveira- This reply was modified 6 years ago by Daniel.
@xootixsupport I managed to figure out WHAT, but not WHERE was “hiding” my Login button.
It was this css code
.xoo-el-login-tgr, .xoo-el-reg-tgr, .xoo-el-lostpw-tgr { display: none!important; }
I cant seem to find the page containing that code. Hope you can help me find it :S
@xootixsupport It is up and running, please take a look when you can.
Thank you,
Daniel Oliveira@xootixsupport Sorry for the delay, having an issue with the hosting company. Later today will tell you when everything is set up so you can try assist me.
@xootixsupport Currently there isnt, since it was not doing anything I removed it.
Should I add it again so you could check?