kraky9
Forum Replies Created
-
Olá @rdc4,
N?o devem fazer altera??es directamente no ficheiro.
Devem usar o filtro woocommerce_nif_field_class e retornar form-row-wide para obter o mesmo resultado sem perder as altera??es num futuro update.
Já agora como ficaria ent?o o código do filter?
O problema é que pretendo alterar várias coisas no plugin, como o nome do campo, placeholder, tornar required, etc- This reply was modified 4 years, 8 months ago by kraky9.
A solu??o foi trocar no ficheiro do plugin woocommerce_nif.php a class do campo de “form-row-first” para “form-row-wide”.
Forum: Themes and Templates
In reply to: [Fashionable Store] Remove menu hover effectHello dear @rdc4
You can change the link hover like this. Go to the WordPress Customizer > Additional CSS tab and write the following CSS.#header ul li a:hover:before, #header ul li.current-menu-item:before{ content: unset; } #header ul li.current-menu-item a, #header ul li a:hover{ color: #f37139; }
This code will take care of the hover state and the current menu item state as well.
For the second question In the next updates I will add some generic colorpickers you can use to change some color styles.
Cheers!
ArchimidisMAfter adding that code I found an issue that I’m not sure how to solve, when the current page is the Shop page all the sub-menu items are colored as you can see.
Forum: Themes and Templates
In reply to: [Fashionable Store] Remove menu hover effectThank you for your answer.
I would also like to remove the following lines everywhere, such as on the main menu, my account links, etc
https://i.ibb.co/FWKZmhX/tyjdty.png
Thank you
Forum: Plugins
In reply to: [WP Customer Reviews] Transfer Reviews to New SiteHey @pvaldeben,
I was wondering if you know how to import the reviews from my old website that is using a previous version of reviews that are still stored in the database?
Thanks
- This reply was modified 7 years, 11 months ago by kraky9.
Forum: Fixing WordPress
In reply to: Permalinks IssueI have double checked and there was no .htaccess file. I tried uploading one blank and another one with that code and there I didn’t get a overwrite message.
So I don’t understand why a blank .htaccess file would cause an internal server error.
Forum: Fixing WordPress
In reply to: Permalinks IssueIt doesn’t really matter if there is code or not inside the .htaccess file. Even if it blank, the Internal Server Error still persists.
However here is the code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>And here is the website: https://isismedia.org/
Forum: Plugins
In reply to: [WP Biographia] Create iFrameSorry for duplicated posting.
Forum: Plugins
In reply to: [Infinite-Scroll] Plugin not workingAnyone please?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Plugin not workingIt’s working now, thank you so much for your help!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Plugin not workingI found this in the header:
<?php if(is_singular()) wp_enqueue_script('comment-reply'); ?> <?php wp_deregister_script('jquery'); ?> <?php wp_enqueue_script('jquery', get_template_directory_uri() . '/js/jquery-1.6.4.min.js'); ?> <?php wp_enqueue_script('jtwt', get_template_directory_uri() . '/js/jtwt.js'); ?> <?php wp_enqueue_script('jquery.nivo.slider', get_template_directory_uri() . '/js/jquery.nivo.slider.pack.js'); ?> <?php wp_enqueue_script('jquery.colorbox', get_bloginfo('template_directory'). '/js/colorbox/jquery.colorbox-min.js'); ?> <?php wp_head(); ?>
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Plugin not workingI didn’t find anything in the theme options, I’ve found a folder named “js” in my theme which has this 3 files: jtwt.js , jquery.nivo.slider.pack.js , jquery-1.6.4.min.js and a folder named colorbox.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Plugin not workingI’m sorry but how do I disable jQuery loaded by theme and use the default one ?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Plugin not workingThank you for you help.
I’m sorry, I already activated the plugin, can you please check again?
Forum: Fixing WordPress
In reply to: Theme's Fancybox stopped working out of nowhere!Did you figure out what was the problem? I’m having this problem…