wordpress-theming Questions
3
My In my woocommerce login form successful login it is redirection to shop page I did,
And after login error it should be same page but it goes /wp-login.php.I got some codes but it is working whe...
Forsaken asked 30/3, 2015 at 9:4
9
Solved
I want to override woocommerce templates from my theme. I follow all the steps from the official documents of woocommerce. And I'm sure that there is no woocommerce.php file in my theme.
So, I can...
Pierpont asked 23/8, 2017 at 20:13
7
Solved
I am learning wordpress together with bootstrap and somehow I can't add class on UL tag.
In the screenshot, I want to add class nav nav-tabs on UL but it was added on parent div
$defaults = array(
...
Hakodate asked 30/3, 2014 at 9:59
12
Solved
I am trying to increate the upload limit of my Dockerized Wordpress instance to 150M.
[filename] exceeds the maximum upload size for this site.
I have created an uploads.ini file and attached it...
Dismissive asked 23/3, 2017 at 17:42
9
I have a strange and frustrating behaviour of wordpress admin-ajax.php file, when i make an ajax request it returns 400 error bad request.
(function( $ ) {
var ajaxscript = { ajax_url : 'mydomain...
Asymptote asked 29/12, 2017 at 16:56
2
I have this weird error with my wordpress website.
Later I noticed I got an automated warning message about the plugin "Unyson", but the provided urls don't work.
When I access the main...
Ornithosis asked 9/3, 2021 at 19:10
4
This has got me. I am actually wondering if this is a bug or my theme hindering the visual composer styles. I got a row which has row settings - stretch row. Till here everything's fine. What is I ...
Flavia asked 4/10, 2018 at 20:25
5
Solved
I have the following code in my theme functions.php but when I call console.log(pw_script_vars); the variable is undefined. What did I miss?
function mytheme_enqueue_scripts(){
wp_enqueue_script(...
Sommelier asked 15/4, 2013 at 8:32
5
Solved
I suddenly got got an error when coding - wordpress -> theme:
I don't understand why this is the case as I have an index.php page. Also the css stylesheet is there as well. style.css also has the...
Zeringue asked 8/4, 2017 at 21:32
6
Solved
I added custom script:
wp_enqueue_script('functions', get_bloginfo('template_url') . '/js/functions.js', 'search', null, false);
It works great, except in the functions.js I have:
Reset.style....
Nighttime asked 7/3, 2011 at 15:40
4
Solved
I am trying to include my styles.css stylesheet in a wordpress theme I am trying to develop (my first one). Question: How would one go about including it? I know putting the following code in my he...
Acrefoot asked 23/5, 2016 at 12:45
16
Solved
I am using wp_nav_menu($args) and I want to add my_own_class CSS classname to the <li> element.
I'd like to get the following result:
<li class='my_own_class'><a href=''>Link</...
Headset asked 22/1, 2013 at 17:28
5
Solved
I am building a directory theme for a client of mine, and I like to add the feature of expiration in the posts by modifying the post status from publish to expired.
To achieve that, I am trying to...
Radial asked 30/11, 2013 at 8:52
3
Solved
I wanted to to move and start my wordpress site localy.
I can't recognize wp-bakery folder and actually I don't know is the folder of plugin in plugin folder or inside the theme (I have truemag th...
Piers asked 17/9, 2018 at 21:4
3
Solved
I have a custom post type on two websites and I have to export all posts in that post type and import to the second site.
So my post type is "products". Actually, I can use Wordpress default impor...
Midsummer asked 11/3, 2018 at 13:55
2
Solved
I'm new to WooCommerce. Anyhow, I want to create my own theme, so I followed the guidelines and copied accross the core template files to /mywordpresstheme/woocommerce/.
That all works great and I...
Kumquat asked 16/1, 2013 at 11:30
3
Is there a way to pull taxonomy name just by using term id? Like i have a term_id and i don't know which taxonomy it belongs to and need to get the taxonomy name that it belongs too. any way?
Than...
Swale asked 21/3, 2017 at 16:29
1
I've copied the folder plugin/woocommerce/template to theme/mytheme/woocommerceand designed a new template and just checked Woocommerce/System Status to make sure overridden is worked.
The template...
Asphaltite asked 30/3, 2016 at 11:58
5
Solved
I have a WordPress site that uses woocommerce (in internal page), my URL structure for shop page as follow:
mysite/shop/
breadcrumb on woocommerce pages show only home link like :
You are here: H...
Genius asked 8/7, 2013 at 15:6
18
Solved
I installed a WordPress blog in my local system. But when I try to add plugins from admin it asks for FTP access. What do I need to configure for WordPress to be able to upload without FTP?
Categorize asked 29/7, 2013 at 11:17
1
Solved
I am getting an error:
HTML:
<link rel="stylesheet" href="https://www.domain123.com/wp-content/themes/gogo-theme/css/bootstrap.min.css">
Source map error: Error: request...
Froebel asked 4/5, 2023 at 2:15
4
Solved
The ACF backend/admin panel can get very confusing when you have a lot of options. I see where you can change the width percentage and add your own class to the custom fields, but how do you style ...
Averill asked 13/10, 2017 at 18:30
21
Solved
The home page of my wordpress website seems to be displaying correctly but if you click through to any of the other pages I get the following error message:
Not Found
The requested URL /about was...
Grangerize asked 31/10, 2012 at 0:9
9
Solved
I was trying to modify a template to should use a Child-theme (using WordPress) so, when parent template updates I wont lose my changes. Well, the problem is that I created a template using parts o...
Faradic asked 9/6, 2014 at 15:1
6
Solved
How can CodeIgniter and WordPress be integrated such that the look and feel/template of
the WordPress blog is carried over to the CodeIgniter-created pages?
Sherellsherer asked 10/8, 2009 at 9:26
1 Next >
© 2022 - 2024 — McMap. All rights reserved.