amazing2061
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Appointments] Field RemovalThank you for the quick fix. I deleted the old Easy Appointments and reinstalled the new one. However the old data I entered for services, workers, connection and location is still appearing. I cannot delete them. when i do delete and refresh they all come back. I tried your compatibility mode under customize but still cannot delete the old stuff. Please advise.
Forum: Themes and Templates
In reply to: [Quark] Blank TemplateThank you for your help, your code worked! However when I view the page with my iPhone 6s Plus within the Safari browser, there is about a 10px spacing on the right side. I set the row to full width within Visual Composer (latest version). I even tried all the other row width settings with Visual Composer and I still get this spacing on the right when viewed from my iphone.
Below is a screen shot from my iphone.
https://s28.postimg.org/rri4xkvrx/example.jpg
Please advise.
Forum: Themes and Templates
In reply to: [Quark] Blank TemplateSorry to bother you again but if I never intend on using the banner, header, menu or footer can’t I just delete the appropriate divs? I don’t mind having to delete the divs everytime there is a theme update. Seems to me if that’s not problematic it’s the quickest way to resolve this. Please advise.
Forum: Themes and Templates
In reply to: [Quark] Blank TemplateI noticed
<?php
was missing from the code you provided. I added it at the top of the “page-builderblank.php” file and reloaded it but the text is still at the top.
Forum: Themes and Templates
In reply to: [Quark] Blank TemplateThank you for the code. I did as you instructed but at the top of the page when I view it I’m seeing the following string of text:
/** * Template Name: Page Builder Blank Template * * Description: Displays a browser full-width page with no header or footer, for use with page builders like Visual Composer, Beaver Builder and the Divi Builder. * * @package Quark * @since Quark 1.3.2 */ get_header( ‘blank’ ); ?>
This of course is the info from the “page-builderblank.php” file.
Please advise.
Forum: Themes and Templates
In reply to: [Quark] Blank TemplateThank you for the update. Providing compatibility for various visual editors is a great addition. However I also wanted the option of a landing page template which has no header or footer. I am no coder but I know how to use Firebug to identify areas of code. Your theme has 3 divs that i think that need to be removed or hidden. Can you please advise (with as much basic details as possible) how to do this. Here are the div ids:
<div id=”headcontainer”>
<div id=”bannercontainer”>
<div id=”footercontainer”>I’m concerned if I just delete the divs it may make the theme unstable. Please advise. Thank you.