Forum Replies Created
-
AuthorPosts
-
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/KfJSbkdHi, sorry, we guess the website address was incorrect. We resent the access. Thank you
Hello, we keep checking and our button still opens the link in the same window.
Hi, we sent you the access on Friday, do you have an update for us? Thank you
Wonderful, thank you!
Thank you, sent.
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
Thank you, is there a way to remove the parentheses? shown below
https://snag.gy/dyn7CF.jpg
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?
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 youHi, 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.
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.
Also, mobile doesn’t show images on the home page. And images load very slow on all platforms.
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/WkEyZPDHere is what it is supposed to look like
https://imgur.com/a/vachYjAThank you
Hello, we are trying to have our menu link to sections. Can you please help.
-
AuthorPosts