bulbusmaximus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Integrating new Website design pages to a Woocommerce ThemeThanks Swayam,
I have gone into the code and worked with it, created my own functions and played around with the functions.php, template files.php, single & posts.php and other woocommerce specific php files.
Also I have been tweaking the CSS files but there is a limit to changing the layout with this.
I just checked out that we get the PSD files of the current layout from woocommerce for the superstore theme. What is the relation between the template PSD files and the PHP for a theme> does the php have to be coded freshly again with the output HTML from the PSD or can I tweak my own PSD to have the same layers and names as the template PSD files and output the HTML minimizing my turnaround time (& php development time) to adapt the website to the new design?
Thank you
Forum: Fixing WordPress
In reply to: Images not popping up in lightboxDo you think this is problem with Jackbox or the Theme that I am using or some options changes in wordpress needs to be done?
Forum: Fixing WordPress
In reply to: Images not popping up in lightboxI just wanted to mention that I am using Jackbox. When switching to the default lightbox then there is no problem at all.
Forum: Fixing WordPress
In reply to: Tags associated with other post types not shown when tag is clickedthanks nicolae 🙂
Forum: Fixing WordPress
In reply to: Tags associated with other post types not shown when tag is clickedHi Nicolae,
I made child theme, now I am going to add the function in functions.php
What is the ‘custom_post_type’ I have to put for my case?
Thank you 🙂
Forum: Fixing WordPress
In reply to: Tags associated with other post types not shown when tag is clickedDear Nyxko,
Thanks for your reply.
In which file should I add this code? Pardon me as I have not done any php programming – only java programming.Forum: Plugins
In reply to: [W3 Total Cache] Some icons fail to load after enabling Amazon S3 CDNHi Creative,
I just solved the problem. I just ensured that all the files and fonts from the various folders in wp-content were uploaded.
At the top of the W3 Total Cache wordpress admin page, you will see this:
Make sure to export the media library and upload the wp-includes, theme files, custom files, files to the CDN to ensure proper operationSo in the custom files section you can add any files that you think were not uploaded to your CDN. So after I added all my folders, the number of files that needed to be uploaded went up from 2850 to 5000+.
So the custom file list of mine looks like this:
favicon.ico
/wp-content/gallery/*
/wp-content/uploads/*
/wp-content/plugins/wordpress-seo/css/xml-sitemap.xsl
/wp-content/plugins/wp-minify/min*
/wp-content/plugins/*.js
/wp-content/plugins/*.css
/wp-content/plugins/*.gif
/wp-content/plugins/*.jpg
/wp-content/plugins/*.jpeg
/wp-content/plugins/*.png
/wp-content/plugins/*.ttf
/wp-content/plugins/*.woff
/wp-content/plugins/*.svg
/wp-content/plugins/*.eot
/wp-content/themes/HighendWP/images/*
/wp-content/themes/HighendWP/css/*
/wp-content/themes/HighendWP/*.cssForum: Plugins
In reply to: [W3 Total Cache] Some icons fail to load after enabling Amazon S3 CDNHi Creative,
Will let you know if I come across any solution. Cheers mate