Search the Community
Showing results for tags 'framework'.
Found 41 results
-
Hi, May be its very early to ask. When will be the pagelines 3 will be released? Thanks sakkthi
- 5 replies
-
- next version
- pagelines
-
(and 1 more)
Tagged with:
-
Using previously purchased framework sections in free version DMS
caspersjan posted a topic in DMS & Legacy Products
Dear Pageliners, DMS looks amazing. I installed the free version to find my way around it. But I can't see a way to access sections I had previously purchased. The new Pagelines Store under Get More Sections looks good and very efficient, but is there a way I can use my old sections in the free version of DMS? I purchased several hundred dollars' worth of different sections over the past year and would be very happy if I could at least try them out. Thank you for your help, and good luck with the new system! Yours faithfully, Jan. -
After wasting what seems like a colossal amount of time this weekend, it seems that my DMS may have limited functionality because my Pagelines account for framework/Platform 2.44 will not connect to the proper server. In fact I am not sure that I am even on the correct service plan because I am told that I would be "grandfathered" in. When I cannot make certain functions work on the front end of my test site, I try and go to look at the drag and drop defaults and switch them around. Some options come up on individual page and posts from the editing interface or "back end," but the majority of my site defaults appear to be missing. Leaving me not only to not be able to further explore DMS but also keeping me from working on and refining any of my sites on Pagelines. Normally you guys do a great job, but the time that this is costing me and the combined heat I am getting from clients has been rather ugly. Is there any kind of ETA we can get from you about functionality? I want to know: When will I have full functionality for DMS? When will full functionality return for Pagelines 2.44? it almost seems like there has been a lack of response due to a lack of answers because we might not like the answers. But I personally would like some sort of estimate. Until then, I think I had best stop investing the time until we can get better answers and clearer DOCS. Don't misunderstand! You guys are great and I support you 100%. I just need better communication than that which I have experience since the HACK and Launch this week. Thank You! :-)
-
Hi: It only shows four features on the main page but I have 6 features in the feature set. I have selected the correct feature set on my main page and selected the max number of features to show as 5. However, it will only show four. Also, navigation does not show numbers instead of dots. I wonder if there is some simple setting I am missing. Website: www.uniscicorp.com
-
I get the feeling that v2.4.4 was pushed too soon. I saw that it was available on one of my sites, so I did the auto update on two sites, now there are problems (ex. the in-site store doesn't show any sections, themes, or plugins when I'm trying to find one.) Both sites (here and here) are having the same problems. See here for an example of what the store looks like:https://dl.dropboxusercontent.com/u/68311000/2013-07-16%2015_37_45-PageLines-Admin%20%E2%80%B9%20Elite%20Machine%20Tool%20%E2%80%94%20WordPress.png
-
I would like to place a fixed position WP Stock Ticker at the top of the page above the Fixed NavBar. I have accomplished this by placing under the 'page lines_before_site' hook in the header.php file. One problem is that the background scrolls and therefore my features scroll through the ticker. I was wondering if there is an easier methodology for accomplishing the same thing? and/or How to solve the background issue? I honestly haven't spent much time on the background issue because I thought there would be a more elegant solution using drag-n-drop. Thanks for the help. site is http://pathfindercfp.com
-
On this site I am having some issues with the boxes on the page not lining up with everything else. I am in the latest version of Pagelines Framework. Website: http://www.family-classics.com/ I want the left side of the orange bar that says "Share your Family Classic" to line up with the left side of the box below it. I tried the below code to shift the food photos to the right: #boxes .content-pad { padding-left: 35px; } But since the "Share your Family Classic" bar is also a box, it shifts everything right. Duh! Since I have two sets of boxes, I know I need to somehow call out the Boxes ID of only the bottom set. Where do I find the box set ID number? Thanks!
-
Social Icons not updating properly in Brandnav section
diretornak posted a topic in DMS & Legacy Products
Hey guys. I am having problems updating the social icon links in this website: www.essbrasil.com.br For some reason, even though I have pointed both links to http://www.essbrasil.com.br using the "header and footer" site options, they are linking to whatever page is currently open. So if I click on any icon in the homepage, they will link to the homepage, and if I click on any icon in the "contato" page, they link to the "contato" page. Any ideas on how I could fix this? I am using latest versions on both Framework and Wordpress.- 11 replies
-
Hello, I'm using Pagelines framework with the responsive setting in the layout editor checked but it does not look responsive when viewed on my mobile. What can I do to correct this? Thanks so much, Kelli
- 3 replies
-
- responsive
- mobile
-
(and 1 more)
Tagged with:
-
Next Gen Gallery messed up - Problem with theme compatability
bizint posted a topic in DMS & Legacy Products
Hi, I've noticed my clients page is messed up slightly which pulls images from next gen gallery. See here: http://www.businessinteriors.co.uk/portfolio/clients-office-design-inspiration/ When I was trying to find the issue I ran the compatability check in the nextgen plugin and it said there is this problem: Check theme compatibility Missing the call to wp_head() in your theme, contact the theme author I have the latest wordpress updates, framework is up to date and I use a child/base theme. Thanks, James -
Hi folks Hoping for a small bit of assistance. I have a banner which I would like to add a background colour to similar to the pl-color-grey. I have succeeded in adding a grey background with the following code; #banners.container.clone_1 .content { background: grey; .border-radius(5px); .box-shadow(0 0 3px black); } Update: On another thread I came across this code which seems to give me what I want (thanks Rob), however I would benefit if someone could confirm that the colour values are similar to the values used in the the light grey navbar (or carousel) and if the code is as tidy as it could be; { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(100%,#ededed), color-stop(100%,#ffffff)); box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);} Thanks
-
Add Features Design Style: White Text - No Feature Background - No Overlay
Tang posted a topic in DMS & Legacy Products
Please add this missing features design style: White Text - No Feature Background - No Overlay instead of digging into customization of sections.php and css - this could be an easy future addition to the framework. To make this design possible: I had to do the following customization - I was never dealing with .php before, so I don't know how to do this right within the cusomize plugin: plugins > pagelines-customize > function.php (probably the correct place to do this - maybe someone can tell me how to do this). So I went directly into: pagelines > sections > features > section.php and added the following code for a new feature-style: 'fstyle-white-nobg' => array( 'name' => __( 'White Text - No Feature Background - No Overlay', 'pagelines' ) ), additionally the css-description for that style into: plugins > pagelines-customize > style.css #feature_slider .fcontainer.fstyle-white-nobg { background: none repeat scroll 0 0 transparent; } #feature_slider .fcontainer.fstyle-white-nobg .fcontent { background: none repeat scroll 0 0 transparent; color: #000000; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } #feature_slider .fcontainer.fstyle-white-nobg .fcontent h1, #feature_slider .fcontainer.fstyle-white-nobg .fcontent h2, #feature_slider .fcontainer.fstyle-white-nobg .fcontent h3, #feature_slider .fcontainer.fstyle-white-nobg .fcontent h4, #feature_slider .fcontainer.fstyle-white-nobg .fcontent h5, #feature_slider .fcontainer.fstyle-white-nobg .fcontent a { color: #FFFFFF; text-shadow: 0 -1px 0 #000000; } -
Please, make the following options switchable in iBlogPro5 options: #feature_slider #feature-area { background: box-shadow; The background should be switched off to »none« by default. That way the beautiful grey and white design with box-shadow shows up. It matches perfectly with the iBlogPro5 design, I think. And if it is switchable, you can easily come back to the regular framework design with black canvas.
- 1 reply
-
- iBlogPro5
- feature slider
-
(and 3 more)
Tagged with:
-
Pageline framework on wp multisite - Signup page CSS broken
mariosposato posted a topic in DMS & Legacy Products
Hello, I'm using pagelines framework on a multisite, but in the signup page the CSS seems to be broken and the page is not showing properly. Have a look: http://calablogger.it/wp-signup.php Best regards Mario Sposato -
Choices when upgrading from Platform Pro to Framework
kelliemumpr posted a topic in DMS & Legacy Products
Hi, I'm about to upgrade from Platform Pro to Framework, but noticed it's given me two options - Pagelines Framework Professional and Pagelines Framework Professional - Standalone. Just wondering what the difference is? Thank you. Kellie -
Hi I own www.maioraasset.com, which currently runs on PlatformPro. Given this theme is discontinued, and with PageLines recommending everyone to upgrade to Framework - will I have to do much to maintain the same look as I currently have? i.e. do I have to redo all the settings, re-upload all documents and images, etc? Or is it simply a matter of installing the new theme and status quo is maintained? Appreciate your help Nick
- 4 replies
-
- upgrade
- platformpro
-
(and 1 more)
Tagged with:
-
Hey Guys, I have just a small recommendation for the next iterative upgrade of Pagelines. If you can, I would really appreciate it if you could tell your compiler to stick the child theme's style.less file in AFTER you stick the main wp-admin chosen styles in. I'm working on a site right now that I'm using a custom font on, so I've setup the fonts and some mixins in the style.less file, however, all of it is getting overridden because the styles chosen in the backend are being added to the compiled stylesheet after the child theme's .less styles. Just to make this a bit more tangible: @font-face { font-family: 'FontinRegular'; src: url(@{plChildRoot}/lib/fontin/fontin_sans_r_45b-webfont.eot); src: url(@{plChildRoot}/lib/fontin/fontin_sans_r_45b-webfont.eot?#iefix) format('embedded-opentype'), url(@{plChildRoot}/lib/fontin/fontin_sans_r_45b-webfont.woff) format('woff'), url(@{plChildRoot}/lib/fontin/fontin_sans_r_45b-webfont.ttf) format('truetype'), url(@{plChildRoot}/lib/fontin/fontin_sans_r_45b-webfont.svg#fontin_sans_rgregular) format('svg'); font-weight: normal; font-style: normal; } // Font Mixin .fontinRegular(){ font-family: FontinRegular, Helvetica, Verdana, Arial, sans-serif;} // Add Mixin .site-title{ .fontinRegular(); } And when I look at the stylesheet, Firebug shows it coming up like this: // line 8949 thead, h1, h2, h3, h4, h5, h6, .site-title { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; } // line 7207 .site-title { font-family: FontinBold,FontinRegular,Helvetica,Verdana,Arial,sans-serif; } In essence meaning my custom font is being overridden because the default/wp-admin styles are being added in afterward. So I have to add an !important into the .fontinRegular() mixin so that it doesn't get wiped out by the other style calls. You would make my life, and really any other developer's life much easier if my child theme's style.less is the last one to be added to the compiler Thank you!
-
Procedure to safely update to Pagelines Framework 2.4
celinecormier posted a topic in DMS & Legacy Products
What is the procedure to safely upgrade to Pagelines Framework 2.4? Could someone provide me with the step by step please? Thanks! Céline -
Hello, I have an issue with the facebook like. Below is a screenshot of the like box, and the css both prior to a change, and after. If I make the css change, will it have any affect on other areas? body .entry_content iframe, body .entry_content video, body .entry_content object { max-width: 100%; } change to: body .entry_content iframe { max-width: 450px; } in custom css.... before: after
-
I'm in the process of setting up a dedicated Wordpress multisite hosting environment and am working on transferring over some of my clients' websites. I seem to be running into an issue however in that the LESS/CSS compiler isn't able to create the file it wants to. When I view the site, all of the styles are messed up because the compiled css is throwing the following error: <link id="pagelines-less-css" media="all" type="text/css" href="http://paddi.kether-interactive.ca/wp-content/themes/pagelines/pagelines-compiled-css-6_1358312644/" rel="stylesheet"> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, webmaste[email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> </body></html> </link> (Just for the sake of clarity, everything in between the <link></link> is what is displayed from Firebug when I open the css file) Are there specific server modules or settings that I need to have set for this to compile properly? I've tried stripping all but the essentials from my Wordpress .htaccess file, changing file permissions, and more... nothing seems to work and I'm wondering if there's some php module or something I need to install to get this working? Thanks, Dave
-
Have gone through several customizations of e-commerce (getshopped)'s shopping cart. Do not want to lose that if I change the site over to PageLines. Anyone have any experience with cart changes on upgrade - have already installed WP 3.5 - but have not updated PlatformPro - am considering installing PageLines 2. whatever instead. Site has to go live in about a week - afraid I won't be able to get a lot of it working properly. What exactly am I to do with all of the customizations that are in Base? Help - thanks!!
- 5 replies
-
- e-commerce cart
- platformpro
-
(and 1 more)
Tagged with:
-
Pagelines theme is displayed correctly only when I am logged in
achif posted a topic in DMS & Legacy Products
Hi What may be the cause of this issue? The site is under maintenance, but I attach two images showing the issue. Thanks in advance. -
Hi, I'm working with a client's site - when I'm trying to make the feature overlays dissappear, they are still there.... and it looks awful. What I would like the features to do is have white text, with no overlay - when you select that as an option, it doesn't work as you still see the overlay. Can you help please? Thank you
-
Hi Pagelines, I'm using Polylang to translate my site. It works mostly well. After the last update to Polylang 0.9.5 my website looked garbled. Contacting the dev about this he answered the following. Maybe this is interesting for you too. I deleted the mentioned code completely and it worked well. But maybe to be backward compatible it should be the replaced code. I know that I might have to delete the code again if Pagelines gets updated any day soon. Anyway, I thought I let you know. Jan ------Chouby wrote------- In Pagelines code, there is an attempt to be compatible with Polylang However, it does not seem to work as expected. In file includes/class.render.css.php (line 349 in 3.7.9): if ( defined( 'PLL_INC') ) { global $post; $lang = Polylang_Base::get_post_language( $post->ID ); return sprintf( '%s/%s/', get_home_url(), $lang->slug ); } should be replaced by: if (function_exists('pll_home_url')) return pll_home_url(); or even completely removed (Polylang supports the equivalent function of WPML 'icl_get_home_url' since 0.9.4) Changing this may solve the issue. ----------------------------
-
Hi, My homepage (www.janpeeters.nl) is a static page with a Masthead and AnythingBoxes section with the latest posts form my blog page. There is no other text in the page. Yoast SEO plugin reads the page to give advice on how to optimise my page for SEO. Because the two sections are not taken into account it reports that there is no text on the page. I'm wondering and trying to find out how I can fix this. Adding text that I don't need on that page won't be a solution. It feels like Yoast SEO only reads the text in the main text field on the page where it generates it's report and doesn't know how to include the various sections on that page. Or is there something that can be altered in the Framework to include the text from sections into SEO plugins reports? Thanks, Jan