GETPRO
Forum Replies Created
-
Forum: Hacks
In reply to: Swap the Javascript 'JQuery' over on two pagesHey,
Thanks for the information, I swapped the code that you spoke of and it worked for one page but not the category page. I must have got the “Javascript” (Thanks for the heads up) wrong somewhere as it was showing the menu item and showing the drop down box but the list was empty. Any suggestions? Could I maybe send you a copy of the two files and you can take a look?
Thanks so much for your gracious help and assistance.Forum: Hacks
In reply to: Swap the Javascript 'JQuery' over on two pagesThanks for your reply,
This is a project for a client that I have taken over mid build so I am still becoming familiar with it.
They are menu items with the java applied to them and i want to swap them from one page to the other and vice versa.
On https://pastebin.com/eqYQ2EJx it is line 118 and
On https://pastebin.com/vGutWiaF it is line 193.I had a look at both header and functions and this was the only java in functions
function mts_add_scripts() { $mts_options = get_option('point'); global $data; //get theme options wp_enqueue_script('jquery'); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } wp_enqueue_script('customscript', get_stylesheet_directory_uri() . '/js/customscript.js', array(), 'null', true); } add_action('wp_enqueue_scripts','mts_add_scripts');
Here are the links to take a look.
https://elitecolleges.com.au/colleges/
https://elitecolleges.com.au/courses/Thanks for your help with this,
Much appreciated.Forum: Hacks
In reply to: Swap the Javascript 'JQuery' over on two pagesOk, sorry about that. Here are the links to the code if anyone can assist.
Many Thanks.
Page 1: https://pastebin.com/eqYQ2EJx
Page 2: https://pastebin.com/vGutWiaF
Forum: Themes and Templates
In reply to: [Hueman] CSS 'textarea' not workingManaged to achieve the exact result of your images in the link provided, Thanks.
.boxed #page { /* background: #eaeaea; */ padding-bottom: 1px; }
#page .container-inner { /* background: #fff; */ /* -webkit-box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1); */ /* box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1); */ }
.main { /* background-color: #fff!important; */ position: relative; }
.col-2cl .main-inner { /* background: url(img/sidebar/s-right-s1.png) repeat-y right 0; */ padding-right: 340px; background-color: rgba(50,50,50, 0); }
.content { /* background-color: rgba(50,50,50, 0.4); */ }
.col-2cl .s1 { float: right; margin-right: -340px; /* background-color: white; */ background-color: rgba(255,255,255, 0.5); }
I think that’s what you wanted?
Forum: Themes and Templates
In reply to: [Hueman] CSS 'textarea' not workingSorry forgot to mention:
Cancel out your background colors on each level working down as required.
Container
Container-Inner
Main
The white in the sidebar is coming from the image background in col-2cl. Remove that and the sidebar will be transparent also.Forum: Themes and Templates
In reply to: [Hueman] CSS 'textarea' not workingIt appears that the background color is being set way back in the container so if you edit that out in css you will have your opacity.
.boxed #page {
background-color: rgba(50,50,50, 0.4);
padding-bottom: 1px;
}Hope thats it ??
Forum: Themes and Templates
In reply to: [Spun] Circle Sensativity and menu bordersWhat is the URL that you are looking to fix please.
Forum: Themes and Templates
In reply to: [Hueman] CSS 'textarea' not workingI dont know if i am on the right track here as i dont fully understand the request however heres my thoughts on what i see. Have you tried this for the background color in your child theme?
.content {
background-color: rgba(0, 0, 0, 0.5);
opacity: .5;
}And then this for the text color?
.entry {
font-size: 18px;
line-height: 1.6em;
color: #FFFFFF;
}Forum: Themes and Templates
In reply to: Modify page layoutHi lechicbynadia,
I took a look at the theme that you are using and it has a built in column listing option. Go to: Appearance > Theme Options > General Settings > There you will see “Column Blog Listing”
Hope this helps you out.Forum: Themes and Templates
In reply to: Modify page layoutHey Jan Dembowski,
Sorry about that mate, was just trying to help. I agree with what you are saying and that should be the case. Thanks for the input and information. Very valuable.
Forum: Everything else WordPress
In reply to: Coding DesignTry using Cyberchimps Responsive theme, it is totally customisable with a little css and html. Give it a try and if you require assistance let me know.
Forum: Fixing WordPress
In reply to: WordPress 3.9.1 not showing main navigation menu.Have you gone and manually checked that the missing pages/posts are in the menu still? by this I mean in the admin console.
Forum: Fixing WordPress
In reply to: Centering a tableHi,
Did you figure it out yet? It appears to be a padding issue.
Let me know if i can help.
Forum: Everything else WordPress
In reply to: Redirect HelpI would go with your second option, install in the root directory and redirect from the /fr to the root. You could even use a redirect plugin to make sure that you dont miss any others.
Forum: Themes and Templates
In reply to: Where to find a theme like thisHi Emilll,
If you are going down the route of web development for yourself and clientèle you may want to consider the (reponsive Theme) https://cyberchimps.com/responsive-theme/
which is free and very customizable. Create your own child themes and have them template ready for your customers. If you put it together with say (Layerslider) https://www.techerhut.com/download-layerslider-v4-6-5-responsive-wordpress-plugin-free/
or even just (meteor slider) https://www.ads-software.com/plugins/meteor-slides/ also free you can make very dynamic websites for your customers.