Show Posts


Messages - pberdas

Pages: [1]
1
General Support / Re: Unable to change logo
« on: October 23, 2015, 12:32:52 PM »
Hello everyone,

michaelmuller that's a nice wish!  I am guessing a menu like myspace used to have right?

It seems like GREAT IDEA, would save us a lot of time by not having to access it directly via a cpanel or to ssh/sftp to the site to upload the edited file.

2
Customization help / Re: <div class="modal-header">
« on: October 23, 2015, 09:14:58 AM »
Hi and thanks abolabo! 

Can you explain how you know its there?  What on that code reference that file? Thanks in advance

3
What version are you using? Is it 1.2.4? I don't have that problem in the current version.  Also, have you modified any of the files on the server manually?


Thanks!

4
Customization help / Re: Using AbanteCart cart as photo selling tool
« on: October 22, 2015, 08:02:37 PM »
Hello danand,


That kind of changes would require mayor changes in the actual code on the admin side.  As ilegrand said  before me, can you elaborate on the advance user managment need.


5
Customization help / Re: Edit the Home page
« on: October 22, 2015, 07:56:37 PM »
Hello cyberfreak, if you know html (perhaps maybe some PHP) the best bet is to use the devolopers console in you browser and inspect the element you want to edit.  Then go to the actual files in your server and edit them manually.   What you want to change ?

6
Customization help / Re: how to change sort by in category?
« on: October 22, 2015, 01:13:23 PM »
Also, if you want to change the text:


In the search bar @ the admin panel type the text and edit what you need

7
Customization help / <div class="modal-header">
« on: October 22, 2015, 01:09:23 PM »
Hello everybody!  I been using this forum for few months now to fix all my issues using your awesome search bar  ;D and the console tools for Chrome/FF.


Now, I have been having trouble finding the <div class="modal-body"> to edit it do to issues repeating the words on the create account page at the bottom when I click the privacy link of "I have read and agree to the Privacy"  It repeat Privacy 3 times.  (see picture 1). 

-I went to the create.tpl file and found this:


<?php if ($text_agree) { ?>
         <label class="col-md-6 mt20 mb40">
            <?php echo $text_agree; ?><a href="<?php echo $text_agree_href; ?>" onclick="openModalRemote('#privacyPolicyModal','<?php echo $text_agree_href; ?>'); return false;"><b><?php echo $text_agree_href_text; ?></b></a>

            <?php echo $form['agree']; ?>
         </label>



-Yes I can fix it quick with a redirect to the privacy page using the next code, but my site is in few languages


 <?php if ($text_agree) { ?>
         <label class="col-md-6 mt20 mb40">
            <?php echo $text_agree; ?><a href=page/privacy***



At the bottom of the file I see the referenced #modal

<div id="privacyPolicyModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="privacyPolicyModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
   <div class="modal-header">
      <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
      <h3 id="privacyPolicyModalLabel"><?php echo $text_agree_href_text; ?></h3>
   </div>
   <div class="modal-body">
   </div>

   <div class="modal-footer">
      <button class="btn" data-dismiss="modal" aria-hidden="true"><?php echo $text_close; ?></button>
   </div>
</div>

I see the "modal-body" but I can't find it to delete the <div class="center"> as shown in (pic 2)


Can somebody please help?  Thanks in advance!
         


PS:  I didn't used code because it was blocking me to post this msg do to the  "Sorry, you are not allowed to post external links."


Pages: [1]

Powered by SMFPacks Social Login Mod