test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • roundamerica Friend
    #162961

    I don’t receive responses. Why?

    Anonymous Moderator
    #387184

    <em>@roundamerica 235137 wrote:</em><blockquote>I don’t receive responses. Why?</blockquote>

    Hey,

    Give me the ticketid or forum post where you do not get the responses for closer check.

    Thanks much.

    roundamerica Friend
    #387383

    Here is the text from the last one I submitted:

    See http://www.LawlessAmerica.com

    How do I remove this — Designed by JoomlArt.com. Joomla! is Free Software released under the GNU/GPL License.

    How can I make the module titles bigger, such as Resources?

    Why don’t the two little buttons on JA Contentslider have some explanation?

    Why doesn’t the JA Contentslider show more than just the three articles that are appearing?

    How can I make the background of the megamenu pages a color so the text of the Headlines doesn’t obscure the text of the submenu items?

    Is there a way to specify that more than five articles can appear on the front page?

    How do I add a logo? I read that the file needs to be logo.gif, but I cannot find any such file in the images.

    I set up my site the same as the JA Methys demo, but it took 30-60 seconds for pages to load. Why?

    roundamerica

    williamwindsor@bellsouth.net

    Anonymous Moderator
    #388306

    Hi,

    For your 1st question, in order to get our Copyright removed, please log into sign up page via http://www.joomlart.com/member/signup.php >> go to Your payment history group at the bottom >> Focus on PDF Copyright Removal column and get the instructions on this. Kindly try and if you fail, please get back to us for further help.

    For the rest, our dev team is inspecting on and will reply back very soon. Please wait and really sorry for any inconvenience caused.

    Saguaros Moderator
    #388316

    <blockquote>How do I remove this — Designed by JoomlArt.com. Joomla! is Free Software released under the GNU/GPL License.
    </blockquote>

    =>See above

    <blockquote>How can I make the module titles bigger, such as Resources?</blockquote>
    => You only create a title containing two words => one is a small and one is bigger.

    <blockquote>Why don’t the two little buttons on JA Contentslider have some explanation?
    </blockquote>
    => The top line is not owned by the JA Content Slider module because you put the headline module on the top position where it has a css rule, to make a bottom border, you only need open the template.css file and find the following code;

    #ja-topsl .main-inner1 {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0;
    }

    replace by:

    #ja-topsl .main-inner1 {
    padding: 10px 0;
    }
    <blockquote>
    Why doesn’t the JA Contentslider show more than just the three articles that are appearing?</blockquote>

    => May be your module is enabled the cache option, you can access the module configuration >> then select “Don’t cache” for the Caching parameter .

    <blockquote>
    How can I make the background of the megamenu pages a color so the text of the Headlines doesn’t obscure the text of the submenu items?
    </blockquote>
    => Now, you create a image having 1 pixel and this image is a transparent image then open the file: /templates/ja_methys/css/menu/mega.css and find the following code:

    .ja-megamenu .childcontent-inner {
    background: #fff;
    border: 1px solid #111;
    }

    then replace by:

    .ja-megamenu .childcontent-inner {
    background: url(YOUR_IMAGE_PATH_HERE);
    border: 1px solid #111;
    }

    <blockquote>Is there a way to specify that more than five articles can appear on the front page?</blockquote>
    the issue is resolved by you 🙂 thanks.

    <blockquote>

    How do I add a logo? I read that the file needs to be logo.gif, but I cannot find any such file in the images.</blockquote>

    1) you replace the logo in this folder templates/ja_methys/images/
    2) you open the template.css file and find the following code

    /* Logo Image —*/

    h1.logo a {
    background: url(../images/logo.gif) no-repeat left;
    display: block;
    width: 190px;
    height: 70px;
    }

    replace by:

    /* Logo Image —*/

    h1.logo a {
    background: url(../images/logo.gif) no-repeat left!important;
    display: block;
    width: 190px;
    height: 70px;
    }

    <blockquote>I set up my site the same as the JA Methys demo, but it took 30-60 seconds for pages to load. Why?</blockquote>

    => Please give me your FTP and admin account via ticket ID IAH-709-15737 for further check.

    In the meanwhile, please go to template configuration then check something as following:

    1) The Optimize CSS, Optime JS are enabled
    2) the Developement Mode is disabled
    3) The cache function is enabled

    roundamerica Friend
    #389312

    Thank you. Why didn’t I receive this by email? Why doesn’t it show up anywhere in the Member Area for roundamerica?

    My question: Is there a way to specify that more than five articles can appear on the front page?
    Your answer: the issue is resolved by you thanks.

    I have not resolved this. I only have 5, and I cannot find anywhere to change the setting. Please help.

    Is there a way to keep the JA Newsticker from interfering with the menu drop-downs?

    How can I make the text bigger throughout the site?

    My question: How can I make the module titles bigger, such as Resources?
    Your answer: You only create a title containing two words => one is a small and one is bigger.

    This doesn’t answer the question. The first word is too tiny to be read by anyone. How do I increase the font size on these or change the first word to the same size and style as the second word?

    Is there a way to have the template fill the full width of a large screen monitor yet still look correct on small monitors?

    Thanks

    Phill Moderator
    #389314

    <em>@roundamerica 237890 wrote:</em><blockquote>Thank you. Why didn’t I receive this by email? Why doesn’t it show up anywhere in the Member Area for roundamerica?
    </blockquote>

    What is not showing up? Are we talking about the copyright removal pdf or the response to this thread?
    If you are talking about the PDF then it is in your member area, just go to the following link to see it – http://www.joomlart.com/member/member.php
    As for why you didn’t get the email it is sent but often emails get caught by spam filters etc. It is impossible for us to track an email other than checking it is sent.

    <em>@roundamerica 237890 wrote:</em><blockquote>

    My question: Is there a way to specify that more than five articles can appear on the front page?
    Your answer: the issue is resolved by you thanks.

    I have not resolved this. I only have 5, and I cannot find anywhere to change the setting. Please help.</blockquote>

    In order to access the Front Page layout parameters, you should select first the default menu item (that is, the starred item in the starred menu; in the default template it should be the Main Menu -> Home). The layout parameters that can be chosen within that menu item are: leading, intro, columns, and links. Leading is the number of full width (one article across the page) intros to show first. Intro is the number of intro-text of articles to show below the leading articles. Intros will be arranged in the number of columns as defined in the next Column parameter. For example, if the number of columns is 2, there will be two intros next to each other, each taking up 50% of the width of the page. Links, finally, is the number of article titles to show that did not show up as intros on the page. If there are 8 total articles set to Front Page, and 3 intros chosen to show up, then the number of possible links would be 5. That number could be set lower using the “Links” parameter.

    <em>@roundamerica 237890 wrote:</em><blockquote>
    Is there a way to keep the JA Newsticker from interfering with the menu drop-downs?</blockquote>

    Please post a link to your site so I can see what the problem is. An image will help a lot here

    <em>@roundamerica 237890 wrote:</em><blockquote>
    How can I make the text bigger throughout the site?</blockquote>

    What size would you like it?

    <em>@roundamerica 237890 wrote:</em><blockquote>My question: How can I make the module titles bigger, such as Resources?
    Your answer: You only create a title containing two words => one is a small and one is bigger.

    This doesn’t answer the question. The first word is too tiny to be read by anyone. How do I increase the font size on these or change the first word to the same size and style as the second word?</blockquote>

    Again, please post a link so I can advise accordingly

    <em>@roundamerica 237890 wrote:</em><blockquote>Is there a way to have the template fill the full width of a large screen monitor yet still look correct on small monitors?</blockquote>

    That is a very complicated and well discussed issue with web designers throughout the world. In essence you can have a flexible width or a fixed width. A flexible widh template takes a lot of carefull desing not just with the initial look but also with the content you put in it. A fixed width is IMHO the best way to go when you have a repeating background and the main content set to a size that is most common on the web. A few years back the average screen resolution was 800px and for the last few years it has been 1024px. I am sure in time this will increase.

    Thanks</blockquote>

    roundamerica Friend
    #389741

    Thank you!

    1. In my opinion, the Member Area on this site is a mess. Everything should be in one place and easy to follow. This site hides stuff in several places. I have never found a site to be as poor in this regard.

    2. I’ll try changing my email, but it works for everyone else in the world.

    3. My site is http://www.LawlessAmerica.com
    Is there a way to keep the JA Newsticker from interfering with the menu drop-downs?

    4. How can I make the module titles bigger, such as Resources? I would like the first word to be the same size as the second word; see Corruption Reports

    5. How can I make the text bigger throughout the site? You asked what size. I don’t know. What size does the software say it is now?

    6. This may not be a question for you…but here goes anyway — I have severe eye problems, and the type is so tiny on the backend that I make MANY typos. Is there a way to increase this?

    Thanks for your help.

    3. My site is http://www.LawlessAmerica.com — Is there a way to keep the JA Newsticker from interfering with the menu drop-downs?

    Phill Moderator
    #389762

    I’ll look at your othr problems later today but to make any site bigger surely the best way is to simply zoom in. Almost all browsers offer that facility, simply hold control on the keyboard and push the mouse wheel forward. If you do not have a mouse wheel press ctrl and the + sign to zoom in.

    If that does not help then I will look at ways to increase the font size throughout your site.

    As for question number 3 regarding the news ticker I cannot see a problem. Can you please post a screenshot of what you are seeing to aid diagnosis? Also, what browser are you using?

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 4 voices, and was last updated by  Phill 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum