Laura

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 195 total)
  • Author
    Posts
  • in reply to: coworking theme #106612
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello, Here is the url of the site we are building: https://www.mysfirm.com/newsite/

    Here is a screenshot of the side button we are talking about
    https://imgur.com/a/KfJSbkd

    in reply to: LMS theme #105611
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hi, sorry, we guess the website address was incorrect. We resent the access. Thank you

    in reply to: LMS theme #105527
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello, we keep checking and our button still opens the link in the same window.

    in reply to: LMS theme #105272
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hi, we sent you the access on Friday, do you have an update for us? Thank you

    in reply to: Education theme – staff images #104946
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Wonderful, thank you!

    in reply to: Education theme – staff images #104943
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you, sent.

    in reply to: Education theme – staff images #104939
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    And now the main page, the job titles are too big. http://www.mysbiz.com/Sumnu/about-us/best-marketing-team-las-vegas/ and not centered

    in reply to: Education theme – staff images #104938
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you, is there a way to remove the parentheses? shown below

    https://snag.gy/dyn7CF.jpg

    in reply to: Education theme – staff images #104929
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you, it worked.

    Is there a way to make the job title larger and remove the “( )” around the title and justify the image right so the person’s name is not separated from the rest of the text?

    in reply to: LMS theme #103974
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello, here are the screenshots.
    https://imgur.com/a/wIRHx8u
    We like the layout. But we don’t like it when the text is shown on Hover.
    We want the text to be under each image.
    Thank you

    in reply to: LMS theme #103920
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hi, on our website the team page still shows Hover over test as opposed to having the info below the image. Can you, please, make it like the team page in Donation theme. In desktop view 4 images in a row, text under the image, in Mid Mobile 2 images in a row. Sample text with title is under the image.

    in reply to: LMS theme #103717
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hi, no mobile version is fine at 2 in a row, what they want is that the description is displayed under the images. If we used two in a row shortcode, the description in under the image, that is what they want but with 4 in a row in desktop view.

    in reply to: Donation theme #103402
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Also, mobile doesn’t show images on the home page. And images load very slow on all platforms.

    in reply to: Donation THeme Footer #102989
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello, we have fixed the issue. All sections responded to the same code in front-data.php except for the section 3) If I added the id=”section3″ in the same line as the rest of the sections, it wouldn’t work at all. So I added it in the div. It works, but the sections jumps too high.
    Here are the code and screenshot:
    This is the working code for section 2 you can see where I added id=”section2″
    —- `<!– Home Section 2 –>
    <?php if($complete[‘hide_boxes_section2’] ==”){?>
    <section class=”home2_section_area <?php if($complete[‘section2_bg_image’]){ ?>home2_section_area_bg<?php } ?>” <?php if(!empty($complete[‘section2_bg_video’])){ ?>data-vidbg-bg=”mp4: <?php $sec2bgvideo = $complete[‘section2_bg_video’]; echo do_shortcode($sec2bgvideo); ?>” data-vidbg-options=”loop: true, muted: true, overlay: false”<?php } ?> id=”section2″>
    <div class=”center”>
    <div class=”home_section2_content”>
    <?php …`
    —–

    Here is the code for section 3. every time i added in the same spot it wouldn’t work in front end. You can see where I added the id because it doesn’t work if I add it to the same place.

    <!-- Home Section 3 -->
         <?php if($complete['hide_boxes_section3'] ==''){?>
        <section id="demos" class="home3_section_area <?php if($complete['section3_bg_image']){ ?>home3_section_area_bg<?php } ?>" <?php if(!empty($complete['section3_bg_video'])){ ?>data-vidbg-bg="mp4: <?php $sec3bgvideo = $complete['section3_bg_video']; echo do_shortcode($sec3bgvideo); ?>" data-vidbg-options="loop: true, muted: true, overlay: false"<?php } ?>>
        	<div class="center"  id="section3">
                <div class="home_section3_content">
                        <?php

    Here is a link to the screenshot of the issue:
    https://imgur.com/a/WkEyZPD

    Here is what it is supposed to look like
    https://imgur.com/a/vachYjA

    Thank you

    in reply to: Donation THeme Footer #102955
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello, we are trying to have our menu link to sections. Can you please help.

Viewing 15 posts - 31 through 45 (of 195 total)