Pablo Alexis
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: wp-login.php gets downloaded instead of displayedmaybe theme functions bro or permissions on your directory/file
Forum: Fixing WordPress
In reply to: adding 'http//' into my domain address on wordpress…you need a ssl cert. or if you have one try change in settings general the url, if dont work you can restore url from database table wp_options siteurl
Forum: Hacks
In reply to: Change custom taxonomy term permanent urltry when declare post type set correct rewrite rule:
// Register Custom Taxonomy
//previous to declare cpt…$rewrite = array(
‘slug’ => ‘games’,
‘with_front’ => true,
‘hierarchical’ => true,
);…
//rest of codeForum: Fixing WordPress
In reply to: How do I make my content background translucent?declare opacity for div#content
Forum: Fixing WordPress
In reply to: White space between the header and the footer.remove in template-page your content or container previous to footer or use css to hide this
Forum: Fixing WordPress
In reply to: Passing jquery variable to PHPtry with ajax… var js must be passed by ajax to php
Viewing 6 replies - 1 through 6 (of 6 total)