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 :)
sejpost
tagDiv Member

It was just a temp issue. Working now. Thanks Bogdan.

sejpost
tagDiv Member

Catalin, what link?

  • This reply was modified 10 years by sejpost.
sejpost
tagDiv Member

Looks good on website, but not on mobile. Here is what I get on my iPhone with latest IOS (others get this result too):

sideways

Basically, if an image is uploaded sideways and then edited to be non-sideways, the mobile version shows the original upload.

sejpost
tagDiv Member

What happens if we have more than one menu item to hide on desktop and show on mobile? Is it a separate chunk of css code for each one or can the hidden menu items be listed in a single line of code? Please show me an example of the css code for hiding two menu items so that they only appear on mobile.

Thanks!

sejpost
tagDiv Member

It works now. I was missing a } on a piece of css code above it. Thx!

sejpost
tagDiv Member

That fixed it. Thanks!

sejpost
tagDiv Member
sejpost
tagDiv Member

I added it to the Custom CSS for to remove the last link (Advertise) from the desktop nav bar using this code:


@media
(min-width: 768px){
.menu-item-42507 {
display: none;
}
}

It still shows up on the desktop site, but I only want it to show up on the mobile menu. Any help?

sejpost
tagDiv Member

I added the !important tag and it still is not working:

http://ecoronado.com/news/2015/11/05/bbmac-pool-opens-after-major-deck-repairs/ (I want the font under the photo to be larger…it is bigger on pop-up, but small under photo on page)

Here is my css custom code:

.block-mega-child-cats {
overflow-x: visible;
overflow-y: visible;
max-height: 400px;}

.td-gallery-slide-copywrite{
font-size:18px;
font-family:”Times New Roman”, Times, serif;
}
.mfp-bottom-bar {
font-size: 18px;

.wp-caption-text {
font-size: 18px !important;
font-family: “Times New Roman”, Times, serif !important;
}
.mfp-bottom-bar {
font-size: 18px;
}

sejpost
tagDiv Member

Hi Alin, this is what I get when I open the story within the Facebook App:

missing image

Can you show me a screenshot in the Facebook app where you see the image?

sejpost
tagDiv Member

This works great when you click the photo and see the caption on the photo. However, the caption under the photo (on the page) is still small:

http://ecoronado.com/news/2015/11/01/three-coronado-youth-attain-taekwondo-junior-black-belt/

How do we make BOTH the caption on page and caption under pop up photo larger?

sejpost
tagDiv Member

The page looks great on a web browser and a mobile device.

The problem is when you are logged into your Facebook account and then launch the story. So, do the following from your mobile phone:

1. Open Facebook App

2. Go to this page “Coronado Island” (https://www.facebook.com/coronadoisland)

3. Open the story of girl with candy bars

If you are looking at that story from the Facebook App on a mobile device, the photos don’t display.

That is the problem.

sejpost
tagDiv Member

Chris, our newspaper site is now live: http://www.eCoronado.com

For the homepage block, we are showing featured articles. However, we are not able to change the order of featured articles as it just shows the most recent first. If we modify the date, the permalink changes so that’s not an option.

I’m curious, is there a way to use the ‘sticky’ checkbox under visibility? We have tried using ‘sticky’ but those are not showing up on the homepage.

Ideally, we want to be able to change the order of the featured posts so we can pick and choose what goes in the main big image and not have it selected by most recent post.

Thanks for any help.

sejpost
tagDiv Member

This was very helpful to increase the size of the caption in the gallery. Is there anyway to make the caption appear under the photo when clicked vs. over the photo?

  • This reply was modified 10 years by sejpost.
sejpost
tagDiv Member

Where do I go to add the CSS? Is this an editor file within my WP dashboard? If so, do I just put this code anywhere in a certain CSS file?

The CSS file in the parent or child theme?


@media
(min-width: 768px){
.menu-item-57 {
display: none;
}
}

—-
I found this in my parent theme CSS:

}

@media
(min-width: 1019px) and (max-width: 1140px) {
.td-block-row [class*=”td-block-span”] {
padding-right: 20px;
padding-left: 20px;
}
}

@media
(min-width: 768px) and (max-width: 1018px) {
.td-block-row [class*=”td-block-span”] {
padding-right: 14px;
padding-left: 14px;
}
}

@media
(max-width: 767px) {
.td-block-row [class*=”td-block-span”] {
padding-right: 0;
padding-left: 0;
}
}
.td-block-span4 {
/* 1/3 – used when the block is on td-3-col */
width: 33.33333333%;
}
.td-block-span6 {
/* half – used when the block is on td-2-col */
width: 50%;
}
/* responsive landscape tablet */

@media
(min-width: 1019px) and (max-width: 1140px) {

sejpost
tagDiv Member

Got it fixed:

Steps to resolve
1. Added user.ini file
2. Killed processes
3. Changed max_input_vars to 5000
4. Fixed the upload path in the wp-options table in the database and removed unneeded /.

sejpost
tagDiv Member

Using my FTP, I went to the wp-config.php file, but could not find where to modify those ‘yellow’ settings:

Here is the code:

Removed by admin!

sejpost
tagDiv Member

Our site is live at eCoronado.com. We are able to display featured content on the homepage. Here is my question. The default always shows the most recently published featured post as the main large image. I was hoping that I could just adjust the time/date of an older post in order to make that the featured story. However, by changing the date, it changes the permalink URL.

What is the best way to make a featured post the main large image if it is not the most recently posted?

I need the ability to easily change the order of featured posts that have been published.

Thanks.

sejpost
tagDiv Member

It’s pulling the most recent articles, but in the reverse order. How do we have the newest story show up first on the 404 page?

sejpost
tagDiv Member

You good sir are a total legend. This is sejpost’s designer posting on his behalf. CSS, HTML, jQuery I’m good with. PHP not so much – just the most basic basic stuff. So a big thanks!

sejpost
tagDiv Member

Thanks Chris.

sejpost
tagDiv Member

This is helpful on how to filter, but what if you want to weight them differently? We have 3 types of formats, but want to weight ‘standard’ (posts) higher than ‘video’ or ‘image’ (also posts, but the format of these are either video or image).

Is there way to make the ‘standard’ posts show up before the ‘video’ or ‘image’ posts? I don’t want to exclude them, just order the results differently.

If this is NOT possible, how do I exclude the ‘video’ or ‘image’ formats from the search results?

Thanks.

format examples

sejpost
tagDiv Member

If I have version 6, do I need to update visual composer?

sejpost
tagDiv Member

This helps.

If the the content block only has 5 spots for posts and I feature 6 stories (sorted by date), does the 6th one bump the 1st one out of being featured? Or, do I have to manually un-feature one in order to get the 5 that I want to show up in the content block on the homepage.

Thanks.

sejpost
tagDiv Member

Thanks for feedback. One more followup.

If we have a header banner next to the logo, I can go to my mobile and see that one.

If I have two side by side banners UNDER the navigation (using the code above), where on mobile will those turn up?

If I put in 10 side banner ads, where will those show up on mobile?

Ideally, the 3 banners by the navigation show up at top of mobile…then content, then the 10 side banners followed by footer banner, etc.

Is that correct? Is there a mobile test site where I can see where all the banners on a single homepage or post page show up?

Viewing 25 posts - 51 through 75 (of 82 total)