My apologies, my head is all over the place today here you go
My apologies, my head is all over the place today here you go
There you go
Thanks,
Unfortunetly Godaddy cannot help me anyfurther diagnosing or fixing things that need to be fixed…
So i’ll take all professional help I can get….
I’m trying to understand how to fix this… the images are on the server… and are valid image files when I open them in file manager I can see the images).
but when I use the link either in the media file or the core link of the picture in the browser I get an Error 404… So it comes down to theres something in the database thats making those images broken or redirect to a 404…
any ideas or has anyone come across this?
Thanks
I had to totally delete all of the ftp accounts created and reset all of my admin panel usernames and passwords, it has been confirmed that I have gotten hacked… whatever they did it broke the image links on all the websites of my server….
So I do not want to waste the precious time that you guys use to help all of us when ive now fixed the security problem but also since theres no way to get the images back theres nothing left for me to do but to go back and fix things…
thank you very much for your time so far,
and this is a great reminder to all that you are never safe enough on the web.
Sorry I temporarily changed it is now ok
I have somewhat figured out what happend… it seems as if for some reason all the images that were uploaded in april have gotten erased from the folder uploads/2015/04
I have gotten a good bunch of images back but yeah some how even the site loads exetremely slow now.
I still dont know what caused those files to get erased nobody had touched the website for 2 weeks.
Confirmed from godaddy that it has nothing to do with server side…
thats great news… you can only make things better within time… 🙂 I will keep a lookout for the feature in a future up-date thank you very much..
Well here is the temporary solution that I have created myself… although this is totally not the most practical way to get the result I was looking for…
I created a Random Parent Category and created all the children categories That I wanted to see in the slider.
I assigned their thumbnails etc…
Then in the home page layout I used the parent id that I had just created…
I created a fake product so that the sub-categories would appea.
so now the images would appear like they should but when you click on the image it brings you to the product category page wish has a bogus product…
So I installed a plugin that allows to enter URL Redirects… and I manually made each bogus category re-direct to the direct page…
this is very ineffecient way of doing things but it works for now…
Im not sure how much work it would be for you guys to make it so that we can enter individual category id’s instead of just the parent categories. This would allow way more customizabitily/filterability.
If anyone has another solution Im all ears because this temporary fix will only last so long before I start having issues…
I also had to go and add a whole bunch of .css to make the bogus category dissapear in the widgets etc…
is there a way to get the woocommerce product categories feature to show in a slider instead of a grid layout then? because this feature lets me show specifically the id’s i want
yes but to get them to show properly I have to totally mess up how my product categories are listed… I cant write the specific category ids that I want ex. id’s: 656,123,55,72
the only way to do it is to put everything I want to show under 1 parent category… but I want to show sub categories as-well
The only way to get it to work like I want to is to but the categories that I want as a child of a parent category, but then doing that screws up the way my categories are laid out…
see as of now I have to put the things like the following
Frangrance
>Women
>Men
>Rare Perfumes
>Celebrity Perfumes
etc…
but the Women and Men are supposed to be their own Parent Category…
I want to be able to display the categories or sub categories of which I use the id of…
thanks… another question… is there a way to make my menu go up to 6 columns? i know it can go up to five but is there a way to make it go up to 6?
awsome ill see if i still need that plugin I appreciate the help you guys rock!!
awsome great to know that it works now… im dumbfounded as to what caused that but atleast it works now thank you so much.
another issue I am having is when I do a search for a product… for instance armani in the the search theres this error message that shows up… while you guys have all the access required would you mind looking into that please?
10-4 mis-read sorry here you go.
it hasnt changed from the previous private message… Ive added it again
Ok so now that all my stuff is all back up to date… it still doesnt work…
Here you go
yes I had it figured out sorry didnt think of replying… I had modified something in the content-single-product.php and so I just re copied the original code and it fixed itself…
I also had to go into my database and rename my brands taxonomy to have the taxononmy of brands instead of the woocomerce product_brand or else the theme doesnt pick up on them… and I didnt want to manually re-enter all of my brands…
Im running into an issue though, when I put the sidebar on the right in the single products theme options page… the page does not load… if i put none or sidebar left it works?
Nevermind… it was at default, I selected another tab type and saved it and then reselected default and saved again and they now appear like the demo
I appreciate the support response.
Thanks.
Jeff
they are at default… this is pretty wierd
lol I specifically wrote in my second post that I have done that.. but the tabs arent the same as demo… please look at the links provided in the first post…
thanks
Let me be more precise… as I have found the option to make it appear after content…
but how do I get the tabs to show up like that demo instead of the long accordion style like I have currently.
Thanks.
will try… im pretty sure I had tried that…
thank you.
Ive got almost everything figured out… only thing im trying to figure out is how to change the button of the call to action… it uses the class btn, and if i edit the class btn in my custom.css file it affects all the other buttons on the site since they use that class.. I want to create another class in my css file which I have done but now Im not sure how to get the shortcode file to look for the new class instead of the btn class that its set to by default.
That seemed to have worked, I just gotta play with css to get it to show up where I want it to as it still appears in the footer 2 area
In private
that still doesnt help me… what was the css used with that? because when I do make a call to action within a static block into footer 1 widget… it does not go fullwidth and it also doesnt change color on hover and it also doesnt appear on top of footer 2 it appears with footer 2
Figured it out… I was using the wrong woocommerce brands shortcode the whole time instead of
get_brand_thumbnail_url( $brand_id )
it should of been
echo do_shortcode(‘[product_brand width="64px" height="64px" class="alignright"]‘);
and then just add the php tags to them
<?php echo do_shortcode(‘[product_brand width="64px" height="64px" class="alignright"]‘); ?>
and I put this in the content-single-product.php
right after the divs for the product description…
Glad I figured this one on my own.
Just a bummer that Royal theme uses its own brands category.. for those who dont own the woocommerce plugin its a great feature to have but like myself who does own the plugin in, well it causes alot of issues because the theme doesnt naturally pick them up…