kartus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scan for bad code after hackThank you very much for the quick response.
I will follow the guide and we will see what will happen.
In my opinion the hack is mostly to delete some common files (not destroy the site, just annoy the owner). I doubt that there will be something left, but better safe than sorry :D.
I just made a full “backup” with the WP clone plug-in just in case.
And just so you know, the only reason that I’m not very calm is that i have deleted all the images from my PC after i uploaded them. It will be quite a pain in the a$$ to find and resize them again ??Forum: Plugins
In reply to: [WooCommerce] Hide titles on specific categories only and add exceptionsHi, Mike.
Thank you for your response.
This code includes hiding the titles of my sub-categories. I need only to hide only one category. In my humble and inexperienced opinion the code should be something like
li.product-category.page-id ??? h3 {display: none:}
And of course page ID is the wordpress way to do it. I know my category ID but I can’t figure out how to target it. I don’t know what should i write instead of page-id.Forum: Plugins
In reply to: [Smart Slider 3] Transparent image in layerWell. I managed to copy the slides. Thank you very much.
About the dislocations. I managed “blindly” to adjust the proper position. Thank you for the awesome support and sorry for the stupid questions.Forum: Plugins
In reply to: [Smart Slider 3] Transparent image in layerThank you very much. It works.
Btw is there a way to make something like a copy/paste? Cuz right now I’m doing everything for 1 slide at a time.
And the other thing (it looks more like a bug). The image location in the place where you adjust the location is different from the actual one. I mean I put the image right next to the text, but in the slider it is on a different place. Could be me, but I think it is more like a bug. I thought you should know.
Thanks again.Forum: Fixing WordPress
In reply to: Navigation menu, child button background colorOh my god. !IMPORTANT;
I’m f*cking retarded.
Thank you very much. I completely forgot about that option :D.
I guess it has been too long since the last time I worked with CSS.
Again, thank you very much.Forum: Themes and Templates
In reply to: Adjusting post category via css.Paul, worked like a charm. Ty for the code and ty for the additional info links. You are the best. About the child theme, I don’t really care. Every edit I make is in the last lines of the css code, and after 3-4 changes i save it on my laptop. If an update comes i will just re-add it. Even tho that the custom CSS plug-in sounds good.
And If it comes to a time that i will edit php than I will make a child theme (I certainly hope that this time won’t come).
And again, thank you for the quick and awesome response, and have a nice day ??Forum: Plugins
In reply to: [Slider by 10Web - Responsive Image Slider] Full width backgroundHello Sona.
Again I’m really grateful for your assistance by now.
I figured out a way to bypass the php usage.
I decided to create a page named Home, and set it as the homepage via the theme’s options (static front page). In theory it should look the same as the one i was trying to make. Right now i will try to do it on my own, but still can you give me some hints on how to make the slideshow as a page/post background?Forum: Plugins
In reply to: [Slider by 10Web - Responsive Image Slider] Full width background<head> <meta charset="<?php bloginfo( 'charset' ); ?>"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="https://gmpg.org/xfn/11"/> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/> <?php wp_head(); ?> </head> <?php wd_slider(1); ?> !!!!!!!!!!!!! <body <?php body_class(); ?>> <?php responsive_container(); // before container hook ?> <div id="container" class="hfeed">
The plug-in code with !!!!!!! after it.
This is when it is inserted in the header.php. This way the slideshow displays on every page.Forum: Plugins
In reply to: [Slider by 10Web - Responsive Image Slider] Full width backgroundHi. Again ty for your response.
I’m really sorry to keep bothering you but I have an issue.
First of all whenever I try to insert the code in my home.php or front-page.php (not sure if this one is for the homepage) nothing happens. The slideshow appears when i add the code in header.php (or footer.php).
When I do that the slideshow moves my menu (up or down, depending on which line and php file I edit). I need the menu and the logo to be over the the slide. Now a gray bar appears behind it.
How can I fix that?
Again, I’m really sorry for bothering you with this, but my php understanding is very (very) novice.
Thank you in advance.
Best regards, Vlad!Forum: Plugins
In reply to: [Slider by 10Web - Responsive Image Slider] Full width backgroundThank you for your response.
Can you give me some hints how can I do that?Forum: Themes and Templates
In reply to: [Responsive] Swap logo and top menu on mobileOhh, i cut the other ?php if get header image ??
It really worked. Ty very much.
1 final question. I just changed it in the main theme. In order to keep it this way even after theme update i must copy my header.php in the child theme folder right?Forum: Themes and Templates
In reply to: [Responsive] Swap logo and top menu on mobileIt didn’t work ??
Forum: Themes and Templates
In reply to: [Responsive] Swap logo and top menu on mobileHi leleuf,
first of all, thank you for your response.
Second, can you please be more specific? My knowledge about web programing is pretty much non existing. I have no idea about the difference between the codes for a mobile version and those for normal version.
Thanks in advance,
Best regards, VLado!Forum: Fixing WordPress
In reply to: Background Slideshow plugin suggestionThank you for your suggestion.
But honestly, this one changes the pics even worse.Forum: Fixing WordPress
In reply to: Blank page while updating.Well, what can I say. I tried the manual update and I destroyed everything :D. When i was about to delete the entire site and start over i saw an option to update from the Cpanel. It fixed my site, and now updates are working.
Jose thank you for the response. Even tho I didn’t use it properly, it helped me find the fix :D.
Good day,
Best regards, Vlad.