Hello,
I’m using a constructor theme in my WordPress site and updated the latest PHP version 8.1 on the version, but the site crashed down. Frontend is showing up critical error. And the backend is loading, but nothing is working smoothly.
When I changed the theme, the front end started working again.
Can you please help me with this issue?
My website displays correctly on all browsers except Internet Explorer. When I view it on IE, all of my white backgrounds turn red. I have searched through these forums and pasted the suggested line of code in my header.php (<meta http-equiv=”X-UA-Compatible” content=”IE=8″>) but it won’t fix the red. I have even gone back in IE versions to 6. Can someone PLEASE help me get rid of this red background.
website: https://www.ds2web.com/dize
Below is the first part of my header.php where I added the meta tag:
<?php
/**
* The Header for the template.
*
* @package WordPress
*/
if (!isset( $content_width ) ) $content_width = 1170;
if(session_id() == ”) {
session_start();
}
global $pp_homepage_style;
?><!DOCTYPE html>
<html <?php language_attributes(); ?> <?php if(isset($pp_homepage_style) && !empty($pp_homepage_style)) { echo ‘data-style=”‘.esc_attr($pp_homepage_style).'”‘; } ?>>
<head><meta http-equiv=”X-UA-Compatible” content=”IE=8″>
<meta charset=”<?php echo get_bloginfo( ‘charset’ ); ?>” />
<?php
$tg_mobile_responsive = kirki_get_option(‘tg_mobile_responsive’);
if(!empty($tg_mobile_responsive))
{
?>
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″ />
<?php
}
?>
I install wordpress 1.6.5 Builder 4.1, by the time I is working well in the design process.
My questions are:
1). What consequences can have on my website as this issue is such an old version ?.
2). What can happen in future updates of wordpress?
3). What other topics or free plugins you recommend?
4). If it is advisable to install it?
Yo instale Constructor 1.6.5 en wordpress 4.1, por el momento me esta funcionando bien en el proceso de dise?o.
Mis preguntas son:
1). ?Que consecuencias puedo tener en mi web ya que este tema es una versión tan vieja?.
2). ?Que puede suceder en futuras actualizaciones de wordpress?
3). ?Si es recomendable instalarlo?
Hi there, thanks for the great theme I’ve been using for some time now!
I was wondering if there are plans to make it compatible with WordPress 4… That would be great!
Cheers
]]>What version of wordpress is the most recommended to start with constructor 1.6.5 and avoid disappointment
]]>I have two posts on my blog and i am trying to change it so that at the bottom of the page instead of having a button to go to the older post saying the name of the post it will say “older posts” and then the newer post it will say “Newer post” does anyone know how to do this?
]]>I have the Constructor Theme (Version 1.6.5) for WordPress which I love! I have been able to make most of the site easily…great work! My problem is that all the tutorials to make a custom template don’t work for me. I have copied the page.php page and added the ‘Template name:’ comment in the opening PHP tag. I then try to change to the new template but when I view it there is a problem in that I can only see plain text menu to the left of page…no CSS nothing!!
Any advice?
Kind regards Russ Clarke
]]>Basically I have an image for a header and i changed the link behind that to go to the main website and was planning on making a news option in the menu to link to the blogs main page, after changing the link of the image i no longer had a link to the main blog page which because of that created an extra menu option called “Home” which goes to the main blog page but i cannot figure out where this is to change as its not in the menu with the rest of my navigational buttons
in short I want to change the Home page to be called News and have a different place in the menu
If you need to see the blog to see what I mean then its on here
Sorry if i didnt explain this as clearly as i could of any help will be appreciated thanks
]]>I’ve designed the Home with 3 images at full weight, and I want that some pages have an aside, but only 3, not the Home included.
How can I do this?
]]>I’m not expecting help on this issue, as the last question wasn’t answered, but I”m hoping. The featured image on the them is using the full post image and then cropping badly on my facebook sharing. How do I get the featured thumbnail to be the post thumbnail, that I have specially cropped for facebook sharing.
thanks
]]>Judging by the lack of theme updates or input from the author, is this theme no longer going to be kept up? I’ve been happily using it since the beginning, but wondering if I need to change for another, it doesn’t display on phones as it should.
]]>Hi all,
I’ve been using WP a whole 2 days and am struggling a bit.
I need to remove the permanent Home link and Meta stuff from the page. Looking in the code inspector tells me they’re in the HTML, but there IS no HTML file I can edit. How the heck do you do it then?? If I delete the lines on the code inspector, the offending stuff is removed from the screen but I can’t find a way to save the changes.
The other thing I’m finding tough is putting a vertical menu in the left sidebar. I have a widget but can’t get it to show up.
Any help would be most appreciated
Many thanks
Ann
Hello, I recently set up the Constructor theme on my blog, and now I’ve noticed that the avatar placement on comment replies to other comments is on the right side, as opposed to the left, whereas for the rest of the comments it stays on the left, where I’d prefer it to be.
I’ve already used Firebug to track down the code that’s overriding the float:left setting; it looks like this, and is from css.php (referred to this file from style.css:
switch ($options['comments']['avatar']['pos']) {
case 'left':
$avatar_pos = "float: left;\n margin: 0 10px 10px 0;";
$avatar_author = "float: right !important;\n margin: 0 0 10px 10px !important;";
break;
case 'right':
default:
$avatar_pos = "float: right;\n margin: 0 0 10px 10px;";
$avatar_author = "float: left !important;\n margin: 0 10px 10px 0 !important;";
break;
But I’ve edited and it completely deleted it, and nothing happened. In fact, deleting the code, I then inspected the avatar with firebug once more, and it still showed the code as being there.
I imagine something in WordPress’ core functions is responsbile, but I don’t know how to get at it…
Thanks for any help! Here’s a link if it helps to a post with comments:
https://www.psihosuport.ro/psiholog/2012/11/cum-sa-treci-peste-o-despartire/#comment-1398
Hi everyone,
I am starting a new blog network. So, I need a whole bunch of blogs that I would like to have exactly the same appearance.
So as to do this, I made a “Template blog” with all the personnalizations I wanted and used the extension “Blog Copier” to have copies of this template. But now that I modified the CSS via Constructor personalization menu, these changes are not copied when I copy the blog.
I would like to know if there is a simple way, on a network, to apply Constructor modifications to all the sites available, because I don’t really feel like copying/pasting the custom CSS every time I make a new blog.
Does anyone have any idea how to do this ?
I use WordPress network 3.5.1 and Constructor 1.6.5
Thanks.
]]>I’m trying to modify loos margins within the layout tab. It does not give that option. Anyone know that may be due. I have understood that if you can, but do not know why not give that option. thank you very much
]]>hi
in the layout menu
it appear that we have a problem with resizing layout (for example resizing sidebar or resizing content and header)
do you already aware of this problem ?
thanks
We are trying to make a no blogging website at sandileibowitz.com. We cannot get rid of the obtrusive “leave reply” elements, and our host inmotionhosting’s button “turn off commenting” does not give us the option to turn this function off.
Can someone help us?
How can i make the page width fluid rather than pixel based sizing?
]]>Please help me.
Thanks in advance.
Why would my post dates not be appearing – I do have the box checked in the customize – content area.
Thanks!
hello
i want to add a sidebar above my left and right sidebar
to use for adsense Square
like this
Square 240
left sidebar 120 right sidebar 120
how can i do that?
]]>Hello,
How I can remove links to previous and next post from page?
I tried to add remove_action(wp_head’,’adjacent_posts_rel_link_wp_head’,10, 0 ); to functions.php (wordpress\wp-content\themes\constructor\functions.php), but it didn’t help.
Thanks!
]]>Hi there,
I’ve been trying to put a border around my comment forms/boxes (inc. name address, website, and the “post comment”). No one can see where to click.
I’m rubbish a CSS! Help! ??
Here’s my link
]]>Hi All,
I have my site https://www.balibites.com
I embed twitter widget in my page, but somehow the image profile and the account name title doesn’t get inline.
Must be something wrong with my CSS, but have no idea which one..
could anyone help me please..
Thanks,
Surya
I would like to change a template for categories. The tile should be smaller, but all should show up. Where do I start there? Not new to programming just new to wp-customizing ??
]]>hi..
Unlimited innovative with constructor!
I want to make the background image that i instert from customize image menu option in constructor option to be full height (100%) to browser.
my website is https://www.suryanirmala.com. you can see the yellow transparent is the image that i insert with repeat-y. But then it ended until the footer and cannot be full page unless the content is long enough.
Please anybody help me with this. Thank you so much.
Surya
]]>Hi..
I feel that my website is run slow when i use constructor as the theme. Other theme could make my site run faster.
Is there any way to make the site run fast when using constructor theme?
or could it be upgraded to become faster?
Thanks,
Surya
]]>hi Anton,
I want to have border around post titles only, and i want to turn off borders from the customize menu
also i want to have borders around content div only with borders turned off from customize menu
]]>I want to remove page title and use breadcrumbs instead how can i do that ??
]]>