Questions tagged as 'wordpress-theme'

2
answers

Responsibility of Woocommerce Virtual Store

Hello, I have a responsive template installed on Wordpress, but the responsiveness in mobile devices is showing a small right spacing. I tried to change the margins by css, but it had no effect. Strange is therefore in some tests of responsiv...
asked by 14.08.2017 / 22:01
0
answers

Upload media wordpress?

I have a project in wordpress. You need to upload a 10mb file, but thema allows only 2mb. It already has change the .htaccess, and function.php, wp-config, and php.ini. Does anyone know how to resolve this if I know thanks?     
asked by 19.07.2017 / 13:55
1
answer

Theme / Wordpress template for woocommerce with simulator

How do I search on a woocommerce theme that allows the site user to set up your product? I need to create a site with a simulator like this one: link Does anyone recommend a theme / wordpress template that allows this simulator?     
asked by 11.06.2017 / 01:01
1
answer

I can not import themes in wordpress

I'm trying to install a theme in Wordpress, but this error appears:    (Warning: POST Content-Length of 46588481 bytes exceeds the limit of   8388608 bytes in Unknown on line 0) Thank you     
asked by 01.11.2016 / 11:52
0
answers

Create index in alphabetical order with Wordpress categories

I need to create an index with the Wordpress categories, but I do not know how to do it. I can list the categories in alphabetical order, but I need to divide them by letters. For example: THE Ana will love .... B bob Bernabe ... W Cristina Clau...
asked by 20.05.2017 / 00:52
1
answer

Wordpress slow and with database access errors

All good personal, I had asked another question, but I was able to identify some queries that are consuming a lot of execution time. I developed a theme for a news portal, and in each area I upload news from a certain category. But since s...
asked by 03.04.2017 / 21:12
1
answer

Grid with loop breaking in wordpress! Using Foundation6 as a framework

Good afternoon, I've been having a lot of problems when doing a grid with a loop, like the posts of a grid blog, follow an illustration image: Does anyone know what to do for the grid not to break? Here is the code: <!-- the loop -->...
asked by 16.03.2017 / 19:23
1
answer

How to export settings from a Wordpress theme?

I have a WordPress site and need to migrate to another server. I was able to export the content and import it into the new environment. However, the theme used was greatly modified. There were many settings made. Is there a way to save all setti...
asked by 21.02.2017 / 20:34
1
answer

Wordpress Template OnePage but also paginated

I'm developing a wordpress template, and it has the following dynamics, it's a one page site, or it's anchored. In the menu I call the pages that are anchored to the one page, but in the menu I also call paginas that are paginated, these I progr...
asked by 14.02.2017 / 12:49
0
answers

WordPress - Pagination does not work in taxonomy

I have a custom post type "news" and a "subject" taxonomy that has its terms, to do the pagination I am using the following code (page-news.php): $custom_query_args['paged'] = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1; $args = ar...
asked by 25.01.2017 / 17:25