jamesd80
Forum Replies Created
-
Forum: Plugins
In reply to: [Jssor Slider by jssor.com] jssor-slider not save sliderHi,
I have the same problem as covered in the above discussion.
When installed there is only one table jssor_sliders.
I have deleted the plugin and reinstalled and again only the one table.
I dont know how to add a table via script is there another way to do this?
ThanksForum: Themes and Templates
In reply to: Blank Page Templateyep, I have the red border!
Forum: Themes and Templates
In reply to: Blank Page TemplateAt the very end of the CSS file
Forum: Themes and Templates
In reply to: Blank Page TemplateI believe so.
Either way you should still be able to change the css of the page by calling.page-id-2890
and that doesnt seem to work either.
Forum: Themes and Templates
In reply to: Blank Page Templatesales-landing-page has been/should be set as a class in the php template.
// Add custom body class to the head
add_filter( ‘body_class’, ‘add_body_class’ );
function add_body_class( $classes ) {
$classes[] = ‘sales-landing-page’;
return $classes;
}I have tried with (.) and with (#) no differnce.
I can see other body classes that are restricted by the 960px but to me they all seem to be based on the innner.When inspecting elements using google chrome if I change max width of inner to none.I get the full page I am looking for (see image) https://screencast.com/t/PAbQc1q3gV
However I can not get that to stick by edits in the css
Forum: Themes and Templates
In reply to: Blank Page Templatethe bit that says “test”
I have changed the background coluor of the content to make it easier to seeForum: Themes and Templates
In reply to: Blank Page TemplateHi Andrew,
try again, sorry.
Forum: Fixing WordPress
In reply to: All Posts and Pages directing to 404Hi Matt,
I reset the permalinks and no joy however since then I created a new .htaccess file and the problem seems to have been resolved, for now.
Not sure why or how but it seems ok.
Thanks for your response.Forum: Plugins
In reply to: [Genesis Responsive Slider] Genesis Responsive Slider not workingHi Ron,
Thanks for getting back. I resolved the issue as you noticed.
Forum: Themes and Templates
In reply to: CSS styling helpAndrew,
I have tried the theme vendors but no joy.
Is there anything else you could recommend?
ThanksForum: Themes and Templates
In reply to: CSS styling helpAndrew,
here is the line of code
<div style="position: relative; to <div id="header"><absolute; top:70px; left:900px;">
That is not working. What should the code be?
ThanksForum: Themes and Templates
In reply to: CSS styling helpHi Andrew,
Thanks for the quick response.
Here is what I have done.1. replaced the absolute command with relative. Positioning is now the same in chrome, IE and Firefox however the positioning is not where I want it to be. It needs to be slightly higher so the bottom of the box ends on the bottom of the header and is further over to the right above the capture form. How would I do that?
2. I have removed hover altogether however this has made no difference. The hyperlinks still appear bold when hovered over and are still in the incorrect colour!
Thanks,
JamesForum: Fixing WordPress
In reply to: Can't acess via wp-adminOk so I have diabled the shareaholic plugin from the plugins dashboard.
Do I need to rename the shareaholic folder in wp-content? If so what?Forum: Fixing WordPress
In reply to: Can't acess via wp-adminI have a wibiya toolbar plugin that has been on the site for about 6 months with no problems. Would that be what you mean?
Forum: Fixing WordPress
In reply to: Can't acess via wp-admin@davejuk When I tried to login with the blank plugins folder it didnt work. When I then went back deleted the blan one and renamed the original it went in.
What am I looking for In the uploads folder? I have looked through the last 3 months and only see content that I have uploaded. Permissions seems to be everything is visible.
@kmessinger how would i remove the toolbar script?