Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
dessy1991
tagDiv Member

I have followed those steps and have done so as shown in the pictures attached but comments are still not showing.

View post on imgur.com

View post on imgur.com

dessy1991
tagDiv Member

can you provide further details with pictures. how do I import a cloud template for that to show as my error page and customize it

dessy1991
tagDiv Member

I have made the changes you suggested above but the comment box is still not showing

dessy1991
tagDiv Member

that was not what I was referring to, let me share a screenshot for clarification
this is for sites when when you type their links on your mobile: https://imgur.com/IvjKn5u
But this is mine : https://imgur.com/aqSCQY0
As you can see the icon for mine is not coming. How do I fix that?

dessy1991
tagDiv Member

I can’t see that from my end. how are you checking. please send a screenshot if possible. thanks

dessy1991
tagDiv Member

concerning my initial enquiry about my page descriptions not showing up. I have applied the changes as suggested and it still hasn’t changed after 2 days as you can see. https://imgur.com/cqDgYyP
This is how I applied the changes

View post on imgur.com

View post on imgur.com


is there something I am missing?
my website: https://www.netsportworld.com/category/home/

dessy1991
tagDiv Member

how do I let the categories show in the google search like this https://imgur.com/e0stPDJ.
You can see the categories football, news, transfer center, watch sky sports.
How do I do this. thanks

dessy1991
tagDiv Member

can you take some time to look at this issue and be specific with your suggestions
with your response above, what do you mean specifically by setting the code from head in body, is this what you meant https://imgur.com/g2sa4xl. if so I tried that but didn’t work
in your second suggestion above you said I set the code from header in column text, can you send pictures giving guidance on what specifically you mean since I don’t follow. please take some time to help me find a solution to this since I have been stuck on this all week and need complete task this weekend
the link to website is https://www.netsportworld.com/category/football-predictions/
and the bootstrap code and table code are all provide in previous post. thanks

  • This reply was modified 5 years by dessy1991.
dessy1991
tagDiv Member

This is the link to my site https://www.netsportworld.com/category/football-predictions/
I have followed the above suggestions and set the bootstrap code(code below) here
https://i.imgur.com/kw1Iuge.png
and then the table html code(code below) here https://i.imgur.com/o4HJCxi.png
The tables are displaying as expected but now the issue I am running into is the the mobile menu tab https://imgur.com/76FnjgV to display my categories is no longer responding. nothing happens when clicked on the phone. how do I resolve this(I think it has to do with the code I place in the javascript section because once I delete it, the mobile menu works well again)
CODE
BOOTSTRAP CODE
<link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css&#8221; integrity=”sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm” crossorigin=”anonymous”>

<script src=”https://code.jquery.com/jquery-3.2.1.slim.min.js&#8221; integrity=”sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN” crossorigin=”anonymous”></script>
<script src=”https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js&#8221; integrity=”sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q” crossorigin=”anonymous”></script>
<script src=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js&#8221; integrity=”sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl” crossorigin=”anonymous”></script>

TABLE CODE
<nav>
<div id=”nav-tab” class=”nav nav-tabs” role=”tablist”>Home
Profile
Contact</div>
</nav>
<div id=”nav-tabContent” class=”tab-content”>
<div id=”nav-home” class=”tab-pane table-responsive fade show active” role=”tabpanel” aria-labelledby=”nav-home-tab”>
<table class=”table table-striped”>
<thead>
<tr>
<th scope=”col”>#</th>
<th scope=”col”>First</th>
<th scope=”col”>Last</th>
<th scope=”col”>Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope=”row”>1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope=”row”>2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope=”row”>3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
<div id=”nav-profile” class=”tab-pane table-responsive fade” role=”tabpanel” aria-labelledby=”nav-profile-tab”>
<table class=”table table-hover”>
<thead>
<tr>
<th scope=”col”>#</th>
<th scope=”col”>First</th>
<th scope=”col”>Last</th>
<th scope=”col”>Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope=”row”>1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope=”row”>2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope=”row”>3</th>
<td colspan=”2″>Larry the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
<div id=”nav-contact” class=”tab-pane table-responsive fade” role=”tabpanel” aria-labelledby=”nav-contact-tab”>c</div>
</div>

dessy1991
tagDiv Member

I am using the above html and css. the table is coming but the css is not working well, what am I doing wrong and how do I get it to work
link to website(last table at bottom): https://www.netsportworld.com/category/football-predictions/
HTML code:
<link href=”//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css” rel=”stylesheet” id=”bootstrap-css”>
<script src=”//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js”></script>
<script src=”//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js”></script>
<!—— Include the above in your HEAD tag ———->

<section id=”tabs” class=”project-tab”>
<div class=”container”>
<div class=”row”>
<div class=”col-md-12″>
<nav>
<div class=”nav nav-tabs nav-fill” id=”nav-tab” role=”tablist”>
Project Tab 1
Project Tab 2
Project Tab 3
</div>
</nav>
<div class=”tab-content” id=”nav-tabContent”>
<div class=”tab-pane fade show active” id=”nav-home” role=”tabpanel” aria-labelledby=”nav-home-tab”>
<table class=”table” cellspacing=”0″>
<thead>
<tr>
<th>Project Name</th>
<th>Employer</th>
<th>Awards</th>
</tr>
</thead>
<tbody>
<tr>
<td>Work 1</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Work 2</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>Work 3</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
</tbody>
</table>
</div>
<div class=”tab-pane fade” id=”nav-profile” role=”tabpanel” aria-labelledby=”nav-profile-tab”>
<table class=”table” cellspacing=”0″>
<thead>
<tr>
<th>Project Name</th>
<th>Employer</th>
<th>Time</th>
</tr>
</thead>
<tbody>
<tr>
<td>Work 1</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Work 2</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>Work 3</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
</tbody>
</table>
</div>
<div class=”tab-pane fade” id=”nav-contact” role=”tabpanel” aria-labelledby=”nav-contact-tab”>
<table class=”table” cellspacing=”0″>
<thead>
<tr>
<th>Contest Name</th>
<th>Date</th>
<th>Award Position</th>
</tr>
</thead>
<tbody>
<tr>
<td>Work 1</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Work 2</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>Work 3</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
CSS code:
.project-tab {
padding: 10%;
margin-top: -8%;
}
.project-tab #tabs{
background: #007b5e;
color: #eee;
}
.project-tab #tabs h6.section-title{
color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #0062cc;
background-color: transparent;
border-color: transparent transparent #f3f3f3;
border-bottom: 3px solid !important;
font-size: 16px;
font-weight: bold;
}
.project-tab .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
color: #0062cc;
font-size: 16px;
font-weight: 600;
}
.project-tab .nav-link:hover {
border: none;
}
.project-tab thead{
background: #f3f3f3;
color: #333;
}
.project-tab a{
text-decoration: none;
color: #333;
font-weight: 600;
}

dessy1991
tagDiv Member

still waiting on a reply for this

dessy1991
tagDiv Member

it worked following your guidelines of using the id instead of direct link. thanks

dessy1991
tagDiv Member

This is the link to the post page from my website
https://www.netsportworld.com/football1/messi-at-it-again/
The date is currently not displayed anywhere at the top of the page

dessy1991
tagDiv Member

1, the one with the black background

dessy1991
tagDiv Member

I am using Version: 10.3.6.1
The video doesn’t tackle what I want to do. the video shows how to do your page layout for your website. I am looking at how to edit posts format as I explained above.
https://imgur.com/2MDp9Rr

dessy1991
tagDiv Member

This is what I see on my side https://imgur.com/XmypqQB
can’t see the add option on my page like I see in yours.how do I get that option

dessy1991
tagDiv Member

can’t see the add option on my page like I see in yours
https://imgur.com/XmypqQB

dessy1991
tagDiv Member

how did you get this widget edit option
https://i.imgur.com/SnD3bic.png

dessy1991
tagDiv Member

if you look at the picture I attached earlier
https://imgur.com/QJ5Y8BK
For instance you can see advertisement there
currently nothing shows if its clicked
goal: if advertisement clicked, want this message to show:
“for advertisement contact manger though xyz@yahoo.com
or phone 1111111111
or fax xyz11111”
the link to website in case u need it is https://www.netsportworld.com/

dessy1991
tagDiv Member

pay no attention to audio seen in picture , all just going to normal blog posts

dessy1991
tagDiv Member

I am using a raw html block and your suggestions are not working with it. tried your suggestions but no change

dessy1991
tagDiv Member

this is changing it for every category individually, I am referring to where the url is set up to dynamically to pick the category name. I have used that before but just have forgotten where now

dessy1991
tagDiv Member

both blocks are for same category. how do I get some of the posts to be in the top block and other posts(no repetition) in block below it whiles they have the same category

dessy1991
tagDiv Member

this hasn’t helped me in any way and there were no changes undone. is there a better way to restore changes back to a particular date?

Viewing 25 posts - 1 through 25 (of 40 total)